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

Bug#640274: xserver-xorg-core make X crash when opening X apps



Package: xserver-xorg-core
Version: 2:1.10.4-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,
After upgrading xserver-xorg-core to 2:1.11.0-1, X server crash xhen opening X
apps (libreoffice for example)

Kernel: 3.0.0-1-amd64
System based on Nvidia Card (NVIDIA-Linux-x86_64-280.13.run).

Nothing appears in the logs (Syslog, kernel, messages, daemons...) when X
crash.
Downgrading and pinning to 2:1.10.4-1 completely solved the problem.



-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun 13  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1959200 Aug 24 11:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation G94 [GeForce 9600 GT] [10de:0622] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 6138 Sep  1 19:02 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 275.21  (buildmeister@swio-display-x86-rhel47-02.nvidia.com)  Mon Jul 18 15:02:03 PDT 2011

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "built-ins"
EndSection

Section "Module"
    Load           "dbe"
    Load           "record"
#	Load	"dri"
    Load           "extmod"
	Load	"glx"
    Load           "dri2"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
    Identifier     "Card0"
	Driver	"nvidia"
	Option      "Coolbits"	"1"
	Option      "AddARGBGLXVisuals"	"true"
	Option      "TripleBuffer"	"false"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
    Identifier     "Card1"
	Driver	"nvidia"
	Option      "Coolbits"	"1"
	Option      "AddARGBGLXVisuals"	"true"
	Option      "TripleBuffer"	"false"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
    Identifier     "Card2"
	Driver	"nvidia"
	Option      "Coolbits"	"1"
	Option      "AddARGBGLXVisuals"	"true"
	Option      "TripleBuffer"	"false"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Card2"
    Monitor        "Monitor2"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
	Option      "Composite"	"enable"
#	Option      "RENDER"	"disable"
EndSection


Section "ServerFlags"





EndSection


/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 3.0.0-1-amd64 (Debian 3.0.0-3) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-8) ) #1 SMP Sat Aug 27 16:21:11 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root  5079 Oct 10  2010 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  5079 Oct 10  2010 /var/log/Xorg.3.log
-rw-r--r-- 1 root root  5079 Oct 10  2010 /var/log/Xorg.4.log
-rw-r--r-- 1 root root  5079 Oct 10  2010 /var/log/Xorg.5.log
-rw-r--r-- 1 root root 15430 Mar 31 23:56 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 18055 Sep  1 19:02 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  2383.534] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[  2383.534] X Protocol Version 11, Revision 0
[  2383.534] Build Operating System: Linux 3.0.0-1-amd64 x86_64 Debian
[  2383.534] Current Operating System: Linux sidlol 3.0.0-1-amd64 #1 SMP Sat Aug 27 16:21:11 UTC 2011 x86_64
[  2383.534] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-1-amd64 root=UUID=7796b5a7-1a0f-45cf-bb7a-edca59e01f33 ro splash set gfxpayload=1024x768x16 quiet nomodeset nouveau.modeset=0
[  2383.534] Build Date: 24 August 2011  08:53:55AM
[  2383.534] xorg-server 2:1.10.4-1 (Cyril Brulebois <kibi@debian.org>) 
[  2383.534] Current version of pixman: 0.22.2
[  2383.534] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2383.534] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2383.534] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep  1 19:02:45 2011
[  2383.535] (==) Using config file: "/etc/X11/xorg.conf"
[  2383.535] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2383.535] (==) ServerLayout "X.org Configured"
[  2383.535] (**) |-->Screen "Screen0" (0)
[  2383.535] (**) |   |-->Monitor "Monitor0"
[  2383.535] (**) |   |-->Device "Card0"
[  2383.535] (**) |-->Screen "Screen1" (1)
[  2383.535] (**) |   |-->Monitor "Monitor1"
[  2383.535] (**) |   |-->Device "Card1"
[  2383.535] (**) |-->Screen "Screen2" (2)
[  2383.535] (**) |   |-->Monitor "Monitor2"
[  2383.535] (**) |   |-->Device "Card2"
[  2383.535] (**) |-->Input Device "Mouse0"
[  2383.536] (**) |-->Input Device "Keyboard0"
[  2383.536] (==) Automatically adding devices
[  2383.536] (==) Automatically enabling devices
[  2383.536] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  2383.536] 	Entry deleted from font path.
[  2383.536] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  2383.536] 	Entry deleted from font path.
[  2383.536] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  2383.536] 	Entry deleted from font path.
[  2383.536] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  2383.536] 	Entry deleted from font path.
[  2383.536] (**) 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,
	built-ins,
	/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,
	built-ins
[  2383.536] (**) ModulePath set to "/usr/lib/xorg/modules"
[  2383.536] (**) Extension "Composite" is enabled
[  2383.536] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2383.536] (WW) Disabling Mouse0
[  2383.536] (WW) Disabling Keyboard0
[  2383.536] (II) Loader magic: 0x7d8500
[  2383.536] (II) Module ABI versions:
[  2383.536] 	X.Org ANSI C Emulation: 0.4
[  2383.536] 	X.Org Video Driver: 10.0
[  2383.536] 	X.Org XInput driver : 12.2
[  2383.536] 	X.Org Server Extension : 5.0
[  2383.537] (--) PCI:*(0:1:0:0) 10de:0622:1acc:9601 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
[  2383.537] (II) Open ACPI successful (/var/run/acpid.socket)
[  2383.537] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  2383.537] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  2383.537] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2383.537] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  2383.537] (II) "dri" will be loaded by default.
[  2383.537] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  2383.537] (II) LoadModule: "dbe"
[  2383.537] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  2383.537] (II) Module dbe: vendor="X.Org Foundation"
[  2383.537] 	compiled for 1.10.4, module version = 1.0.0
[  2383.537] 	Module class: X.Org Server Extension
[  2383.537] 	ABI class: X.Org Server Extension, version 5.0
[  2383.537] (II) Loading extension DOUBLE-BUFFER
[  2383.537] (II) LoadModule: "record"
[  2383.538] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  2383.538] (II) Module record: vendor="X.Org Foundation"
[  2383.538] 	compiled for 1.10.4, module version = 1.13.0
[  2383.538] 	Module class: X.Org Server Extension
[  2383.538] 	ABI class: X.Org Server Extension, version 5.0
[  2383.538] (II) Loading extension RECORD
[  2383.538] (II) LoadModule: "extmod"
[  2383.538] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  2383.538] (II) Module extmod: vendor="X.Org Foundation"
[  2383.538] 	compiled for 1.10.4, module version = 1.0.0
[  2383.538] 	Module class: X.Org Server Extension
[  2383.538] 	ABI class: X.Org Server Extension, version 5.0
[  2383.538] (II) Loading extension SELinux
[  2383.538] (II) Loading extension MIT-SCREEN-SAVER
[  2383.538] (II) Loading extension XFree86-VidModeExtension
[  2383.538] (II) Loading extension XFree86-DGA
[  2383.538] (II) Loading extension DPMS
[  2383.538] (II) Loading extension XVideo
[  2383.538] (II) Loading extension XVideo-MotionCompensation
[  2383.538] (II) Loading extension X-Resource
[  2383.538] (II) LoadModule: "glx"
[  2383.539] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2383.548] (II) Module glx: vendor="NVIDIA Corporation"
[  2383.548] 	compiled for 4.0.2, module version = 1.0.0
[  2383.548] 	Module class: X.Org Server Extension
[  2383.548] (II) NVIDIA GLX Module  280.13  Wed Jul 27 17:12:07 PDT 2011
[  2383.548] (II) Loading extension GLX
[  2383.548] (II) LoadModule: "dri2"
[  2383.548] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2383.548] (II) Module dri2: vendor="X.Org Foundation"
[  2383.548] 	compiled for 1.10.4, module version = 1.2.0
[  2383.549] 	ABI class: X.Org Server Extension, version 5.0
[  2383.549] (II) Loading extension DRI2
[  2383.549] (II) LoadModule: "dri"
[  2383.549] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  2383.549] (II) Module dri: vendor="X.Org Foundation"
[  2383.549] 	compiled for 1.10.4, module version = 1.0.0
[  2383.549] 	ABI class: X.Org Server Extension, version 5.0
[  2383.549] (II) Loading extension XFree86-DRI
[  2383.549] (II) LoadModule: "nvidia"
[  2383.549] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2383.549] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2383.549] 	compiled for 4.0.2, module version = 1.0.0
[  2383.549] 	Module class: X.Org Video Driver
[  2384.360] (II) NVIDIA dlloader X Driver  280.13  Wed Jul 27 16:55:26 PDT 2011
[  2384.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2384.361] (++) using VT number 8

[  2384.366] (II) Loading sub module "fb"
[  2384.366] (II) LoadModule: "fb"
[  2384.366] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2384.367] (II) Module fb: vendor="X.Org Foundation"
[  2384.367] 	compiled for 1.10.4, module version = 1.0.0
[  2384.367] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2384.367] (II) Loading sub module "wfb"
[  2384.367] (II) LoadModule: "wfb"
[  2384.367] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2384.367] (II) Module wfb: vendor="X.Org Foundation"
[  2384.367] 	compiled for 1.10.4, module version = 1.0.0
[  2384.367] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2384.367] (II) Loading sub module "ramdac"
[  2384.367] (II) LoadModule: "ramdac"
[  2384.367] (II) Module "ramdac" already built-in
[  2384.367] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2384.367] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2384.367] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2384.367] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  2384.367] (==) NVIDIA(0): RGB weight 888
[  2384.367] (==) NVIDIA(0): Default visual is TrueColor
[  2384.367] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2384.367] (**) NVIDIA(0): Option "Coolbits" "1"
[  2384.367] (**) NVIDIA(0): Option "TripleBuffer" "false"
[  2384.367] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
[  2385.503] (II) NVIDIA(GPU-0): Display (ViewSonic VX2235wm (CRT-0)) supports NVIDIA 3D Vision
[  2385.503] (II) NVIDIA(GPU-0):     stereo.
[  2385.504] (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)
[  2385.504] (--) NVIDIA(0): Memory: 524288 kBytes
[  2385.504] (--) NVIDIA(0): VideoBIOS: 62.94.0d.00.1d
[  2385.504] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2385.504] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[  2385.504] (--) NVIDIA(0): Connected display device(s) on GeForce 9600 GT at PCI:1:0:0
[  2385.504] (--) NVIDIA(0):     ViewSonic VX2235wm (CRT-0)
[  2385.504] (--) NVIDIA(0): ViewSonic VX2235wm (CRT-0): 400.0 MHz maximum pixel clock
[  2385.560] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[  2385.560] (**) NVIDIA(0):     enabled on all display devices.
[  2385.571] (II) NVIDIA(0): Assigned Display Device: CRT-0
[  2385.571] (==) NVIDIA(0): 
[  2385.571] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  2385.571] (==) NVIDIA(0):     will be used as the requested mode.
[  2385.571] (==) NVIDIA(0): 
[  2385.571] (II) NVIDIA(0): Validated modes:
[  2385.571] (II) NVIDIA(0):     "nvidia-auto-select"
[  2385.571] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[  2385.599] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[  2385.599] (--) NVIDIA(0):     option
[  2385.599] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[  2385.599] (--) Depth 24 pixmap format is 32 bpp
[  2385.599] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[  2385.604] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[  2385.640] (II) Loading extension NV-GLX
[  2385.670] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2385.670] (==) NVIDIA(0): Backing store disabled
[  2385.670] (==) NVIDIA(0): Silken mouse enabled
[  2385.671] (==) NVIDIA(0): DPMS enabled
[  2385.671] (II) Loading extension NV-CONTROL
[  2385.671] (II) Loading extension XINERAMA
[  2385.671] (II) Loading sub module "dri2"
[  2385.671] (II) LoadModule: "dri2"
[  2385.671] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2385.671] (II) Module dri2: vendor="X.Org Foundation"
[  2385.671] 	compiled for 1.10.4, module version = 1.2.0
[  2385.671] 	ABI class: X.Org Server Extension, version 5.0
[  2385.671] (II) NVIDIA(0): [DRI2] Setup complete
[  2385.671] (==) RandR enabled
[  2385.671] (II) Initializing built-in extension Generic Event Extension
[  2385.671] (II) Initializing built-in extension SHAPE
[  2385.671] (II) Initializing built-in extension MIT-SHM
[  2385.671] (II) Initializing built-in extension XInputExtension
[  2385.672] (II) Initializing built-in extension XTEST
[  2385.672] (II) Initializing built-in extension BIG-REQUESTS
[  2385.672] (II) Initializing built-in extension SYNC
[  2385.672] (II) Initializing built-in extension XKEYBOARD
[  2385.672] (II) Initializing built-in extension XC-MISC
[  2385.672] (II) Initializing built-in extension SECURITY
[  2385.672] (II) Initializing built-in extension XINERAMA
[  2385.672] (II) Initializing built-in extension XFIXES
[  2385.672] (II) Initializing built-in extension RENDER
[  2385.672] (II) Initializing built-in extension RANDR
[  2385.672] (II) Initializing built-in extension COMPOSITE
[  2385.672] (II) Initializing built-in extension DAMAGE
[  2385.672] (II) SELinux: Disabled on system
[  2385.674] (II) Initializing extension GLX
[  2385.847] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2385.847] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2385.847] (II) LoadModule: "evdev"
[  2385.847] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.847] (II) Module evdev: vendor="X.Org Foundation"
[  2385.847] 	compiled for 1.10.1, module version = 2.6.0
[  2385.847] 	Module class: X.Org XInput Driver
[  2385.847] 	ABI class: X.Org XInput driver, version 12.2
[  2385.847] (II) Using input driver 'evdev' for 'Power Button'
[  2385.847] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.848] (**) Power Button: always reports core events
[  2385.848] (**) Power Button: Device: "/dev/input/event2"
[  2385.848] (--) Power Button: Found keys
[  2385.848] (II) Power Button: Configuring as keyboard
[  2385.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  2385.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  2385.848] (**) Option "xkb_rules" "evdev"
[  2385.848] (**) Option "xkb_model" "pc105"
[  2385.848] (**) Option "xkb_layout" "fr,us"
[  2385.848] (**) Option "xkb_options" "grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll"
[  2385.875] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2385.876] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2385.876] (II) Using input driver 'evdev' for 'Power Button'
[  2385.876] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.876] (**) Power Button: always reports core events
[  2385.876] (**) Power Button: Device: "/dev/input/event1"
[  2385.876] (--) Power Button: Found keys
[  2385.876] (II) Power Button: Configuring as keyboard
[  2385.876] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[  2385.876] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  2385.876] (**) Option "xkb_rules" "evdev"
[  2385.876] (**) Option "xkb_model" "pc105"
[  2385.876] (**) Option "xkb_layout" "fr,us"
[  2385.876] (**) Option "xkb_options" "grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll"
[  2385.877] (II) config/udev: Adding input device sonixj (/dev/input/event5)
[  2385.877] (**) sonixj: Applying InputClass "evdev keyboard catchall"
[  2385.877] (II) Using input driver 'evdev' for 'sonixj'
[  2385.877] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.877] (**) sonixj: always reports core events
[  2385.877] (**) sonixj: Device: "/dev/input/event5"
[  2385.877] (--) sonixj: Found keys
[  2385.877] (II) sonixj: Configuring as keyboard
[  2385.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/input/input5/event5"
[  2385.878] (II) XINPUT: Adding extended input device "sonixj" (type: KEYBOARD)
[  2385.878] (**) Option "xkb_rules" "evdev"
[  2385.878] (**) Option "xkb_model" "pc105"
[  2385.878] (**) Option "xkb_layout" "fr,us"
[  2385.878] (**) Option "xkb_options" "grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll"
[  2385.880] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event4)
[  2385.880] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  2385.880] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  2385.880] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.880] (**) USB Optical Mouse: always reports core events
[  2385.880] (**) USB Optical Mouse: Device: "/dev/input/event4"
[  2385.880] (--) USB Optical Mouse: Found 3 mouse buttons
[  2385.880] (--) USB Optical Mouse: Found scroll wheel(s)
[  2385.880] (--) USB Optical Mouse: Found relative axes
[  2385.880] (--) USB Optical Mouse: Found x and y relative axes
[  2385.880] (II) USB Optical Mouse: Configuring as mouse
[  2385.880] (II) USB Optical Mouse: Adding scrollwheel support
[  2385.880] (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  2385.880] (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2385.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4/event4"
[  2385.880] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE)
[  2385.880] (II) USB Optical Mouse: initialized for relative axes.
[  2385.880] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  2385.880] (**) USB Optical Mouse: (accel) acceleration profile 0
[  2385.880] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  2385.880] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  2385.880] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  2385.880] (II) No input driver/identifier specified (ignoring)
[  2385.887] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2385.887] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2385.887] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2385.887] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2385.887] (**) AT Translated Set 2 keyboard: always reports core events
[  2385.887] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2385.887] (--) AT Translated Set 2 keyboard: Found keys
[  2385.887] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  2385.887] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2385.887] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[  2385.887] (**) Option "xkb_rules" "evdev"
[  2385.887] (**) Option "xkb_model" "pc105"
[  2385.888] (**) Option "xkb_layout" "fr,us"
[  2385.888] (**) Option "xkb_options" "grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll"
[  2385.888] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  2385.888] (II) No input driver/identifier specified (ignoring)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN: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: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fr,us
E: XKBOPTIONS=grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll
E: BACKSPACE=guess
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
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: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fr,us
E: XKBOPTIONS=grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll
E: BACKSPACE=guess
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.

P: /devices/pci0000:00/0000:00:1a.2/usb5/5-2/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.2/usb5/5-2/input/input5
E: PRODUCT=3/c45/613c/101
E: NAME="sonixj"
E: PHYS="usb-0000:00:1a.2-2/input0"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v0C45p613Ce0101-e0,1,kD4,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1a.2-usb-0:2
E: ID_PATH_TAG=pci-0000_00_1a_2-usb-0_2

P: /devices/pci0000:00/0000:00:1a.2/usb5/5-2/input/input5/event5
N: input/event5
S: input/by-path/pci-0000:00:1a.2-usb-0:2-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.2/usb5/5-2/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=pci-0000:00:1a.2-usb-0:2
E: ID_PATH_TAG=pci-0000_00_1a_2-usb-0_2
E: XKBMODEL=pc105
E: XKBLAYOUT=fr,us
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.2-usb-0:2-event
E: XKBOPTIONS=grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4
E: PRODUCT=3/15ca/c3/110
E: NAME="USB Optical Mouse"
E: PHYS="usb-0000:00:1a.7-3.3/input0"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=70000 0 0 0 0
E: REL=103
E: MSC=10
E: MODALIAS=input:b0003v15CAp00C3e0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=15ca
E: ID_VENDOR_ENC=15ca
E: ID_VENDOR_ID=15ca
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00c3
E: ID_REVISION=0512
E: ID_SERIAL=15ca_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:1a.7-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_7-usb-0_3_3_1_0

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4/event4
N: input/event4
S: input/by-id/usb-15ca_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.7-usb-0:3.3:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=15ca
E: ID_VENDOR_ENC=15ca
E: ID_VENDOR_ID=15ca
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00c3
E: ID_REVISION=0512
E: ID_SERIAL=15ca_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:1a.7-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_7-usb-0_3_3_1_0
E: DEVLINKS=/dev/input/by-id/usb-15ca_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1a.7-usb-0:3.3:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4/mouse0
N: input/mouse0
S: input/by-id/usb-15ca_USB_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1a.7-usb-0:3.3:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.3/1-3.3:1.0/input/input4/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=15ca
E: ID_VENDOR_ENC=15ca
E: ID_VENDOR_ID=15ca
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=00c3
E: ID_REVISION=0512
E: ID_SERIAL=15ca_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:1a.7-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_1a_7-usb-0_3_3_1_0
E: DEVLINKS=/dev/input/by-id/usb-15ca_USB_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1a.7-usb-0:3.3:1.0-mouse

P: /devices/platform/i8042/serio0/input/input0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: PRODUCT=11/1/1/ab41
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
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: ID_PATH_TAG=platform-i8042-serio-0

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
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: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=fr,us
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: XKBOPTIONS=grp:alt_shift_toggle,lv3:ralt_switch,compose:lwin,grp_led:scroll
E: BACKSPACE=guess
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.

P: /devices/platform/pcspkr/input/input3
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input3
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr

P: /devices/platform/pcspkr/input/input3/event3
N: input/event3
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: DMI_VENDOR=Gigabyte Technology Co., Ltd.
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.928255] Linux agpgart interface v0.103


-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration        1.73       system-wide keyboard preferences
ii  libaudit0                     1.7.18-1   Dynamic library for security audit
ii  libc6                         2.13-4     Embedded GNU C Library: Shared lib
ii  libdrm2                       2.4.26-1   Userspace interface to kernel DRM 
ii  libgcrypt11                   1.5.0-3    LGPL Crypto library - runtime libr
ii  libpciaccess0                 0.12.1-1   Generic PCI access library for X
ii  libpixman-1-0                 0.22.2-1   pixel-manipulation library for X a
ii  libselinux1                   2.1.0-1    SELinux runtime shared libraries
ii  libudev0                      172-1      libudev shared library
ii  libxau6                       1:1.0.6-3  X11 authorisation library
ii  libxdmcp6                     1:1.1.0-3  X11 Display Manager Control Protoc
ii  libxfont1                     1:1.4.4-1  X11 font rasterisation library
ii  udev                          172-1      /dev/ and hotplug management daemo
ii  xserver-common                2:1.11.0-1 common files used by various X ser

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.11-5     free implementation of the OpenGL 

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.3    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.3    75 dpi fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X

-- no debconf information



Reply to: