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

Bug#653000: NOUVEAU(0): Error creating GPU channel: -19



Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20110411+8378443-1~bpo60+1
Severity: important


Hi,

nouveau driver does not seems to be working for me. It fails with:

X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
Current Operating System: Linux maester 2.6.39-bpo.2-amd64 #1 SMP Tue Jul 26 10:35:23 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-bpo.2-amd64 root=UUID=0b17f6ae-4025-41be-ab21-1f6e2472ad73 ro single quiet
Build Date: 28 August 2011  09:39:43PM
xorg-server 2:1.10.4-1~bpo60+1 (Cyril Brulebois <kibi@debian.org>) 
Current version of pixman: 0.24.0
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 22 18:27:35 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) NOUVEAU(0): Error creating GPU channel: -19
(EE) NOUVEAU(0): Error initialising acceleration.  Falling back to NoAccel
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
resize called 1024 768
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

waiting for X server to shut down 

xinit:  unexpected signal 2.



I used the following xorg.conf file, please note that BusID line is required :

$ cat xorg.conf
Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 285"
    BusID  "PCI:1:0:0"
EndSection

With:

$ lspci | grep -i VGA 
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0df5 (rev a1)


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Sep 24 19:57 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1934560 Aug 28 23:41 /usr/bin/Xorg

Diversions concerning libGL are in place
----------------------------------------
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Sandy Bridge Integrated Graphics Controller [8086:0116] (rev 09)
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df5] (rev a1)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39-bpo.2-amd64 (Debian 2.6.39-3~bpo60+1) (norbert@tretkowski.de) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Tue Jul 26 10:35:23 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 33840 Dec 22 18:28 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   199.741] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[   199.741] X Protocol Version 11, Revision 0
[   199.741] Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
[   199.741] Current Operating System: Linux maester 2.6.39-bpo.2-amd64 #1 SMP Tue Jul 26 10:35:23 UTC 2011 x86_64
[   199.741] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-bpo.2-amd64 root=UUID=0b17f6ae-4025-41be-ab21-1f6e2472ad73 ro single quiet
[   199.741] Build Date: 28 August 2011  09:39:43PM
[   199.741] xorg-server 2:1.10.4-1~bpo60+1 (Cyril Brulebois <kibi@debian.org>) 
[   199.741] Current version of pixman: 0.24.0
[   199.741] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   199.741] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   199.742] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 22 18:27:55 2011
[   199.742] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   199.742] (==) No Layout section.  Using the first Screen section.
[   199.742] (==) No screen section available. Using defaults.
[   199.742] (**) |-->Screen "Default Screen Section" (0)
[   199.742] (**) |   |-->Monitor "<default monitor>"
[   199.743] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   199.743] (==) Automatically adding devices
[   199.743] (==) Automatically enabling devices
[   199.743] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   199.743] 	Entry deleted from font path.
[   199.743] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[   199.743] (==) ModulePath set to "/usr/lib/xorg/modules"
[   199.743] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   199.743] (II) Loader magic: 0x7d3ae0
[   199.743] (II) Module ABI versions:
[   199.743] 	X.Org ANSI C Emulation: 0.4
[   199.743] 	X.Org Video Driver: 10.0
[   199.743] 	X.Org XInput driver : 12.2
[   199.743] 	X.Org Server Extension : 5.0
[   199.745] (--) PCI:*(0:0:2:0) 8086:0116:1028:04c6 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[   199.745] (--) PCI: (0:1:0:0) 10de:0df5:1028:04c6 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   199.745] (II) Open ACPI successful (/var/run/acpid.socket)
[   199.745] (II) LoadModule: "extmod"
[   199.745] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   199.746] (II) Module extmod: vendor="X.Org Foundation"
[   199.746] 	compiled for 1.10.4, module version = 1.0.0
[   199.746] 	Module class: X.Org Server Extension
[   199.746] 	ABI class: X.Org Server Extension, version 5.0
[   199.746] (II) Loading extension SELinux
[   199.746] (II) Loading extension MIT-SCREEN-SAVER
[   199.746] (II) Loading extension XFree86-VidModeExtension
[   199.746] (II) Loading extension XFree86-DGA
[   199.746] (II) Loading extension DPMS
[   199.746] (II) Loading extension XVideo
[   199.746] (II) Loading extension XVideo-MotionCompensation
[   199.746] (II) Loading extension X-Resource
[   199.746] (II) LoadModule: "dbe"
[   199.746] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   199.747] (II) Module dbe: vendor="X.Org Foundation"
[   199.747] 	compiled for 1.10.4, module version = 1.0.0
[   199.747] 	Module class: X.Org Server Extension
[   199.747] 	ABI class: X.Org Server Extension, version 5.0
[   199.747] (II) Loading extension DOUBLE-BUFFER
[   199.747] (II) LoadModule: "glx"
[   199.747] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[   199.762] (II) Module glx: vendor="NVIDIA Corporation"
[   199.762] 	compiled for 4.0.2, module version = 1.0.0
[   199.762] 	Module class: X.Org Server Extension
[   199.762] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[   199.762] (II) Loading extension GLX
[   199.762] (II) LoadModule: "record"
[   199.762] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   199.762] (II) Module record: vendor="X.Org Foundation"
[   199.762] 	compiled for 1.10.4, module version = 1.13.0
[   199.762] 	Module class: X.Org Server Extension
[   199.762] 	ABI class: X.Org Server Extension, version 5.0
[   199.762] (II) Loading extension RECORD
[   199.762] (II) LoadModule: "dri"
[   199.762] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   199.762] (II) Module dri: vendor="X.Org Foundation"
[   199.762] 	compiled for 1.10.4, module version = 1.0.0
[   199.762] 	ABI class: X.Org Server Extension, version 5.0
[   199.762] (II) Loading extension XFree86-DRI
[   199.762] (II) LoadModule: "dri2"
[   199.762] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   199.762] (II) Module dri2: vendor="X.Org Foundation"
[   199.762] 	compiled for 1.10.4, module version = 1.2.0
[   199.762] 	ABI class: X.Org Server Extension, version 5.0
[   199.762] (II) Loading extension DRI2
[   199.762] (==) Matched intel as autoconfigured driver 0
[   199.762] (==) Matched vesa as autoconfigured driver 1
[   199.762] (==) Matched fbdev as autoconfigured driver 2
[   199.762] (==) Assigned the driver to the xf86ConfigLayout
[   199.763] (II) LoadModule: "intel"
[   199.763] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   199.763] (II) Module intel: vendor="X.Org Foundation"
[   199.763] 	compiled for 1.10.4, module version = 2.15.0
[   199.763] 	Module class: X.Org Video Driver
[   199.763] 	ABI class: X.Org Video Driver, version 10.0
[   199.763] (II) LoadModule: "vesa"
[   199.763] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   199.763] (II) Module vesa: vendor="X.Org Foundation"
[   199.763] 	compiled for 1.10.3, module version = 2.3.0
[   199.763] 	Module class: X.Org Video Driver
[   199.763] 	ABI class: X.Org Video Driver, version 10.0
[   199.763] (II) LoadModule: "fbdev"
[   199.763] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   199.763] (II) Module fbdev: vendor="X.Org Foundation"
[   199.763] 	compiled for 1.10.3, module version = 0.4.2
[   199.763] 	ABI class: X.Org Video Driver, version 10.0
[   199.763] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[   199.763] (II) VESA: driver for VESA chipsets: vesa
[   199.763] (II) FBDEV: driver for framebuffer: fbdev
[   199.763] (++) using VT number 8

[   199.769] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   199.769] (WW) Falling back to old probe method for vesa
[   199.770] (WW) Falling back to old probe method for fbdev
[   199.770] (II) Loading sub module "fbdevhw"
[   199.770] (II) LoadModule: "fbdevhw"
[   199.770] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   199.770] (II) Module fbdevhw: vendor="X.Org Foundation"
[   199.770] 	compiled for 1.10.4, module version = 0.0.2
[   199.770] 	ABI class: X.Org Video Driver, version 10.0
[   199.770] drmOpenDevice: node name is /dev/dri/card0
[   199.770] drmOpenDevice: open result is 9, (OK)
[   199.770] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   199.770] drmOpenDevice: node name is /dev/dri/card0
[   199.770] drmOpenDevice: open result is 9, (OK)
[   199.770] drmOpenByBusid: drmOpenMinor returns 9
[   199.770] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   199.770] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   199.770] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   199.770] (==) intel(0): RGB weight 888
[   199.770] (==) intel(0): Default visual is TrueColor
[   199.770] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
[   199.770] (--) intel(0): Chipset: "Sandybridge"
[   199.770] (**) intel(0): Relaxed fencing enabled
[   199.770] (**) intel(0): Framebuffer tiled
[   199.770] (**) intel(0): Pixmaps tiled
[   199.770] (**) intel(0): 3D buffers tiled
[   199.770] (**) intel(0): SwapBuffers wait disabled
[   199.770] (==) intel(0): video overlay key set to 0x101fe
[   199.771] (II) intel(0): Output LVDS1 has no monitor section
[   199.771] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[   199.771] (II) intel(0): Output VGA1 has no monitor section
[   199.771] (II) intel(0): EDID for output LVDS1
[   199.771] (II) intel(0): Manufacturer: LGD  Model: 303  Serial#: 0
[   199.771] (II) intel(0): Year: 2010  Week: 0
[   199.771] (II) intel(0): EDID Version: 1.4
[   199.771] (II) intel(0): Digital Display Input
[   199.771] (II) intel(0): 6 bits per channel
[   199.771] (II) intel(0): Digital interface is undefined
[   199.771] (II) intel(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[   199.771] (II) intel(0): Gamma: 2.20
[   199.771] (II) intel(0): No DPMS capabilities specified
[   199.771] (II) intel(0): Supported color encodings: RGB 4:4:4 
[   199.771] (II) intel(0): First detailed timing is preferred mode
[   199.771] (II) intel(0): Preferred mode is native pixel format and refresh rate
[   199.771] (II) intel(0): redX: 0.615 redY: 0.371   greenX: 0.342 greenY: 0.609
[   199.771] (II) intel(0): blueX: 0.150 blueY: 0.111   whiteX: 0.313 whiteY: 0.329
[   199.771] (II) intel(0): Manufacturer's mask: 0
[   199.771] (II) intel(0): Supported detailed timing:
[   199.771] (II) intel(0): clock: 97.8 MHz   Image Size:  382 x 215 mm
[   199.771] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1696 h_blank_end 1784 h_border: 0
[   199.771] (II) intel(0): v_active: 900  v_sync: 902  v_sync_end 905 v_blanking: 912 v_border: 0
[   199.771] (II) intel(0): Supported detailed timing:
[   199.771] (II) intel(0): clock: 65.2 MHz   Image Size:  382 x 215 mm
[   199.771] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1696 h_blank_end 1784 h_border: 0
[   199.771] (II) intel(0): v_active: 900  v_sync: 902  v_sync_end 905 v_blanking: 912 v_border: 0
[   199.771] (II) intel(0):  CVW69�173WD1
[   199.771] (II) intel(0): Unknown vendor-specific block 0
[   199.771] (II) intel(0): EDID (in hex):
[   199.771] (II) intel(0): 	00ffffffffffff0030e4030300000000
[   199.771] (II) intel(0): 	00140104902615780288a59d5f579c26
[   199.771] (II) intel(0): 	1c505400000001010101010101010101
[   199.771] (II) intel(0): 	0101010101012f2640b860840c303030
[   199.771] (II) intel(0): 	23007ed710000019751940b860840c30
[   199.771] (II) intel(0): 	303023007ed710000019000000fe0043
[   199.771] (II) intel(0): 	56573639803137335744310a00000000
[   199.771] (II) intel(0): 	00004131960000000002010a202000c4
[   199.771] (II) intel(0): EDID vendor "LGD", prod id 771
[   199.771] (II) intel(0): Printing DDC gathered Modelines:
[   199.771] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   199.771] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   199.771] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   199.771] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   199.771] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   199.771] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[   199.772] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   199.772] (II) intel(0): Printing probed modes for output LVDS1
[   199.772] (II) intel(0): Modeline "1600x900"x60.1   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   199.772] (II) intel(0): Modeline "1600x900"x40.1   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   199.772] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   199.772] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[   199.772] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[   199.772] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[   199.772] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   199.772] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   199.772] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   199.772] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   199.772] (II) intel(0): EDID for output VGA1
[   199.772] (II) intel(0): Output LVDS1 connected
[   199.772] (II) intel(0): Output VGA1 disconnected
[   199.772] (II) intel(0): Using exact sizes for initial modes
[   199.772] (II) intel(0): Output LVDS1 using initial mode 1600x900
[   199.772] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   199.772] (II) intel(0): Kernel page flipping support detected, enabling
[   199.772] (**) intel(0): Display dimensions: (380, 210) mm
[   199.773] (**) intel(0): DPI set to (106, 108)
[   199.773] (II) Loading sub module "fb"
[   199.773] (II) LoadModule: "fb"
[   199.773] (II) Loading /usr/lib/xorg/modules/libfb.so
[   199.774] (II) Module fb: vendor="X.Org Foundation"
[   199.774] 	compiled for 1.10.4, module version = 1.0.0
[   199.774] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   199.774] (II) Loading sub module "dri2"
[   199.774] (II) LoadModule: "dri2"
[   199.774] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   199.774] (II) Module dri2: vendor="X.Org Foundation"
[   199.774] 	compiled for 1.10.4, module version = 1.2.0
[   199.774] 	ABI class: X.Org Server Extension, version 5.0
[   199.774] (II) UnloadModule: "vesa"
[   199.774] (II) Unloading vesa
[   199.774] (II) UnloadModule: "fbdev"
[   199.774] (II) Unloading fbdev
[   199.774] (II) UnloadModule: "fbdevhw"
[   199.774] (II) Unloading fbdevhw
[   199.774] (==) Depth 24 pixmap format is 32 bpp
[   199.774] (II) intel(0): [DRI2] Setup complete
[   199.774] (II) intel(0): [DRI2]   DRI driver: i965
[   199.774] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[   199.775] (II) UXA(0): Driver registered support for the following operations:
[   199.775] (II)         solid
[   199.775] (II)         copy
[   199.775] (II)         composite (RENDER acceleration)
[   199.775] (II)         put_image
[   199.775] (II)         get_image
[   199.775] (==) intel(0): Backing store disabled
[   199.775] (==) intel(0): Silken mouse enabled
[   199.775] (II) intel(0): Initializing HW Cursor
[   199.844] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   199.845] (==) intel(0): DPMS enabled
[   199.845] (==) intel(0): Intel XvMC decoder enabled
[   199.845] (II) intel(0): Set up textured video
[   199.845] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   199.845] (II) intel(0): direct rendering: DRI2 Enabled
[   199.845] (==) intel(0): hotplug detection: "enabled"
[   199.845] (--) RandR disabled
[   199.845] (II) Initializing built-in extension Generic Event Extension
[   199.845] (II) Initializing built-in extension SHAPE
[   199.845] (II) Initializing built-in extension MIT-SHM
[   199.845] (II) Initializing built-in extension XInputExtension
[   199.845] (II) Initializing built-in extension XTEST
[   199.845] (II) Initializing built-in extension BIG-REQUESTS
[   199.845] (II) Initializing built-in extension SYNC
[   199.845] (II) Initializing built-in extension XKEYBOARD
[   199.845] (II) Initializing built-in extension XC-MISC
[   199.845] (II) Initializing built-in extension SECURITY
[   199.845] (II) Initializing built-in extension XINERAMA
[   199.845] (II) Initializing built-in extension XFIXES
[   199.845] (II) Initializing built-in extension RENDER
[   199.846] (II) Initializing built-in extension RANDR
[   199.846] (II) Initializing built-in extension COMPOSITE
[   199.846] (II) Initializing built-in extension DAMAGE
[   199.846] (II) SELinux: Disabled on system
[   199.850] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[   199.860] (II) intel(0): Setting screen physical size to 423 x 238
[   199.898] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   199.898] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   199.898] (II) LoadModule: "evdev"
[   199.899] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   199.899] (II) Module evdev: vendor="X.Org Foundation"
[   199.899] 	compiled for 1.10.3, module version = 2.6.0
[   199.899] 	Module class: X.Org XInput Driver
[   199.899] 	ABI class: X.Org XInput driver, version 12.2
[   199.899] (II) Using input driver 'evdev' for 'Power Button'
[   199.899] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   199.900] (**) Power Button: always reports core events
[   199.900] (**) Power Button: Device: "/dev/input/event4"
[   199.940] (--) Power Button: Found keys
[   199.940] (II) Power Button: Configuring as keyboard
[   199.940] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[   199.940] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   199.940] (**) Option "xkb_rules" "evdev"
[   199.940] (**) Option "xkb_model" "pc105"
[   199.940] (**) Option "xkb_layout" "fr"
[   199.940] (**) Option "xkb_variant" "latin9"
[   200.070] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   200.070] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   200.070] (II) Using input driver 'evdev' for 'Video Bus'
[   200.070] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.070] (**) Video Bus: always reports core events
[   200.070] (**) Video Bus: Device: "/dev/input/event10"
[   200.096] (--) Video Bus: Found keys
[   200.096] (II) Video Bus: Configuring as keyboard
[   200.096] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"
[   200.096] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   200.096] (**) Option "xkb_rules" "evdev"
[   200.096] (**) Option "xkb_model" "pc105"
[   200.096] (**) Option "xkb_layout" "fr"
[   200.096] (**) Option "xkb_variant" "latin9"
[   200.101] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   200.101] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   200.101] (II) Using input driver 'evdev' for 'Video Bus'
[   200.101] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.101] (**) Video Bus: always reports core events
[   200.101] (**) Video Bus: Device: "/dev/input/event9"
[   200.101] (--) Video Bus: Found keys
[   200.101] (II) Video Bus: Configuring as keyboard
[   200.101] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:27/LNXVIDEO:00/input/input9/event9"
[   200.101] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   200.101] (**) Option "xkb_rules" "evdev"
[   200.101] (**) Option "xkb_model" "pc105"
[   200.101] (**) Option "xkb_layout" "fr"
[   200.101] (**) Option "xkb_variant" "latin9"
[   200.108] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   200.108] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   200.108] (II) Using input driver 'evdev' for 'Power Button'
[   200.108] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.109] (**) Power Button: always reports core events
[   200.109] (**) Power Button: Device: "/dev/input/event1"
[   200.109] (--) Power Button: Found keys
[   200.109] (II) Power Button: Configuring as keyboard
[   200.109] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[   200.109] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   200.109] (**) Option "xkb_rules" "evdev"
[   200.109] (**) Option "xkb_model" "pc105"
[   200.109] (**) Option "xkb_layout" "fr"
[   200.109] (**) Option "xkb_variant" "latin9"
[   200.110] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[   200.110] (II) No input driver/identifier specified (ignoring)
[   200.110] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   200.111] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   200.111] (II) Using input driver 'evdev' for 'Sleep Button'
[   200.111] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.111] (**) Sleep Button: always reports core events
[   200.111] (**) Sleep Button: Device: "/dev/input/event2"
[   200.111] (--) Sleep Button: Found keys
[   200.111] (II) Sleep Button: Configuring as keyboard
[   200.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[   200.111] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[   200.111] (**) Option "xkb_rules" "evdev"
[   200.111] (**) Option "xkb_model" "pc105"
[   200.111] (**) Option "xkb_layout" "fr"
[   200.111] (**) Option "xkb_variant" "latin9"
[   200.118] (II) config/udev: Adding input device Laptop_Integrated_Webcam_FHD (/dev/input/event8)
[   200.118] (**) Laptop_Integrated_Webcam_FHD: Applying InputClass "evdev keyboard catchall"
[   200.118] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_FHD'
[   200.118] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.118] (**) Laptop_Integrated_Webcam_FHD: always reports core events
[   200.118] (**) Laptop_Integrated_Webcam_FHD: Device: "/dev/input/event8"
[   200.118] (--) Laptop_Integrated_Webcam_FHD: Found keys
[   200.118] (II) Laptop_Integrated_Webcam_FHD: Configuring as keyboard
[   200.118] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8/event8"
[   200.119] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_FHD" (type: KEYBOARD)
[   200.119] (**) Option "xkb_rules" "evdev"
[   200.119] (**) Option "xkb_model" "pc105"
[   200.119] (**) Option "xkb_layout" "fr"
[   200.119] (**) Option "xkb_variant" "latin9"
[   200.120] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[   200.120] (II) No input driver/identifier specified (ignoring)
[   200.121] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[   200.121] (II) No input driver/identifier specified (ignoring)
[   200.121] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[   200.121] (II) No input driver/identifier specified (ignoring)
[   200.125] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event6)
[   200.125] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[   200.125] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[   200.125] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.125] (**) USB Optical Mouse: always reports core events
[   200.125] (**) USB Optical Mouse: Device: "/dev/input/event6"
[   200.125] (--) USB Optical Mouse: Found 3 mouse buttons
[   200.126] (--) USB Optical Mouse: Found scroll wheel(s)
[   200.126] (--) USB Optical Mouse: Found relative axes
[   200.126] (--) USB Optical Mouse: Found x and y relative axes
[   200.126] (II) USB Optical Mouse: Configuring as mouse
[   200.126] (II) USB Optical Mouse: Adding scrollwheel support
[   200.126] (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
[   200.126] (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   200.126] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/event6"
[   200.126] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE)
[   200.126] (II) USB Optical Mouse: initialized for relative axes.
[   200.126] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[   200.126] (**) USB Optical Mouse: (accel) acceleration profile 0
[   200.126] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[   200.126] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[   200.127] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[   200.127] (II) No input driver/identifier specified (ignoring)
[   200.132] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   200.132] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   200.132] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   200.132] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.132] (**) AT Translated Set 2 keyboard: always reports core events
[   200.132] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   200.133] (--) AT Translated Set 2 keyboard: Found keys
[   200.133] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   200.133] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   200.133] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   200.133] (**) Option "xkb_rules" "evdev"
[   200.133] (**) Option "xkb_model" "pc105"
[   200.133] (**) Option "xkb_layout" "fr"
[   200.133] (**) Option "xkb_variant" "latin9"
[   200.134] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event11)
[   200.134] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[   200.134] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[   200.134] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.134] (**) PS/2 Generic Mouse: always reports core events
[   200.134] (**) PS/2 Generic Mouse: Device: "/dev/input/event11"
[   200.134] (--) PS/2 Generic Mouse: Found 3 mouse buttons
[   200.134] (--) PS/2 Generic Mouse: Found relative axes
[   200.134] (--) PS/2 Generic Mouse: Found x and y relative axes
[   200.134] (II) PS/2 Generic Mouse: Configuring as mouse
[   200.134] (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[   200.134] (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   200.134] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[   200.134] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)
[   200.134] (II) PS/2 Generic Mouse: initialized for relative axes.
[   200.134] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[   200.134] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[   200.134] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   200.134] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   200.135] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
[   200.135] (II) No input driver/identifier specified (ignoring)
[   200.135] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   200.135] (II) No input driver/identifier specified (ignoring)
[   200.136] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[   200.136] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   200.136] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   200.136] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.136] (**) ACPI Virtual Keyboard Device: always reports core events
[   200.136] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event15"
[   200.136] (--) ACPI Virtual Keyboard Device: Found keys
[   200.136] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[   200.136] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event15"
[   200.136] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[   200.136] (**) Option "xkb_rules" "evdev"
[   200.136] (**) Option "xkb_model" "pc105"
[   200.136] (**) Option "xkb_layout" "fr"
[   200.136] (**) Option "xkb_variant" "latin9"
[   200.137] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
[   200.137] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   200.137] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[   200.137] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   200.137] (**) Dell WMI hotkeys: always reports core events
[   200.137] (**) Dell WMI hotkeys: Device: "/dev/input/event7"
[   200.137] (--) Dell WMI hotkeys: Found keys
[   200.137] (II) Dell WMI hotkeys: Configuring as keyboard
[   200.137] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[   200.137] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
[   200.137] (**) Option "xkb_rules" "evdev"
[   200.138] (**) Option "xkb_model" "pc105"
[   200.138] (**) Option "xkb_layout" "fr"
[   200.138] (**) Option "xkb_variant" "latin9"
[   200.446] (II) intel(0): EDID vendor "LGD", prod id 771
[   200.446] (II) intel(0): Printing DDC gathered Modelines:
[   200.446] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   200.446] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   200.448] (II) intel(0): EDID vendor "LGD", prod id 771
[   200.449] (II) intel(0): Printing DDC gathered Modelines:
[   200.449] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   200.449] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   200.451] (II) intel(0): EDID vendor "LGD", prod id 771
[   200.451] (II) intel(0): Printing DDC gathered Modelines:
[   200.451] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   200.451] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   204.094] (II) intel(0): EDID vendor "LGD", prod id 771
[   204.094] (II) intel(0): Printing DDC gathered Modelines:
[   204.094] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   204.094] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   204.095] (II) intel(0): EDID vendor "LGD", prod id 771
[   204.095] (II) intel(0): Printing DDC gathered Modelines:
[   204.095] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   204.095] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   204.096] (II) intel(0): EDID vendor "LGD", prod id 771
[   204.096] (II) intel(0): Printing DDC gathered Modelines:
[   204.096] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   204.096] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)
[   204.299] (II) intel(0): EDID vendor "LGD", prod id 771
[   204.299] (II) intel(0): Printing DDC gathered Modelines:
[   204.299] (II) intel(0): Modeline "1600x900"x0.0   97.75  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (54.8 kHz)
[   204.299] (II) intel(0): Modeline "1600x900"x0.0   65.17  1600 1648 1696 1784  900 902 905 912 -hsync -vsync (36.5 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:68
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10
N: input/event10
S: char/13:74
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:74
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:27/LNXVIDEO:00/input/input9/event9
N: input/event9
S: char/13:73
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:27/LNXVIDEO:00/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:73
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:65
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:67

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
S: char/13:66
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:66
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8/event8
N: input/event8
S: char/13:72
S: input/by-id/usb-CNFA151H1810278A3752_Laptop_Integrated_Webcam_FHD-event-if00
S: input/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=CNFA151H1810278A3752
E: ID_VENDOR_ENC=CNFA151H1810278A3752
E: ID_VENDOR_ID=1bcf
E: ID_MODEL=Laptop_Integrated_Webcam_FHD
E: ID_MODEL_ENC=Laptop_Integrated_Webcam_FHD
E: ID_MODEL_ID=2b81
E: ID_REVISION=9762
E: ID_SERIAL=CNFA151H1810278A3752_Laptop_Integrated_Webcam_FHD
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.4:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:72 /dev/input/by-id/usb-CNFA151H1810278A3752_Laptop_Integrated_Webcam_FHD-event-if00 /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.4:1.0-event

P: /devices/pci0000:00/0000:00:1b.0/input/input12/event12
N: input/event12
S: char/13:76
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:76

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13
N: input/event13
S: char/13:77
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:77
E: TAGS=:udev-acl:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14
N: input/event14
S: char/13:78
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14
E: MAJOR=13
E: MINOR=78
E: DEVNAME=/dev/input/event14
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:78
E: TAGS=:udev-acl:

P: /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/event6
N: input/event6
S: char/13:70
S: input/by-id/usb-0461_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=0461
E: ID_VENDOR_ENC=0461
E: ID_VENDOR_ID=0461
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=4d22
E: ID_REVISION=0200
E: ID_SERIAL=0461_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.3:1.0
E: DEVLINKS=/dev/char/13:70 /dev/input/by-id/usb-0461_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/mouse0
N: input/mouse0
S: char/13:32
S: input/by-id/usb-0461_USB_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=0461
E: ID_VENDOR_ENC=0461
E: ID_VENDOR_ID=0461
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=4d22
E: ID_REVISION=0200
E: ID_SERIAL=0461_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.3:1.0
E: DEVLINKS=/dev/char/13:32 /dev/input/by-id/usb-0461_USB_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-mouse

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:64 /dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio1/input/input11/event11
N: input/event11
S: char/13:75
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:75 /dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input11/mouse1
N: input/mouse1
S: char/13:33
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input11/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/char/13:33 /dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/char/13:69 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input15/event15
N: input/event15
S: char/13:79
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input15/event15
E: MAJOR=13
E: MINOR=79
E: DEVNAME=/dev/input/event15
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:79
E: DMI_VENDOR=Dell Inc.

P: /devices/virtual/input/input7/event7
N: input/event7
S: char/13:71
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=fr
E: XKBVARIANT=latin9
E: DEVLINKS=/dev/char/13:71
E: DMI_VENDOR=Dell Inc.


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.454503] Linux agpgart interface v0.103
[    1.454590] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    1.454679] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.456066] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    1.456180] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    5.591419] [drm] Initialized drm 1.1.0 20060810
[    5.677877] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.677879] [drm] Driver supports precise vblank timestamp query.
[    5.715519] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[    5.715619] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[    5.834949] fbcon: inteldrmfb (fb0) is primary device
[    6.014738] fb0: inteldrmfb frame buffer device
[    6.014740] drm: registered panic notifier
[    6.049504] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   76.719024] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c1a80a1)
[   76.722389] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[   76.732141] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[   76.732143] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[   76.732151] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[   76.732153] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
[   76.742776] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[   76.742777] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from ACPI
[   76.938390] [drm] nouveau 0000:01:00.0: ... appears to be valid
[   76.938401] [drm] nouveau 0000:01:00.0: BIT BIOS found
[   76.938408] [drm] nouveau 0000:01:00.0: Bios version 70.08.53.00
[   76.938414] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
[   76.941000] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[   76.941009] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[   76.941019] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02014300 00000000
[   76.941028] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02021362 00020010
[   76.941036] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 0000000e 00000000
[   76.941045] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
[   76.941055] [drm] nouveau 0000:01:00.0:   0: 0x00000340: type 0x40 idx 0 tag 0xff
[   76.941065] [drm] nouveau 0000:01:00.0:   1: 0x00001061: type 0x61 idx 1 tag 0x07
[   76.941074] [drm] nouveau 0000:01:00.0:   2: 0x00000147: type 0x47 idx 2 tag 0xff
[   76.941083] [drm] nouveau 0000:01:00.0:   3: 0x00002346: type 0x46 idx 3 tag 0x08
[   76.941092] [drm] nouveau 0000:01:00.0:   4: 0x00000400: type 0x00 idx 4 tag 0xff
[   76.941101] [drm] nouveau 0000:01:00.0:   5: 0x00000210: type 0x10 idx 5 tag 0xff
[   76.941109] [drm] nouveau 0000:01:00.0:   6: 0x00000211: type 0x11 idx 6 tag 0xff
[   76.941118] [drm] nouveau 0000:01:00.0:   7: 0x00000213: type 0x13 idx 7 tag 0xff
[   76.941138] [drm] nouveau 0000:01:00.0: Adaptor not initialised, running VBIOS init tables.
[   76.941146] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD5D7
[   76.965305] [drm] nouveau 0000:01:00.0: 0xD581: i2c wr fail: -6
[   77.008013] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDC33
[   77.034878] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xEE39
[   77.034889] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xEE3D
[   77.034951] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEF25
[   77.034956] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEF8A
[   77.073550] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
[   77.073553] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 270MHz shader 540MHz voltage 850mV
[   77.073556] [drm] nouveau 0000:01:00.0: 1: memory 405MHz core 270MHz shader 810MHz voltage 850mV
[   77.073558] [drm] nouveau 0000:01:00.0: 3: memory 405MHz core 960MHz shader 1200MHz voltage 950mV
[   77.073886] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
[   77.079711] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[   77.079719] [drm] nouveau 0000:01:00.0: PGRAPH: unsupported chipset, please report!
[   77.080642] [drm] nouveau 0000:01:00.0: PGRAPH: unknown config: 2/0/0/0, 1
[   77.085705] [drm] nouveau 0000:01:00.0: failed to load fuc409d
[   77.101999] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   77.102001] [drm] No driver support for vblank timestamp query.
[   77.157558] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x8020000, bo ffff8801b5567800
[   77.157736] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 1


-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6                 2.11.2-10          Embedded GNU C Library: Shared lib
ii  libdrm-nouveau1a      2.4.26-1~bpo60+1   Userspace interface to nouveau-spe
ii  libudev0              164-3              libudev shared library
ii  xserver-xorg-core [xo 2:1.10.4-1~bpo60+1 Xorg X server - core server

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information



Reply to: