[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X not working after apt-get upgrade on sid



I just did an apt-get upgrade, rebooted, then X would start but without
any keyboard or mouse.

I am writing this to perhaps help the next person that runs into this. I
am also open to suggestions for action items to take away to possible
raise a bug report.

I may have missed a changelog, but apparently there is now a new group
called input, of which a user running X must be a member.

Don't know if a bug should be raised against a package (udev? maybe) or
a Readme updated or if I just run an unsupported configuration.

My configuration is (probably) strange in that:
1. I use runit for my init process.
2. I have much of systemd and sysV purged and blocked from being
install.
3. I start X from the CLI via startx
4. I run fluxbox and no proper DE.

Perhaps running a systemd/gnome config would cause debconf to ask about
adding users to the input group.

I'm include my Xorg.0.log file in case that helps someone (which also
has moved to $HOME/.local/share/xorg instead of $HOME)

The lines like "^.*(EE) evdev.*Unable to open evdev device was what led
me to sort out I needed to add my user to the input group.

[    44.668] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[    44.668] X Protocol Version 11, Revision 0
[    44.668] Build Operating System: Linux 4.2.0-1-amd64 x86_64 Debian
[    44.668] Current Operating System: Linux weasel 4.2.0-1-amd64 #1 SMP Debian 4.2.3-1 (2015-10-06) x86_64
[    44.668] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=/dev/mapper/vg00-root ro quiet
[    44.668] Build Date: 06 October 2015  07:27:47AM
[    44.668] xorg-server 2:1.17.2-3 (http://www.debian.org/support) 
[    44.668] Current version of pixman: 0.33.2
[    44.668] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    44.668] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    44.669] (==) Log file: "/home/james/.local/share/xorg/Xorg.0.log", Time: Fri Oct  9 15:07:48 2015
[    44.673] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    44.674] (==) No Layout section.  Using the first Screen section.
[    44.674] (==) No screen section available. Using defaults.
[    44.674] (**) |-->Screen "Default Screen Section" (0)
[    44.674] (**) |   |-->Monitor "<default monitor>"
[    44.676] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    44.676] (==) Automatically adding devices
[    44.676] (==) Automatically enabling devices
[    44.676] (==) Automatically adding GPU devices
[    44.678] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    44.678] 	Entry deleted from font path.
[    44.681] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    44.681] 	Entry deleted from font path.
[    44.682] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    44.682] 	Entry deleted from font path.
[    44.682] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	built-ins
[    44.682] (==) ModulePath set to "/usr/lib/xorg/modules"
[    44.682] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    44.682] (II) Loader magic: 0x563b25fb3de0
[    44.682] (II) Module ABI versions:
[    44.682] 	X.Org ANSI C Emulation: 0.4
[    44.682] 	X.Org Video Driver: 19.0
[    44.682] 	X.Org XInput driver : 21.0
[    44.682] 	X.Org Server Extension : 9.0
[    44.684] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[    44.685] (II) xfree86: Adding drm device (/dev/dri/card0)
[    44.689] (--) PCI:*(0:1:0:0) 10de:0dfa:17aa:21cf rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[    44.690] (II) LoadModule: "glx"
[    44.691] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    44.709] (II) Module glx: vendor="X.Org Foundation"
[    44.709] 	compiled for 1.17.2, module version = 1.0.0
[    44.709] 	ABI class: X.Org Server Extension, version 9.0
[    44.709] (==) AIGLX enabled
[    44.709] (==) Matched nouveau as autoconfigured driver 0
[    44.709] (==) Matched nv as autoconfigured driver 1
[    44.709] (==) Matched nouveau as autoconfigured driver 2
[    44.709] (==) Matched nv as autoconfigured driver 3
[    44.709] (==) Matched modesetting as autoconfigured driver 4
[    44.709] (==) Matched fbdev as autoconfigured driver 5
[    44.709] (==) Matched vesa as autoconfigured driver 6
[    44.709] (==) Assigned the driver to the xf86ConfigLayout
[    44.709] (II) LoadModule: "nouveau"
[    44.709] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    44.713] (II) Module nouveau: vendor="X.Org Foundation"
[    44.713] 	compiled for 1.17.1, module version = 1.0.11
[    44.713] 	Module class: X.Org Video Driver
[    44.713] 	ABI class: X.Org Video Driver, version 19.0
[    44.713] (II) LoadModule: "nv"
[    44.714] (WW) Warning, couldn't open module nv
[    44.714] (II) UnloadModule: "nv"
[    44.714] (II) Unloading nv
[    44.714] (EE) Failed to load module "nv" (module does not exist, 0)
[    44.714] (II) LoadModule: "modesetting"
[    44.714] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    44.716] (II) Module modesetting: vendor="X.Org Foundation"
[    44.716] 	compiled for 1.17.2, module version = 1.17.2
[    44.716] 	Module class: X.Org Video Driver
[    44.716] 	ABI class: X.Org Video Driver, version 19.0
[    44.716] (II) LoadModule: "fbdev"
[    44.716] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    44.717] (II) Module fbdev: vendor="X.Org Foundation"
[    44.717] 	compiled for 1.17.1, module version = 0.4.4
[    44.717] 	Module class: X.Org Video Driver
[    44.717] 	ABI class: X.Org Video Driver, version 19.0
[    44.717] (II) LoadModule: "vesa"
[    44.717] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    44.718] (II) Module vesa: vendor="X.Org Foundation"
[    44.718] 	compiled for 1.17.1, module version = 2.3.3
[    44.718] 	Module class: X.Org Video Driver
[    44.718] 	ABI class: X.Org Video Driver, version 19.0
[    44.718] (II) NOUVEAU driver Date:   Thu Aug 28 03:57:48 2014 +0200
[    44.718] (II) NOUVEAU driver for NVIDIA chipset families :
[    44.718] 	RIVA TNT        (NV04)
[    44.718] 	RIVA TNT2       (NV05)
[    44.718] 	GeForce 256     (NV10)
[    44.718] 	GeForce 2       (NV11, NV15)
[    44.719] 	GeForce 4MX     (NV17, NV18)
[    44.719] 	GeForce 3       (NV20)
[    44.719] 	GeForce 4Ti     (NV25, NV28)
[    44.719] 	GeForce FX      (NV3x)
[    44.719] 	GeForce 6       (NV4x)
[    44.719] 	GeForce 7       (G7x)
[    44.719] 	GeForce 8       (G8x)
[    44.719] 	GeForce GTX 200 (NVA0)
[    44.719] 	GeForce GTX 400 (NVC0)
[    44.719] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    44.719] (II) FBDEV: driver for framebuffer: fbdev
[    44.719] (II) VESA: driver for VESA chipsets: vesa
[    44.719] (++) using VT number 2

[    44.719] (--) controlling tty is VT number 2, auto-enabling KeepTty
[    44.719] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    44.719] (II) [drm] nouveau interface version: 1.2.2
[    44.720] (WW) Falling back to old probe method for modesetting
[    44.720] (WW) Falling back to old probe method for fbdev
[    44.720] (II) Loading sub module "fbdevhw"
[    44.720] (II) LoadModule: "fbdevhw"
[    44.720] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    44.721] (II) Module fbdevhw: vendor="X.Org Foundation"
[    44.721] 	compiled for 1.17.2, module version = 0.0.2
[    44.721] 	ABI class: X.Org Video Driver, version 19.0
[    44.721] (WW) Falling back to old probe method for vesa
[    44.721] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    44.721] (II) Loading sub module "dri2"
[    44.721] (II) LoadModule: "dri2"
[    44.721] (II) Module "dri2" already built-in
[    44.721] (--) NOUVEAU(0): Chipset: "NVIDIA NVC1"
[    44.721] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    44.721] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    44.721] (==) NOUVEAU(0): RGB weight 888
[    44.721] (==) NOUVEAU(0): Default visual is TrueColor
[    44.721] (==) NOUVEAU(0): Using HW cursor
[    44.721] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    44.721] (==) NOUVEAU(0): Page flipping enabled
[    44.721] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    44.721] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    44.721] (II) NOUVEAU(0): Initializing outputs ...
[    44.754] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[    44.765] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    44.828] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    44.892] (II) NOUVEAU(0): Output DP-2 has no monitor section
[    44.956] (II) NOUVEAU(0): Output DP-3 has no monitor section
[    44.956] (II) NOUVEAU(0): 5 crtcs needed for screen.
[    44.960] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    44.960] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    44.993] (II) NOUVEAU(0): EDID for output LVDS-1
[    44.993] (II) NOUVEAU(0): Manufacturer: LEN  Model: 40b2  Serial#: 0
[    44.993] (II) NOUVEAU(0): Year: 2009  Week: 1
[    44.993] (II) NOUVEAU(0): EDID Version: 1.3
[    44.993] (II) NOUVEAU(0): Digital Display Input
[    44.993] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    44.993] (II) NOUVEAU(0): Gamma: 2.20
[    44.993] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[    44.993] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    44.993] (II) NOUVEAU(0): First detailed timing is preferred mode
[    44.993] (II) NOUVEAU(0): redX: 0.676 redY: 0.314   greenX: 0.215 greenY: 0.665
[    44.993] (II) NOUVEAU(0): blueX: 0.141 blueY: 0.069   whiteX: 0.313 whiteY: 0.329
[    44.993] (II) NOUVEAU(0): Manufacturer's mask: 0
[    44.993] (II) NOUVEAU(0): Supported detailed timing:
[    44.993] (II) NOUVEAU(0): clock: 139.0 MHz   Image Size:  344 x 193 mm
[    44.993] (II) NOUVEAU(0): h_active: 1920  h_sync: 1980  h_sync_end 2028 h_blank_end 2050 h_border: 0
[    44.993] (II) NOUVEAU(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1130 v_border: 0
[    44.993] (II) NOUVEAU(0): Supported detailed timing:
[    44.993] (II) NOUVEAU(0): clock: 115.8 MHz   Image Size:  344 x 193 mm
[    44.993] (II) NOUVEAU(0): h_active: 1920  h_sync: 1980  h_sync_end 2028 h_blank_end 2050 h_border: 0
[    44.993] (II) NOUVEAU(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1130 v_border: 0
[    44.993] (II) NOUVEAU(0): Unknown vendor-specific block f
[    44.993] (II) NOUVEAU(0):  B156HW01 V4
[    44.993] (II) NOUVEAU(0): EDID (in hex):
[    44.993] (II) NOUVEAU(0): 	00ffffffffffff0030aeb24000000000
[    44.993] (II) NOUVEAU(0): 	0113010380221378ea2135ad5037aa24
[    44.993] (II) NOUVEAU(0): 	11505400000001010101010101010101
[    44.993] (II) NOUVEAU(0): 	0101010101014c368082703832403c30
[    44.993] (II) NOUVEAU(0): 	aa0058c1100000183f2d808270383240
[    44.993] (II) NOUVEAU(0): 	3c30aa0058c1100000180000000f00d1
[    44.993] (II) NOUVEAU(0): 	0932d109281b190006af5634000000fe
[    44.993] (II) NOUVEAU(0): 	004231353648573031205634200a00d6
[    44.993] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[    44.993] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  139.00  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (67.8 kHz eP)
[    44.993] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  115.83  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (56.5 kHz e)
[    44.993] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "1152x864"x60.0   81.75  1152 1216 1336 1520  864 867 871 897 -hsync +vsync (53.8 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    44.993] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    45.004] (II) NOUVEAU(0): EDID for output VGA-1
[    45.068] (II) NOUVEAU(0): EDID for output DP-1
[    45.132] (II) NOUVEAU(0): EDID for output DP-2
[    45.196] (II) NOUVEAU(0): EDID for output DP-3
[    45.196] (II) NOUVEAU(0): Output LVDS-1 connected
[    45.196] (II) NOUVEAU(0): Output VGA-1 disconnected
[    45.196] (II) NOUVEAU(0): Output DP-1 disconnected
[    45.196] (II) NOUVEAU(0): Output DP-2 disconnected
[    45.196] (II) NOUVEAU(0): Output DP-3 disconnected
[    45.196] (II) NOUVEAU(0): Using exact sizes for initial modes
[    45.196] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1920x1080
[    45.196] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    45.196] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[    45.196] (**) NOUVEAU(0):  Driver mode "1920x1080": 139.0 MHz (scaled from 0.0 MHz), 67.8 kHz, 60.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  139.00  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (67.8 kHz eP)
[    45.196] (**) NOUVEAU(0):  Driver mode "1920x1080": 115.8 MHz (scaled from 0.0 MHz), 56.5 kHz, 50.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  115.83  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (56.5 kHz e)
[    45.196] (**) NOUVEAU(0):  Mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "1400x1050": 121.8 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "1280x1024": 109.0 MHz (scaled from 0.0 MHz), 63.7 kHz, 59.9 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "1280x960": 101.2 MHz (scaled from 0.0 MHz), 59.7 kHz, 59.9 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "1152x864": 81.8 MHz (scaled from 0.0 MHz), 53.8 kHz, 60.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1152x864"x60.0   81.75  1152 1216 1336 1520  864 867 871 897 -hsync +vsync (53.8 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[    45.196] (II) NOUVEAU(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
[    45.196] (II) NOUVEAU(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
[    45.196] (II) NOUVEAU(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
[    45.196] (II) NOUVEAU(0): Modeline "720x400"x59.6   22.25  720 744 808 896  400 403 413 417 -hsync +vsync (24.8 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
[    45.196] (II) NOUVEAU(0): Modeline "640x400"x60.0   20.00  640 664 720 800  400 403 409 417 -hsync +vsync (25.0 kHz)
[    45.196] (**) NOUVEAU(0):  Mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
[    45.196] (II) NOUVEAU(0): Modeline "640x350"x59.8   17.50  640 664 720 800  350 353 363 366 -hsync +vsync (21.9 kHz)
[    45.196] (++) NOUVEAU(0): DPI set to (120, 120)
[    45.196] (II) Loading sub module "fb"
[    45.196] (II) LoadModule: "fb"
[    45.196] (II) Loading /usr/lib/xorg/modules/libfb.so
[    45.199] (II) Module fb: vendor="X.Org Foundation"
[    45.199] 	compiled for 1.17.2, module version = 1.0.0
[    45.200] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.200] (II) Loading sub module "shadowfb"
[    45.200] (II) LoadModule: "shadowfb"
[    45.200] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    45.200] (II) Module shadowfb: vendor="X.Org Foundation"
[    45.200] 	compiled for 1.17.2, module version = 1.0.0
[    45.200] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.200] (II) UnloadModule: "modesetting"
[    45.200] (II) Unloading modesetting
[    45.200] (II) UnloadModule: "fbdev"
[    45.200] (II) Unloading fbdev
[    45.200] (II) UnloadSubModule: "fbdevhw"
[    45.200] (II) Unloading fbdevhw
[    45.200] (II) UnloadModule: "vesa"
[    45.200] (II) Unloading vesa
[    45.200] (--) Depth 24 pixmap format is 32 bpp
[    45.205] (II) NOUVEAU(0): Channel setup complete.
[    45.206] (II) NOUVEAU(0): [COPY] async initialised.
[    45.207] (II) NOUVEAU(0): [DRI2] Setup complete
[    45.207] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    45.207] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    45.209] (II) Loading sub module "exa"
[    45.209] (II) LoadModule: "exa"
[    45.209] (II) Loading /usr/lib/xorg/modules/libexa.so
[    45.211] (II) Module exa: vendor="X.Org Foundation"
[    45.211] 	compiled for 1.17.2, module version = 2.6.0
[    45.211] 	ABI class: X.Org Video Driver, version 19.0
[    45.212] (II) EXA(0): Driver allocated offscreen pixmaps
[    45.212] (II) EXA(0): Driver registered support for the following operations:
[    45.212] (II)         Solid
[    45.212] (II)         Copy
[    45.212] (II)         Composite (RENDER acceleration)
[    45.212] (II)         UploadToScreen
[    45.212] (II)         DownloadFromScreen
[    45.212] (==) NOUVEAU(0): Backing store enabled
[    45.212] (==) NOUVEAU(0): Silken mouse enabled
[    45.212] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    45.212] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    45.212] (==) NOUVEAU(0): DPMS enabled
[    45.212] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    45.213] (--) RandR disabled
[    45.219] (II) SELinux: Disabled on system
[    45.363] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    45.363] (II) AIGLX: enabled GLX_ARB_create_context
[    45.363] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    45.363] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    45.363] (II) AIGLX: enabled GLX_INTEL_swap_event
[    45.363] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    45.363] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    45.363] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    45.363] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    45.364] (II) AIGLX: Loaded and initialized nouveau
[    45.364] (II) GLX: Initialized DRI2 GL provider for screen 0
[    45.368] (II) NOUVEAU(0): NVEnterVT is called.
[    45.368] Unable to get master: Permission denied
[    45.402] (II) NOUVEAU(0): Setting screen physical size to 406 x 228
[    45.402] resize called 1920 1080
[    45.511] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    45.511] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    45.511] (II) LoadModule: "evdev"
[    45.511] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    45.519] (II) Module evdev: vendor="X.Org Foundation"
[    45.519] 	compiled for 1.16.4, module version = 2.9.2
[    45.519] 	Module class: X.Org XInput Driver
[    45.519] 	ABI class: X.Org XInput driver, version 21.0
[    45.519] (II) Using input driver 'evdev' for 'Power Button'
[    45.519] (**) Power Button: always reports core events
[    45.519] (**) evdev: Power Button: Device: "/dev/input/event3"
[    45.519] (EE) evdev: Power Button: Unable to open evdev device "/dev/input/event3".
[    45.519] (EE) PreInit returned 2 for "Power Button"
[    45.519] (II) UnloadModule: "evdev"
[    45.520] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    45.520] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    45.520] (II) Using input driver 'evdev' for 'Video Bus'
[    45.520] (**) Video Bus: always reports core events
[    45.520] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    45.520] (EE) evdev: Video Bus: Unable to open evdev device "/dev/input/event4".
[    45.520] (EE) PreInit returned 2 for "Video Bus"
[    45.520] (II) UnloadModule: "evdev"
[    45.521] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    45.521] (II) No input driver specified, ignoring this device.
[    45.521] (II) This device may have been added with another device file.
[    45.521] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    45.521] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    45.521] (II) Using input driver 'evdev' for 'Sleep Button'
[    45.521] (**) Sleep Button: always reports core events
[    45.521] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[    45.521] (EE) evdev: Sleep Button: Unable to open evdev device "/dev/input/event2".
[    45.521] (EE) PreInit returned 2 for "Sleep Button"
[    45.521] (II) UnloadModule: "evdev"
[    45.522] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    45.522] (II) No input driver specified, ignoring this device.
[    45.522] (II) This device may have been added with another device file.
[    45.523] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    45.523] (II) No input driver specified, ignoring this device.
[    45.523] (II) This device may have been added with another device file.
[    45.523] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    45.523] (II) No input driver specified, ignoring this device.
[    45.523] (II) This device may have been added with another device file.
[    45.524] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    45.524] (II) No input driver specified, ignoring this device.
[    45.524] (II) This device may have been added with another device file.
[    45.525] (II) config/udev: Adding input device Integrated Camera (/dev/input/event7)
[    45.525] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[    45.525] (II) Using input driver 'evdev' for 'Integrated Camera'
[    45.525] (**) Integrated Camera: always reports core events
[    45.525] (**) evdev: Integrated Camera: Device: "/dev/input/event7"
[    45.525] (EE) evdev: Integrated Camera: Unable to open evdev device "/dev/input/event7".
[    45.525] (EE) PreInit returned 2 for "Integrated Camera"
[    45.525] (II) UnloadModule: "evdev"
[    45.525] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    45.526] (II) No input driver specified, ignoring this device.
[    45.526] (II) This device may have been added with another device file.
[    45.526] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    45.526] (II) No input driver specified, ignoring this device.
[    45.526] (II) This device may have been added with another device file.
[    45.526] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event10)
[    45.526] (II) No input driver specified, ignoring this device.
[    45.527] (II) This device may have been added with another device file.
[    45.527] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[    45.527] (II) No input driver specified, ignoring this device.
[    45.527] (II) This device may have been added with another device file.
[    45.527] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[    45.527] (II) No input driver specified, ignoring this device.
[    45.528] (II) This device may have been added with another device file.
[    45.528] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    45.528] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    45.528] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    45.528] (**) AT Translated Set 2 keyboard: always reports core events
[    45.528] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    45.528] (EE) evdev: AT Translated Set 2 keyboard: Unable to open evdev device "/dev/input/event0".
[    45.528] (EE) PreInit returned 2 for "AT Translated Set 2 keyboard"
[    45.528] (II) UnloadModule: "evdev"
[    45.529] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    45.529] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    45.529] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    45.529] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    45.529] (II) LoadModule: "synaptics"
[    45.529] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    45.531] (II) Module synaptics: vendor="X.Org Foundation"
[    45.531] 	compiled for 1.16.4, module version = 1.8.2
[    45.531] 	Module class: X.Org XInput Driver
[    45.531] 	ABI class: X.Org XInput driver, version 21.0
[    45.531] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    45.531] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    45.531] (**) Option "Device" "/dev/input/event17"
[    45.531] (EE) synaptics: SynPS/2 Synaptics TouchPad: no synaptics event device found
[    45.531] (EE) synaptics: SynPS/2 Synaptics TouchPad: Synaptics driver unable to detect protocol
[    45.531] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[    45.531] (II) UnloadModule: "synaptics"
[    45.531] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    45.531] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    45.532] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[    45.532] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    45.532] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    45.532] (**) TPPS/2 IBM TrackPoint: always reports core events
[    45.532] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event19"
[    45.532] (EE) evdev: TPPS/2 IBM TrackPoint: Unable to open evdev device "/dev/input/event19".
[    45.532] (EE) PreInit returned 2 for "TPPS/2 IBM TrackPoint"
[    45.532] (II) UnloadModule: "evdev"
[    45.533] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    45.533] (II) No input driver specified, ignoring this device.
[    45.533] (II) This device may have been added with another device file.
[    45.533] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    45.533] (II) No input driver specified, ignoring this device.
[    45.533] (II) This device may have been added with another device file.
[    45.534] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[    45.534] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    45.534] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[    45.534] (**) ThinkPad Extra Buttons: always reports core events
[    45.534] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
[    45.534] (EE) evdev: ThinkPad Extra Buttons: Unable to open evdev device "/dev/input/event6".
[    45.534] (EE) PreInit returned 2 for "ThinkPad Extra Buttons"
[    45.534] (II) UnloadModule: "evdev"
[    45.535] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event18)
[    45.535] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    45.535] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    45.535] (**) ACPI Virtual Keyboard Device: always reports core events
[    45.535] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event18"
[    45.535] (EE) evdev: ACPI Virtual Keyboard Device: Unable to open evdev device "/dev/input/event18".
[    45.535] (EE) PreInit returned 2 for "ACPI Virtual Keyboard Device"
[    45.535] (II) UnloadModule: "evdev"
[    45.956] (II) NOUVEAU(0): EDID vendor "LEN", prod id 16562
[    45.956] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    45.956] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  139.00  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (67.8 kHz eP)
[    45.956] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  115.83  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (56.5 kHz e)
[    46.188] (II) NOUVEAU(0): EDID vendor "LEN", prod id 16562
[    46.188] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    46.188] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  139.00  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (67.8 kHz eP)
[    46.188] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  115.83  1920 1980 2028 2050  1080 1090 1100 1130 -hsync -vsync (56.5 kHz e)
[   145.588] (II) NOUVEAU(0): NVLeaveVT is called.
[   145.588] Error dropping master: -13(Permission denied)
[   146.988] (II) Server terminated successfully (0). Closing log file.

-- 
James Richardson
http://jamestechnotes.com


Reply to: