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

Bug#638769: xorg: Memory leak in X



Package: xorg
Version: 1:7.6+8
Severity: important

X takes large amounts of memory when certain programs are run - so far reproduced with Iceweasel 5.0-6,
did not occur with previous version from testing, which was 3.something. This memory does not get
released when the program ends that the memory's allocation correlated with the running of.

xrestop does not show any program using anywhere near as much memory as the X server itself does. For
example, at the moment of writing X is at 2.3G virtual of which 2GB resident, but xrestop shows a 46481K total.



-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 15  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1957696 Aug  7 21:47 /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/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so 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
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so.dbg by glx-diversions

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation G84M [Quadro NVS 140M] [10de:0429] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2127 Jul 16  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fi"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

#Section "InputDevice"
#	Identifier	"UltraNav TrackPoint"
#	Driver		"mouse"
#	Option		"CorePointer"
#	Option          "EmulateWheel"        "on"
#	Option          "EmulateWheelTimeOut" "200"
#	Option          "EmulateWheelButton"  "2"
#	Option          "YAxisMapping"        "4 5"
#	Option          "XAxisMapping"        "6 7"
#	Option          "ZAxisMapping"        "4 5"
#EndSection

#Section "InputDevice"
#	Identifier	"Synaptics Touchpad"
#	Driver		"synaptics"
#	Option		"SendCoreEvents"	"true"
#	Option		"Device"	        "/dev/psaux"
#	Option		"Protocol"              "auto-dev"
#	Option		"HorizEdgeScroll"	"0"
#	Option          "SHMConfig"             "on"
#EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
#	Driver          "nv"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
        screen          "Default Screen"
#        Inputdevice     "UltraNav TrackPoint"
#	Inputdevice	"Synaptics Touchpad"
EndSection

Section "ServerFlags"
#	Option		"AutoAddDevices"	"false"
EndSection

Section "Module"
	Load		"glx"
EndSection

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 20
-rw-r--r-- 1 root root 408 Jul 16  2010 #mouse-wheel-emulation.conf#
-rw-r--r-- 1 root root 156 Jul 16  2010 disable-touchpad.conf
-rw-r--r-- 1 root root 130 Jul 16  2010 disable-touchpad.conf~
-rw-r--r-- 1 root root 463 Aug 22  2010 mouse-wheel-emulation.conf
-rw-r--r-- 1 root root 454 Aug 22  2010 mouse-wheel-emulation.conf~

KMS configuration files:
------------------------
/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-1) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-4) ) #1 SMP Sun Jul 24 02:24:44 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 20681 Aug 21 17:29 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 38350.052] 
X.Org X Server 1.10.3
Release Date: 2011-07-08
[ 38350.052] X Protocol Version 11, Revision 0
[ 38350.052] Build Operating System: Linux 3.0.0-rc6-amd64 x86_64 Debian
[ 38350.052] Current Operating System: Linux namba-en-ornedan 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64
[ 38350.052] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-1-amd64 root=/dev/mapper/Main-Root ro quiet rfkill.default_state=0
[ 38350.052] Build Date: 07 August 2011  06:45:11PM
[ 38350.052] xorg-server 2:1.10.3-1 (Cyril Brulebois <kibi@debian.org>) 
[ 38350.052] Current version of pixman: 0.22.2
[ 38350.052] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 38350.052] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 38350.053] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 21 17:11:12 2011
[ 38350.098] (==) Using config file: "/etc/X11/xorg.conf"
[ 38350.099] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 38350.099] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 38350.183] (==) ServerLayout "Default Layout"
[ 38350.183] (**) |-->Screen "Default Screen" (0)
[ 38350.183] (**) |   |-->Monitor "Configured Monitor"
[ 38350.183] (**) |   |-->Device "Configured Video Device"
[ 38350.183] (==) Automatically adding devices
[ 38350.183] (==) Automatically enabling devices
[ 38350.183] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 38350.183] 	Entry deleted from font path.
[ 38350.183] (==) 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
[ 38350.183] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 38350.183] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 38350.183] (II) Loader magic: 0x7d7f20
[ 38350.183] (II) Module ABI versions:
[ 38350.183] 	X.Org ANSI C Emulation: 0.4
[ 38350.183] 	X.Org Video Driver: 10.0
[ 38350.183] 	X.Org XInput driver : 12.2
[ 38350.183] 	X.Org Server Extension : 5.0
[ 38350.184] (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
[ 38350.184] (II) Open ACPI successful (/var/run/acpid.socket)
[ 38350.184] (II) "extmod" will be loaded by default.
[ 38350.184] (II) "dbe" will be loaded by default.
[ 38350.184] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 38350.184] (II) "record" will be loaded by default.
[ 38350.184] (II) "dri" will be loaded by default.
[ 38350.184] (II) "dri2" will be loaded by default.
[ 38350.184] (II) LoadModule: "glx"
[ 38350.184] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 38350.405] (II) Module glx: vendor="NVIDIA Corporation"
[ 38350.405] 	compiled for 4.0.2, module version = 1.0.0
[ 38350.405] 	Module class: X.Org Server Extension
[ 38350.405] (II) NVIDIA GLX Module  280.13  Wed Jul 27 17:12:07 PDT 2011
[ 38350.405] (II) Loading extension GLX
[ 38350.405] (II) LoadModule: "extmod"
[ 38350.405] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 38350.416] (II) Module extmod: vendor="X.Org Foundation"
[ 38350.416] 	compiled for 1.10.3, module version = 1.0.0
[ 38350.416] 	Module class: X.Org Server Extension
[ 38350.416] 	ABI class: X.Org Server Extension, version 5.0
[ 38350.416] (II) Loading extension SELinux
[ 38350.416] (II) Loading extension MIT-SCREEN-SAVER
[ 38350.416] (II) Loading extension XFree86-VidModeExtension
[ 38350.416] (II) Loading extension XFree86-DGA
[ 38350.416] (II) Loading extension DPMS
[ 38350.416] (II) Loading extension XVideo
[ 38350.416] (II) Loading extension XVideo-MotionCompensation
[ 38350.416] (II) Loading extension X-Resource
[ 38350.416] (II) LoadModule: "dbe"
[ 38350.417] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 38350.417] (II) Module dbe: vendor="X.Org Foundation"
[ 38350.417] 	compiled for 1.10.3, module version = 1.0.0
[ 38350.417] 	Module class: X.Org Server Extension
[ 38350.417] 	ABI class: X.Org Server Extension, version 5.0
[ 38350.417] (II) Loading extension DOUBLE-BUFFER
[ 38350.417] (II) LoadModule: "record"
[ 38350.417] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 38350.418] (II) Module record: vendor="X.Org Foundation"
[ 38350.418] 	compiled for 1.10.3, module version = 1.13.0
[ 38350.418] 	Module class: X.Org Server Extension
[ 38350.418] 	ABI class: X.Org Server Extension, version 5.0
[ 38350.418] (II) Loading extension RECORD
[ 38350.418] (II) LoadModule: "dri"
[ 38350.418] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 38350.419] (II) Module dri: vendor="X.Org Foundation"
[ 38350.419] 	compiled for 1.10.3, module version = 1.0.0
[ 38350.419] 	ABI class: X.Org Server Extension, version 5.0
[ 38350.419] (II) Loading extension XFree86-DRI
[ 38350.419] (II) LoadModule: "dri2"
[ 38350.419] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 38350.419] (II) Module dri2: vendor="X.Org Foundation"
[ 38350.419] 	compiled for 1.10.3, module version = 1.2.0
[ 38350.419] 	ABI class: X.Org Server Extension, version 5.0
[ 38350.419] (II) Loading extension DRI2
[ 38350.419] (II) LoadModule: "nvidia"
[ 38350.420] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 38350.437] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 38350.437] 	compiled for 4.0.2, module version = 1.0.0
[ 38350.437] 	Module class: X.Org Video Driver
[ 38350.445] (II) NVIDIA dlloader X Driver  280.13  Wed Jul 27 16:55:26 PDT 2011
[ 38350.445] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 38350.445] (++) using VT number 7

[ 38350.454] (II) Loading sub module "fb"
[ 38350.454] (II) LoadModule: "fb"
[ 38350.454] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 38350.459] (II) Module fb: vendor="X.Org Foundation"
[ 38350.459] 	compiled for 1.10.3, module version = 1.0.0
[ 38350.459] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 38350.459] (II) Loading sub module "wfb"
[ 38350.459] (II) LoadModule: "wfb"
[ 38350.459] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 38350.459] (II) Module wfb: vendor="X.Org Foundation"
[ 38350.459] 	compiled for 1.10.3, module version = 1.0.0
[ 38350.459] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 38350.459] (II) Loading sub module "ramdac"
[ 38350.459] (II) LoadModule: "ramdac"
[ 38350.459] (II) Module "ramdac" already built-in
[ 38350.459] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 38350.459] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 38350.459] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 38350.459] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[ 38350.459] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 38350.459] (==) NVIDIA(0): RGB weight 888
[ 38350.459] (==) NVIDIA(0): Default visual is TrueColor
[ 38350.459] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 38350.459] (**) NVIDIA(0): Option "NoLogo" "True"
[ 38355.038] (II) NVIDIA(GPU-0): Display (IBM (DFP-0)) does not support NVIDIA 3D Vision
[ 38355.038] (II) NVIDIA(GPU-0):     stereo.
[ 38355.041] (II) NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86) at PCI:1:0:0 (GPU-0)
[ 38355.041] (--) NVIDIA(0): Memory: 524288 kBytes
[ 38355.041] (--) NVIDIA(0): VideoBIOS: 60.86.3e.00.00
[ 38355.041] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 38355.041] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 38355.041] (--) NVIDIA(0): Connected display device(s) on Quadro NVS 140M at PCI:1:0:0
[ 38355.041] (--) NVIDIA(0):     IBM (DFP-0)
[ 38355.041] (--) NVIDIA(0): IBM (DFP-0): 330.0 MHz maximum pixel clock
[ 38355.041] (--) NVIDIA(0): IBM (DFP-0): Internal Dual Link LVDS
[ 38355.046] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[ 38355.046] (**) NVIDIA(0):     enabled on all display devices.
[ 38355.067] (WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
[ 38355.067] (WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
[ 38355.067] (WW) NVIDIA(0):     HorizSync range (53.246-63.877 kHz) would exclude this
[ 38355.067] (WW) NVIDIA(0):     mode's HorizSync (42.6 kHz); ignoring HorizSync check for
[ 38355.067] (WW) NVIDIA(0):     mode "1680x1050".
[ 38355.067] (WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
[ 38355.067] (WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
[ 38355.067] (WW) NVIDIA(0):     HorizSync range (53.246-63.877 kHz) would exclude this
[ 38355.067] (WW) NVIDIA(0):     mode's HorizSync (42.6 kHz); ignoring HorizSync check for
[ 38355.067] (WW) NVIDIA(0):     mode "1680x1050".
[ 38355.128] (II) NVIDIA(0): Assigned Display Device: DFP-0
[ 38355.128] (==) NVIDIA(0): 
[ 38355.128] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 38355.128] (==) NVIDIA(0):     will be used as the requested mode.
[ 38355.128] (==) NVIDIA(0): 
[ 38355.128] (II) NVIDIA(0): Validated modes:
[ 38355.128] (II) NVIDIA(0):     "nvidia-auto-select"
[ 38355.128] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[ 38356.411] (--) NVIDIA(0): DPI set to (129, 127); computed from "UseEdidDpi" X config
[ 38356.411] (--) NVIDIA(0):     option
[ 38356.411] (--) Depth 24 pixmap format is 32 bpp
[ 38356.411] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 38356.422] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[ 38357.231] (II) Loading extension NV-GLX
[ 38357.287] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 38357.287] (==) NVIDIA(0): Backing store disabled
[ 38357.287] (==) NVIDIA(0): Silken mouse enabled
[ 38357.287] (==) NVIDIA(0): DPMS enabled
[ 38357.287] (II) Loading extension NV-CONTROL
[ 38357.287] (II) Loading extension XINERAMA
[ 38357.287] (II) Loading sub module "dri2"
[ 38357.287] (II) LoadModule: "dri2"
[ 38357.288] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 38357.288] (II) Module dri2: vendor="X.Org Foundation"
[ 38357.288] 	compiled for 1.10.3, module version = 1.2.0
[ 38357.288] 	ABI class: X.Org Server Extension, version 5.0
[ 38357.288] (II) NVIDIA(0): [DRI2] Setup complete
[ 38357.288] (==) RandR enabled
[ 38357.288] (II) Initializing built-in extension Generic Event Extension
[ 38357.288] (II) Initializing built-in extension SHAPE
[ 38357.288] (II) Initializing built-in extension MIT-SHM
[ 38357.288] (II) Initializing built-in extension XInputExtension
[ 38357.288] (II) Initializing built-in extension XTEST
[ 38357.288] (II) Initializing built-in extension BIG-REQUESTS
[ 38357.288] (II) Initializing built-in extension SYNC
[ 38357.288] (II) Initializing built-in extension XKEYBOARD
[ 38357.288] (II) Initializing built-in extension XC-MISC
[ 38357.288] (II) Initializing built-in extension SECURITY
[ 38357.288] (II) Initializing built-in extension XINERAMA
[ 38357.288] (II) Initializing built-in extension XFIXES
[ 38357.288] (II) Initializing built-in extension RENDER
[ 38357.288] (II) Initializing built-in extension RANDR
[ 38357.288] (II) Initializing built-in extension COMPOSITE
[ 38357.288] (II) Initializing built-in extension DAMAGE
[ 38357.288] (II) Initializing extension GLX
[ 38357.288] (II) SELinux: Disabled on system
[ 38357.340] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 38357.340] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 38357.340] (II) LoadModule: "evdev"
[ 38357.340] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.340] (II) Module evdev: vendor="X.Org Foundation"
[ 38357.340] 	compiled for 1.10.1, module version = 2.6.0
[ 38357.340] 	Module class: X.Org XInput Driver
[ 38357.340] 	ABI class: X.Org XInput driver, version 12.2
[ 38357.340] (II) Using input driver 'evdev' for 'Power Button'
[ 38357.340] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.340] (**) Power Button: always reports core events
[ 38357.340] (**) Power Button: Device: "/dev/input/event4"
[ 38357.340] (--) Power Button: Found keys
[ 38357.340] (II) Power Button: Configuring as keyboard
[ 38357.340] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 38357.340] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 38357.340] (**) Option "xkb_rules" "evdev"
[ 38357.340] (**) Option "xkb_model" "pc105"
[ 38357.340] (**) Option "xkb_layout" "fi"
[ 38357.341] (**) Option "xkb_options" "lv3:ralt_switch"
[ 38357.363] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[ 38357.363] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 38357.363] (II) Using input driver 'evdev' for 'Video Bus'
[ 38357.363] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.364] (**) Video Bus: always reports core events
[ 38357.364] (**) Video Bus: Device: "/dev/input/event1"
[ 38357.364] (--) Video Bus: Found keys
[ 38357.364] (II) Video Bus: Configuring as keyboard
[ 38357.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input1/event1"
[ 38357.364] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 38357.364] (**) Option "xkb_rules" "evdev"
[ 38357.364] (**) Option "xkb_model" "pc105"
[ 38357.364] (**) Option "xkb_layout" "fi"
[ 38357.364] (**) Option "xkb_options" "lv3:ralt_switch"
[ 38357.365] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 38357.365] (II) No input driver/identifier specified (ignoring)
[ 38357.365] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 38357.365] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 38357.365] (II) Using input driver 'evdev' for 'Sleep Button'
[ 38357.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.365] (**) Sleep Button: always reports core events
[ 38357.365] (**) Sleep Button: Device: "/dev/input/event3"
[ 38357.365] (--) Sleep Button: Found keys
[ 38357.365] (II) Sleep Button: Configuring as keyboard
[ 38357.365] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 38357.366] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 38357.366] (**) Option "xkb_rules" "evdev"
[ 38357.366] (**) Option "xkb_model" "pc105"
[ 38357.366] (**) Option "xkb_layout" "fi"
[ 38357.366] (**) Option "xkb_options" "lv3:ralt_switch"
[ 38357.367] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[ 38357.367] (II) No input driver/identifier specified (ignoring)
[ 38357.375] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 38357.375] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 38357.375] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 38357.375] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.375] (**) AT Translated Set 2 keyboard: always reports core events
[ 38357.375] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 38357.376] (--) AT Translated Set 2 keyboard: Found keys
[ 38357.376] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 38357.376] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 38357.376] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 38357.376] (**) Option "xkb_rules" "evdev"
[ 38357.376] (**) Option "xkb_model" "pc105"
[ 38357.376] (**) Option "xkb_layout" "fi"
[ 38357.376] (**) Option "xkb_options" "lv3:ralt_switch"
[ 38357.376] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[ 38357.376] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "Disable Touchpad"
[ 38357.376] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 38357.376] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "Disable Touchpad"
[ 38357.377] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[ 38357.377] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 38357.377] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Wheel Emulation"
[ 38357.377] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 38357.377] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.377] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 38357.377] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[ 38357.377] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 38357.377] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 38357.377] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 38357.377] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 38357.377] (**) Option "EmulateWheel" "on"
[ 38357.377] (**) Option "EmulateWheelButton" "2"
[ 38357.377] (**) Option "EmulateWheelTimeout" "200"
[ 38357.377] (**) Option "YAxisMapping" "4 5"
[ 38357.377] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 38357.377] (**) Option "XAxisMapping" "6 7"
[ 38357.377] (**) TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[ 38357.377] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 38357.377] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input9/event9"
[ 38357.377] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 38357.377] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 38357.377] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 38357.377] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 38357.377] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 38357.377] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 38357.377] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 38357.377] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Wheel Emulation"
[ 38357.377] (II) No input driver/identifier specified (ignoring)
[ 38357.378] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 38357.378] (II) No input driver/identifier specified (ignoring)
[ 38357.378] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[ 38357.378] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 38357.378] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 38357.378] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.378] (**) ThinkPad Extra Buttons: always reports core events
[ 38357.378] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
[ 38357.378] (--) ThinkPad Extra Buttons: Found keys
[ 38357.378] (II) ThinkPad Extra Buttons: Configuring as keyboard
[ 38357.378] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event7"
[ 38357.378] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[ 38357.378] (**) Option "xkb_rules" "evdev"
[ 38357.378] (**) Option "xkb_model" "pc105"
[ 38357.378] (**) Option "xkb_layout" "fi"
[ 38357.378] (**) Option "xkb_options" "lv3:ralt_switch"
[ 38357.381] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event10)
[ 38357.381] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 38357.381] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 38357.381] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 38357.381] (**) ACPI Virtual Keyboard Device: always reports core events
[ 38357.381] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event10"
[ 38357.381] (--) ACPI Virtual Keyboard Device: Found keys
[ 38357.381] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[ 38357.381] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event10"
[ 38357.381] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[ 38357.381] (**) Option "xkb_rules" "evdev"
[ 38357.381] (**) Option "xkb_model" "pc105"
[ 38357.381] (**) Option "xkb_layout" "fi"
[ 38357.381] (**) Option "xkb_options" "lv3:ralt_switch"
[ 39463.170] (II) Open ACPI successful (/var/run/acpid.socket)
[ 39463.303] (II) NVIDIA(0): Setting mode "nvidia-auto-select"

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
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/input4/event4
N: input/event4
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: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input1
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/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-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1b.0/input/input8
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input8
E: PRODUCT=1/11d4/1984/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v11D4p1984e0001-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio0/input/input0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: PRODUCT=11/1/1/ab54
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:b0011v0001p0001eAB54-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=fi
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio1/input/input6
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6
E: PRODUCT=11/2/7/81b1
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PROP=1
E: EV=b
E: KEY=420 30000 0 0 0 0
E: ABS=11000003
E: MODALIAS=input:b0011v0002p0007e81B1-e0,1,3,k110,111,145,14A,ra0,1,18,1C,mlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input6/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9
E: PRODUCT=11/2/a/0
E: NAME="TPPS/2 IBM TrackPoint"
E: PHYS="synaptics-pt/serio0/input0"
E: PROP=0
E: EV=7
E: KEY=70000 0 0 0 0
E: REL=3
E: MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2

P: /devices/platform/i8042/serio1/serio2/input/input9/event9
N: input/event9
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: DMI_VENDOR=LENOVO
E: x11_options.EmulateWheel=1
E: x11_options.EmulateWheelButton=2
E: x11_options.XAxisMapping=6 7
E: x11_options.YAxisMapping=4 5
E: x11_options.ZAxisMapping=4 5
E: x11_options.Emulate3Buttons=0
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio1/serio2/input/input9/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/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-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/pcspkr/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5
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/input5/event5
N: input/event5
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: ID_PATH_TAG=platform-pcspkr
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/platform/thinkpad_acpi/input/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input7
E: PRODUCT=19/17aa/5054/4101
E: NAME="ThinkPad Extra Buttons"
E: PHYS="thinkpad_acpi/input0"
E: PROP=0
E: EV=33
E: KEY=18040000 0 10000000000000 0 101501b00102004 8000000001104000 e000000000000 0
E: MSC=10
E: SW=8
E: MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,8E,94,98,BF,C2,CD,D4,E0,E1,E3,E4,EC,EE,F0,F8,174,1D2,1DB,1DC,ram4,lsfw3,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi

P: /devices/platform/thinkpad_acpi/input/input7/event7
N: input/event7
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/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: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/virtual/input/input10
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input10
E: PRODUCT=3/0/0/4
E: NAME="ACPI Virtual Keyboard Device"
E: PROP=0
E: EV=3
E: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe
E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial

P: /devices/virtual/input/input10/event10
N: input/event10
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/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: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.220035] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.580274] Linux agpgart interface v0.103


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (102, 'experimental'), (101, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages xorg depends on:
ii  konsole [x-terminal-emulator] 4:4.6.5-1  X terminal emulator
ii  libgl1-mesa-dri               7.10.3-4   free implementation of the OpenGL 
ii  libgl1-mesa-glx [libgl1]      7.10.3-4   free implementation of the OpenGL 
ii  libglu1-mesa                  7.10.3-4   Mesa OpenGL utility library (GLU)
ii  x11-apps                      7.6+5      X applications
ii  x11-session-utils             7.6+2      X session utilities
ii  x11-utils                     7.6+3      X11 utilities
ii  x11-xfs-utils                 7.6+1      X font server utilities
ii  x11-xkb-utils                 7.6+4      X11 XKB utilities
ii  x11-xserver-utils             7.6+3      X server utilities
ii  xauth                         1:1.0.6-1  X authentication utility
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-base                   1:1.0.3    standard fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X
ii  xfonts-utils                  1:7.6+1    X Window System font utility progr
ii  xinit                         1.3.1-1    X server initialisation tool
ii  xkb-data                      2.1-2      X Keyboard Extension (XKB) configu
ii  xorg-docs-core                1:1.6-1    Core documentation for the X.org X
ii  xserver-xorg                  1:7.6+8    X.Org X server
ii  xterm [x-terminal-emulator]   271-1      X terminal emulator

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs                     <none>     (no description available)

Versions of packages xserver-xorg depends on:
ii  libc6              2.13-16               Embedded GNU C Library: Shared lib
ii  x11-xkb-utils      7.6+4                 X11 XKB utilities
ii  xkb-data           2.1-2                 X Keyboard Extension (XKB) configu
ii  xserver-xorg-core  2:1.10.3-1            Xorg X server - core server
ii  xserver-xorg-input 1:2.6.0-2+b1          X.Org X server -- evdev input driv
ii  xserver-xorg-input 1:1.7.1-1             X.Org X server -- mouse input driv
ii  xserver-xorg-input 0.10.10+20110203-1+b1 X.Org X server -- Wacom input driv
ii  xserver-xorg-video 1:6.14.2-1            X.Org X server -- AMD/ATI display 
ii  xserver-xorg-video 6.9.0-1               X.Org X server -- ATI Mach64 displ
ii  xserver-xorg-video 280.13-1              NVIDIA binary Xorg driver
ii  xserver-xorg-video 6.8.1-5+b1            X.Org X server -- ATI r128 display
ii  xserver-xorg-video 1:6.14.2-1            X.Org X server -- AMD/ATI Radeon d

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.10.3-4   free implementation of the OpenGL 

-- no debconf information



Reply to: