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

Bug#619061: xserver-xorg-core: introduce /etc/default/ configfile replacing xorg.conf



Package: xserver-xorg-core
Version: 2:1.9.4.901-1
Severity: wishlist

on all computers i own (notably netbooks), one of the first things i do,
is disabling AIGLX (i never understood, what importance it has to get
fance desktop effects, justifying setting that as a default).

just to disable, i need to create a basic, working xorg.conf for only
the line "AIGLX" "off". it's rather a waste.

so, i'd prefer to have a file in /etc/default/ where i could define
AIGLX to be disabled and Xorg, when starting takes that into account
when creating its configuration.

i cvould still profit from Xorg's dynamic autoconfiguration and, yet,
would not have to sacrify resources to fancy effects i have no use for.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jul 28  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1926304 Mar  7 16:48 /usr/bin/Xorg

Diversions concerning libGL are in place
----------------------------------------
diversion of /usr/lib/libGL.so to /usr/lib/nvidia/diversions/libGL.so by libgl1-nvidia-alternatives
diversion of /usr/lib/libGL.so.1 to /usr/lib/nvidia/diversions/libGL.so.1 by libgl1-nvidia-alternatives
diversion of /usr/lib32/libGL.so to /usr/lib32/nvidia/diversions/libGL.so by libgl1-nvidia-alternatives-ia32
diversion of /usr/lib32/libGL.so.1 to /usr/lib32/nvidia/diversions/libGL.so.1 by libgl1-nvidia-alternatives-ia32
diversion of /usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/nvidia/diversions/libglx.so by libglx-nvidia-alternatives
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/nvidia/diversions/libGL.so.1.2 by libgl1-nvidia-alternatives
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/nvidia/diversions/libglx.so.dbg by libglx-nvidia-alternatives
diversion of /usr/lib32/libGL.so.1.2 to /usr/lib32/nvidia/diversions/libGL.so.1.2 by libgl1-nvidia-alternatives-ia32

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 1636 Jan 29  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (pbuilder@pc1605)  Wed Jan  6 11:42:23 UTC 2010


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ViewSonic VA1916wSERIES"
    HorizSync       24.0 - 82.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro NVS 140M"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "CRT: 1440x900 +0+0, DFP: 1680x1050 +1440+0; CRT: 1440x900 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.37.1 (root@ginguppin) (gcc version 4.4.5 (Debian 4.4.5-12) ) #1 SMP PREEMPT Mon Feb 21 20:56:57 CET 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 28954 Mar 20 20:57 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 13245.052] 
X.Org X Server 1.9.4.901 (1.9.5 RC 1)
Release Date: 2011-03-04
[ 13245.052] X Protocol Version 11, Revision 0
[ 13245.052] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[ 13245.052] Current Operating System: Linux ginguppin 2.6.37.1 #1 SMP PREEMPT Mon Feb 21 20:56:57 CET 2011 x86_64
[ 13245.052] Kernel command line: root=/dev/sda2 ro vga=0x368 processor.ignore_ppc=1 resume=/dev/sda8
[ 13245.052] Build Date: 07 March 2011  03:32:09PM
[ 13245.052] xorg-server 2:1.9.4.901-1 (Cyril Brulebois <kibi@debian.org>) 
[ 13245.052] Current version of pixman: 0.21.4
[ 13245.052] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 13245.052] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13245.052] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 20 17:40:38 2011
[ 13245.053] (==) Using config file: "/etc/X11/xorg.conf"
[ 13245.053] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13245.053] (==) ServerLayout "Layout0"
[ 13245.053] (**) |-->Screen "Screen0" (0)
[ 13245.053] (**) |   |-->Monitor "Monitor0"
[ 13245.053] (**) |   |-->Device "Device0"
[ 13245.053] (**) |-->Input Device "Keyboard0"
[ 13245.053] (**) |-->Input Device "Mouse0"
[ 13245.053] (**) Option "Xinerama" "0"
[ 13245.053] (==) Automatically adding devices
[ 13245.053] (==) Automatically enabling devices
[ 13245.053] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 13245.053] 	Entry deleted from font path.
[ 13245.053] (==) 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
[ 13245.053] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13245.053] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 13245.053] (WW) Disabling Keyboard0
[ 13245.053] (WW) Disabling Mouse0
[ 13245.053] (II) Loader magic: 0x7d1b40
[ 13245.053] (II) Module ABI versions:
[ 13245.053] 	X.Org ANSI C Emulation: 0.4
[ 13245.053] 	X.Org Video Driver: 8.0
[ 13245.053] 	X.Org XInput driver : 11.0
[ 13245.053] 	X.Org Server Extension : 4.0
[ 13245.055] (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
[ 13245.055] (II) Open ACPI successful (/var/run/acpid.socket)
[ 13245.055] (II) LoadModule: "extmod"
[ 13245.055] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 13245.055] (II) Module extmod: vendor="X.Org Foundation"
[ 13245.055] 	compiled for 1.9.4.901, module version = 1.0.0
[ 13245.055] 	Module class: X.Org Server Extension
[ 13245.055] 	ABI class: X.Org Server Extension, version 4.0
[ 13245.055] (II) Loading extension SELinux
[ 13245.055] (II) Loading extension MIT-SCREEN-SAVER
[ 13245.055] (II) Loading extension XFree86-VidModeExtension
[ 13245.055] (II) Loading extension XFree86-DGA
[ 13245.056] (II) Loading extension DPMS
[ 13245.056] (II) Loading extension XVideo
[ 13245.056] (II) Loading extension XVideo-MotionCompensation
[ 13245.056] (II) Loading extension X-Resource
[ 13245.056] (II) LoadModule: "dbe"
[ 13245.056] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 13245.056] (II) Module dbe: vendor="X.Org Foundation"
[ 13245.056] 	compiled for 1.9.4.901, module version = 1.0.0
[ 13245.056] 	Module class: X.Org Server Extension
[ 13245.056] 	ABI class: X.Org Server Extension, version 4.0
[ 13245.056] (II) Loading extension DOUBLE-BUFFER
[ 13245.056] (II) LoadModule: "glx"
[ 13245.056] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13245.067] (II) Module glx: vendor="NVIDIA Corporation"
[ 13245.067] 	compiled for 4.0.2, module version = 1.0.0
[ 13245.067] 	Module class: X.Org Server Extension
[ 13245.067] (II) NVIDIA GLX Module  260.19.44  Sun Feb 27 22:56:46 PST 2011
[ 13245.067] (II) Loading extension GLX
[ 13245.067] (II) LoadModule: "record"
[ 13245.067] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 13245.068] (II) Module record: vendor="X.Org Foundation"
[ 13245.068] 	compiled for 1.9.4.901, module version = 1.13.0
[ 13245.068] 	Module class: X.Org Server Extension
[ 13245.068] 	ABI class: X.Org Server Extension, version 4.0
[ 13245.068] (II) Loading extension RECORD
[ 13245.068] (II) LoadModule: "dri"
[ 13245.068] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 13245.068] (II) Module dri: vendor="X.Org Foundation"
[ 13245.068] 	compiled for 1.9.4.901, module version = 1.0.0
[ 13245.068] 	ABI class: X.Org Server Extension, version 4.0
[ 13245.068] (II) Loading extension XFree86-DRI
[ 13245.068] (II) LoadModule: "dri2"
[ 13245.068] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 13245.068] (II) Module dri2: vendor="X.Org Foundation"
[ 13245.068] 	compiled for 1.9.4.901, module version = 1.2.0
[ 13245.068] 	ABI class: X.Org Server Extension, version 4.0
[ 13245.068] (II) Loading extension DRI2
[ 13245.068] (II) LoadModule: "nvidia"
[ 13245.068] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13245.069] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13245.069] 	compiled for 4.0.2, module version = 1.0.0
[ 13245.069] 	Module class: X.Org Video Driver
[ 13245.069] (II) NVIDIA dlloader X Driver  260.19.44  Sun Feb 27 22:42:21 PST 2011
[ 13245.069] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13245.069] (++) using VT number 8

[ 13245.098] (II) Loading sub module "fb"
[ 13245.098] (II) LoadModule: "fb"
[ 13245.098] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13245.099] (II) Module fb: vendor="X.Org Foundation"
[ 13245.099] 	compiled for 1.9.4.901, module version = 1.0.0
[ 13245.099] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 13245.099] (II) Loading sub module "wfb"
[ 13245.099] (II) LoadModule: "wfb"
[ 13245.099] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13245.099] (II) Module wfb: vendor="X.Org Foundation"
[ 13245.099] 	compiled for 1.9.4.901, module version = 1.0.0
[ 13245.099] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 13245.099] (II) Loading sub module "ramdac"
[ 13245.099] (II) LoadModule: "ramdac"
[ 13245.099] (II) Module "ramdac" already built-in
[ 13245.099] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 13245.099] (==) NVIDIA(0): RGB weight 888
[ 13245.099] (==) NVIDIA(0): Default visual is TrueColor
[ 13245.099] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13245.099] (**) NVIDIA(0): Option "TwinView" "1"
[ 13245.099] (**) NVIDIA(0): Option "MetaModes" "CRT: 1440x900 +0+0, DFP: 1680x1050 +1440+0; CRT: 1440x900 +0+0"
[ 13245.099] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-0"
[ 13245.099] (**) NVIDIA(0): Enabling RENDER acceleration
[ 13245.099] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[ 13245.100] (II) NVIDIA(0):     enabled.
[ 13249.823] (II) NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86) at PCI:1:0:0 (GPU-0)
[ 13249.823] (--) NVIDIA(0): Memory: 524288 kBytes
[ 13249.823] (--) NVIDIA(0): VideoBIOS: 60.86.3e.00.00
[ 13249.823] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13249.823] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 13249.823] (--) NVIDIA(0): Connected display device(s) on Quadro NVS 140M at PCI:1:0:0
[ 13249.823] (--) NVIDIA(0):     ViewSonic VA1916wSERIES (CRT-0)
[ 13249.823] (--) NVIDIA(0):     IBM (DFP-0)
[ 13249.823] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-0): 400.0 MHz maximum pixel
[ 13249.823] (--) NVIDIA(0):     clock
[ 13249.823] (--) NVIDIA(0): IBM (DFP-0): 330.0 MHz maximum pixel clock
[ 13249.823] (--) NVIDIA(0): IBM (DFP-0): Internal Dual Link LVDS
[ 13249.828] (**) NVIDIA(0): TwinView enabled
[ 13249.828] (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, DFP-0
[ 13249.847] (WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
[ 13249.847] (WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
[ 13249.847] (WW) NVIDIA(0):     HorizSync range (53.246-63.877 kHz) would exclude this
[ 13249.847] (WW) NVIDIA(0):     mode's HorizSync (42.6 kHz); ignoring HorizSync check for
[ 13249.847] (WW) NVIDIA(0):     mode "1680x1050".
[ 13249.848] (WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
[ 13249.848] (WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
[ 13249.848] (WW) NVIDIA(0):     HorizSync range (53.246-63.877 kHz) would exclude this
[ 13249.848] (WW) NVIDIA(0):     mode's HorizSync (42.6 kHz); ignoring HorizSync check for
[ 13249.848] (WW) NVIDIA(0):     mode "1680x1050".
[ 13249.910] (II) NVIDIA(0): Assigned Display Devices: CRT-0, DFP-0
[ 13249.911] (II) NVIDIA(0): Validated modes:
[ 13249.911] (II) NVIDIA(0):     "CRT:1440x900+0+0,DFP:1680x1050+1440+0"
[ 13249.911] (II) NVIDIA(0):     "CRT:1440x900+0+0"
[ 13249.911] (II) NVIDIA(0): Virtual screen size determined to be 3120 x 1050
[ 13251.196] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
[ 13251.196] (--) NVIDIA(0):     option
[ 13251.196] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[ 13251.196] (--) Depth 24 pixmap format is 32 bpp
[ 13251.196] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 13251.198] (II) NVIDIA(0): Initialized GPU GART.
[ 13251.210] (II) NVIDIA(0): Setting mode "CRT:1440x900+0+0,DFP:1680x1050+1440+0"
[ 13252.038] (II) Loading extension NV-GLX
[ 13252.087] (II) NVIDIA(0): Initialized OpenGL Acceleration
[ 13252.089] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 13252.089] (II) NVIDIA(0): Initialized X Rendering Acceleration
[ 13252.089] (==) NVIDIA(0): Backing store disabled
[ 13252.089] (==) NVIDIA(0): Silken mouse enabled
[ 13252.115] (**) NVIDIA(0): DPMS enabled
[ 13252.115] (II) Loading extension NV-CONTROL
[ 13252.115] (II) Loading extension XINERAMA
[ 13252.116] (II) Loading sub module "dri2"
[ 13252.116] (II) LoadModule: "dri2"
[ 13252.116] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[ 13252.116] (II) NVIDIA(0): [DRI2] Setup complete
[ 13252.116] (==) RandR enabled
[ 13252.116] (II) Initializing built-in extension Generic Event Extension
[ 13252.116] (II) Initializing built-in extension SHAPE
[ 13252.116] (II) Initializing built-in extension MIT-SHM
[ 13252.116] (II) Initializing built-in extension XInputExtension
[ 13252.116] (II) Initializing built-in extension XTEST
[ 13252.116] (II) Initializing built-in extension BIG-REQUESTS
[ 13252.116] (II) Initializing built-in extension SYNC
[ 13252.116] (II) Initializing built-in extension XKEYBOARD
[ 13252.116] (II) Initializing built-in extension XC-MISC
[ 13252.116] (II) Initializing built-in extension SECURITY
[ 13252.116] (II) Initializing built-in extension XINERAMA
[ 13252.116] (II) Initializing built-in extension XFIXES
[ 13252.116] (II) Initializing built-in extension RENDER
[ 13252.116] (II) Initializing built-in extension RANDR
[ 13252.116] (II) Initializing built-in extension COMPOSITE
[ 13252.116] (II) Initializing built-in extension DAMAGE
[ 13252.116] (II) SELinux: Disabled on system
[ 13252.118] (II) Initializing extension GLX
[ 13252.185] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 13252.185] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 13252.185] (II) LoadModule: "evdev"
[ 13252.185] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 13252.185] (II) Module evdev: vendor="X.Org Foundation"
[ 13252.185] 	compiled for 1.9.4, module version = 2.6.0
[ 13252.185] 	Module class: X.Org XInput Driver
[ 13252.185] 	ABI class: X.Org XInput driver, version 11.0
[ 13252.185] (**) Power Button: always reports core events
[ 13252.185] (**) Power Button: Device: "/dev/input/event2"
[ 13252.191] (--) Power Button: Found keys
[ 13252.191] (II) Power Button: Configuring as keyboard
[ 13252.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 13252.191] (**) Option "xkb_rules" "evdev"
[ 13252.191] (**) Option "xkb_model" "pc105"
[ 13252.191] (**) Option "xkb_layout" "de"
[ 13252.191] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.191] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.215] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 13252.215] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 13252.215] (**) Video Bus: always reports core events
[ 13252.215] (**) Video Bus: Device: "/dev/input/event8"
[ 13252.218] (--) Video Bus: Found keys
[ 13252.218] (II) Video Bus: Configuring as keyboard
[ 13252.218] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 13252.218] (**) Option "xkb_rules" "evdev"
[ 13252.218] (**) Option "xkb_model" "pc105"
[ 13252.218] (**) Option "xkb_layout" "de"
[ 13252.218] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.218] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.219] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 13252.219] (II) No input driver/identifier specified (ignoring)
[ 13252.219] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 13252.219] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 13252.220] (**) Sleep Button: always reports core events
[ 13252.220] (**) Sleep Button: Device: "/dev/input/event1"
[ 13252.225] (--) Sleep Button: Found keys
[ 13252.225] (II) Sleep Button: Configuring as keyboard
[ 13252.225] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 13252.225] (**) Option "xkb_rules" "evdev"
[ 13252.225] (**) Option "xkb_model" "pc105"
[ 13252.225] (**) Option "xkb_layout" "de"
[ 13252.225] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.225] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.231] (II) config/udev: Adding input device HID 0a5c:4502 (/dev/input/event15)
[ 13252.231] (**) HID 0a5c:4502: Applying InputClass "evdev keyboard catchall"
[ 13252.231] (**) HID 0a5c:4502: always reports core events
[ 13252.231] (**) HID 0a5c:4502: Device: "/dev/input/event15"
[ 13252.237] (--) HID 0a5c:4502: Found keys
[ 13252.237] (II) HID 0a5c:4502: Configuring as keyboard
[ 13252.237] (II) XINPUT: Adding extended input device "HID 0a5c:4502" (type: KEYBOARD)
[ 13252.237] (**) Option "xkb_rules" "evdev"
[ 13252.237] (**) Option "xkb_model" "pc105"
[ 13252.237] (**) Option "xkb_layout" "de"
[ 13252.237] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.237] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.237] (II) config/udev: Adding input device HID 0a5c:4503 (/dev/input/event16)
[ 13252.237] (**) HID 0a5c:4503: Applying InputClass "evdev pointer catchall"
[ 13252.237] (**) HID 0a5c:4503: always reports core events
[ 13252.237] (**) HID 0a5c:4503: Device: "/dev/input/event16"
[ 13252.245] (--) HID 0a5c:4503: Found 3 mouse buttons
[ 13252.245] (--) HID 0a5c:4503: Found relative axes
[ 13252.245] (--) HID 0a5c:4503: Found x and y relative axes
[ 13252.245] (II) HID 0a5c:4503: Configuring as mouse
[ 13252.245] (**) HID 0a5c:4503: YAxisMapping: buttons 4 and 5
[ 13252.245] (**) HID 0a5c:4503: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13252.245] (II) XINPUT: Adding extended input device "HID 0a5c:4503" (type: MOUSE)
[ 13252.245] (**) HID 0a5c:4503: (accel) keeping acceleration scheme 1
[ 13252.245] (**) HID 0a5c:4503: (accel) acceleration profile 0
[ 13252.245] (**) HID 0a5c:4503: (accel) acceleration factor: 2.000
[ 13252.245] (**) HID 0a5c:4503: (accel) acceleration threshold: 4
[ 13252.245] (II) HID 0a5c:4503: initialized for relative axes.
[ 13252.246] (II) config/udev: Adding input device HID 0a5c:4503 (/dev/input/mouse4)
[ 13252.246] (II) No input driver/identifier specified (ignoring)
[ 13252.249] (II) config/udev: Adding input device UVC Camera (046d:09a4) (/dev/input/event10)
[ 13252.249] (**) UVC Camera (046d:09a4): Applying InputClass "evdev keyboard catchall"
[ 13252.249] (**) UVC Camera (046d:09a4): always reports core events
[ 13252.249] (**) UVC Camera (046d:09a4): Device: "/dev/input/event10"
[ 13252.257] (--) UVC Camera (046d:09a4): Found keys
[ 13252.257] (II) UVC Camera (046d:09a4): Configuring as keyboard
[ 13252.257] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a4)" (type: KEYBOARD)
[ 13252.257] (**) Option "xkb_rules" "evdev"
[ 13252.257] (**) Option "xkb_model" "pc105"
[ 13252.257] (**) Option "xkb_layout" "de"
[ 13252.257] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.257] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.259] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event5)
[ 13252.259] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13252.259] (**) Logitech Logitech USB Keyboard: always reports core events
[ 13252.259] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event5"
[ 13252.265] (--) Logitech Logitech USB Keyboard: Found keys
[ 13252.265] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 13252.265] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
[ 13252.265] (**) Option "xkb_rules" "evdev"
[ 13252.265] (**) Option "xkb_model" "pc105"
[ 13252.265] (**) Option "xkb_layout" "de"
[ 13252.265] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.265] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.266] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event6)
[ 13252.266] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev pointer catchall"
[ 13252.267] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 13252.267] (**) Logitech Logitech USB Keyboard: always reports core events
[ 13252.267] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event6"
[ 13252.277] (--) Logitech Logitech USB Keyboard: Found 20 mouse buttons
[ 13252.277] (--) Logitech Logitech USB Keyboard: Found scroll wheel(s)
[ 13252.277] (--) Logitech Logitech USB Keyboard: Found relative axes
[ 13252.277] (--) Logitech Logitech USB Keyboard: Found x and y relative axes
[ 13252.277] (--) Logitech Logitech USB Keyboard: Found keys
[ 13252.277] (II) Logitech Logitech USB Keyboard: Configuring as mouse
[ 13252.277] (II) Logitech Logitech USB Keyboard: Configuring as keyboard
[ 13252.277] (II) Logitech Logitech USB Keyboard: Adding scrollwheel support
[ 13252.277] (**) Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
[ 13252.277] (**) Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13252.277] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
[ 13252.277] (**) Option "xkb_rules" "evdev"
[ 13252.277] (**) Option "xkb_model" "pc105"
[ 13252.277] (**) Option "xkb_layout" "de"
[ 13252.277] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.277] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.278] (**) Logitech Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[ 13252.278] (**) Logitech Logitech USB Keyboard: (accel) acceleration profile 0
[ 13252.278] (**) Logitech Logitech USB Keyboard: (accel) acceleration factor: 2.000
[ 13252.278] (**) Logitech Logitech USB Keyboard: (accel) acceleration threshold: 4
[ 13252.278] (II) Logitech Logitech USB Keyboard: initialized for relative axes.
[ 13252.279] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/mouse1)
[ 13252.279] (II) No input driver/identifier specified (ignoring)
[ 13252.280] (II) config/udev: Adding input device Logitech Trackball (/dev/input/event7)
[ 13252.280] (**) Logitech Trackball: Applying InputClass "evdev pointer catchall"
[ 13252.280] (**) Logitech Trackball: always reports core events
[ 13252.280] (**) Logitech Trackball: Device: "/dev/input/event7"
[ 13252.285] (--) Logitech Trackball: Found 3 mouse buttons
[ 13252.285] (--) Logitech Trackball: Found scroll wheel(s)
[ 13252.285] (--) Logitech Trackball: Found relative axes
[ 13252.285] (--) Logitech Trackball: Found x and y relative axes
[ 13252.285] (II) Logitech Trackball: Configuring as mouse
[ 13252.285] (II) Logitech Trackball: Adding scrollwheel support
[ 13252.285] (**) Logitech Trackball: YAxisMapping: buttons 4 and 5
[ 13252.285] (**) Logitech Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13252.285] (II) XINPUT: Adding extended input device "Logitech Trackball" (type: MOUSE)
[ 13252.285] (**) Logitech Trackball: (accel) keeping acceleration scheme 1
[ 13252.285] (**) Logitech Trackball: (accel) acceleration profile 0
[ 13252.285] (**) Logitech Trackball: (accel) acceleration factor: 2.000
[ 13252.285] (**) Logitech Trackball: (accel) acceleration threshold: 4
[ 13252.285] (II) Logitech Trackball: initialized for relative axes.
[ 13252.286] (II) config/udev: Adding input device Logitech Trackball (/dev/input/mouse2)
[ 13252.286] (II) No input driver/identifier specified (ignoring)
[ 13252.296] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 13252.296] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 13252.296] (**) AT Translated Set 2 keyboard: always reports core events
[ 13252.296] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 13252.305] (--) AT Translated Set 2 keyboard: Found keys
[ 13252.305] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 13252.305] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 13252.305] (**) Option "xkb_rules" "evdev"
[ 13252.305] (**) Option "xkb_model" "pc105"
[ 13252.305] (**) Option "xkb_layout" "de"
[ 13252.305] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.305] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.306] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[ 13252.306] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13252.306] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 13252.306] (II) LoadModule: "synaptics"
[ 13252.306] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 13252.307] (II) Module synaptics: vendor="X.Org Foundation"
[ 13252.307] 	compiled for 1.9.4, module version = 1.4.0
[ 13252.307] 	Module class: X.Org XInput Driver
[ 13252.307] 	ABI class: X.Org XInput driver, version 11.0
[ 13252.307] (**) Option "Device" "/dev/input/event4"
[ 13252.357] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 13252.357] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 13252.357] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 13252.357] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 13252.357] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 13252.397] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 13252.397] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13252.417] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 13252.417] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 13252.441] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 13252.441] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 13252.441] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 13252.441] (**) Option "Device" "/dev/input/mouse0"
[ 13252.453] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[ 13252.453] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[ 13252.453] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[ 13252.453] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[ 13252.473] (EE) Query no Synaptics: 6003C8
[ 13252.473] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 13252.473] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 13252.485] (EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
[ 13252.485] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event11)
[ 13252.485] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 13252.485] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 13252.485] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event11"
[ 13252.497] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 13252.497] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 13252.497] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 13252.497] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 13252.497] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 13252.497] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 13252.497] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 13252.497] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 13252.497] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 13252.497] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 13252.497] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 13252.497] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 13252.498] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse3)
[ 13252.498] (II) No input driver/identifier specified (ignoring)
[ 13252.499] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 13252.499] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 13252.499] (**) ThinkPad Extra Buttons: always reports core events
[ 13252.499] (**) ThinkPad Extra Buttons: Device: "/dev/input/event9"
[ 13252.505] (--) ThinkPad Extra Buttons: Found keys
[ 13252.505] (II) ThinkPad Extra Buttons: Configuring as keyboard
[ 13252.505] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[ 13252.505] (**) Option "xkb_rules" "evdev"
[ 13252.505] (**) Option "xkb_model" "pc105"
[ 13252.505] (**) Option "xkb_layout" "de"
[ 13252.505] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.505] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13252.514] (II) config/udev: Adding input device ThinkPad HDAPS joystick emulation (/dev/input/event12)
[ 13252.514] (II) No input driver/identifier specified (ignoring)
[ 13252.514] (II) config/udev: Adding input device ThinkPad HDAPS accelerometer data (/dev/input/event13)
[ 13252.514] (II) No input driver/identifier specified (ignoring)
[ 13252.515] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event14)
[ 13252.515] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 13252.515] (**) ACPI Virtual Keyboard Device: always reports core events
[ 13252.515] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event14"
[ 13252.521] (--) ACPI Virtual Keyboard Device: Found keys
[ 13252.521] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[ 13252.521] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[ 13252.521] (**) Option "xkb_rules" "evdev"
[ 13252.521] (**) Option "xkb_model" "pc105"
[ 13252.521] (**) Option "xkb_layout" "de"
[ 13252.521] (**) Option "xkb_variant" "nodeadkeys"
[ 13252.521] (**) Option "xkb_options" "lv3:ralt_switch"
[ 13311.791] (II) config/udev: Adding input device 00:1C:A4:2F:21:95 (/dev/input/event17)
[ 13311.791] (**) 00:1C:A4:2F:21:95: Applying InputClass "evdev keyboard catchall"
[ 13311.791] (**) 00:1C:A4:2F:21:95: always reports core events
[ 13311.791] (**) 00:1C:A4:2F:21:95: Device: "/dev/input/event17"
[ 13311.793] (--) 00:1C:A4:2F:21:95: Found keys
[ 13311.793] (II) 00:1C:A4:2F:21:95: Configuring as keyboard
[ 13311.793] (II) XINPUT: Adding extended input device "00:1C:A4:2F:21:95" (type: KEYBOARD)
[ 13311.793] (**) Option "xkb_rules" "evdev"
[ 13311.793] (**) Option "xkb_model" "pc105"
[ 13311.793] (**) Option "xkb_layout" "de"
[ 13311.793] (**) Option "xkb_variant" "nodeadkeys"
[ 13311.793] (**) Option "xkb_options" "lv3:ralt_switch"
[ 25033.280] (II) config/udev: removing device 00:1C:A4:2F:21:95
[ 25033.280] (II) 00:1C:A4:2F:21:95: Close
[ 25033.280] (II) UnloadModule: "evdev"

udev information:
-----------------
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: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:01/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: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
N: input/event0
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E: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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.1/2-2.1.1:1.0/input/input15/event15
N: input/event15
S: input/by-id/usb-0a5c_4502-event-kbd
S: input/by-path/pci-0000:00:1d.7-usb-0:2.1.1:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.1/2-2.1.1:1.0/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_VENDOR=0a5c
E: ID_VENDOR_ENC=0a5c
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4502
E: ID_MODEL_ENC=4502
E: ID_MODEL_ID=4502
E: ID_REVISION=0100
E: ID_SERIAL=0a5c_4502
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.7-usb-0:2.1.1:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DEVLINKS=/dev/input/by-id/usb-0a5c_4502-event-kbd /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.1.1:1.0-event-kbd

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.2/2-2.1.2:1.0/input/input16/event16
N: input/event16
S: input/by-id/usb-0a5c_4503-event-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.1.2:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.2/2-2.1.2:1.0/input/input16/event16
E: MAJOR=13
E: MINOR=80
E: DEVNAME=/dev/input/event16
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=0a5c
E: ID_VENDOR_ENC=0a5c
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4503
E: ID_MODEL_ENC=4503
E: ID_MODEL_ID=4503
E: ID_REVISION=0100
E: ID_SERIAL=0a5c_4503
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.7-usb-0:2.1.2:1.0
E: DEVLINKS=/dev/input/by-id/usb-0a5c_4503-event-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.1.2:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.2/2-2.1.2:1.0/input/input16/mouse4
N: input/mouse4
S: input/by-id/usb-0a5c_4503-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.1.2:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.1/2-2.1.2/2-2.1.2:1.0/input/input16/mouse4
E: MAJOR=13
E: MINOR=36
E: DEVNAME=/dev/input/mouse4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=0a5c
E: ID_VENDOR_ENC=0a5c
E: ID_VENDOR_ID=0a5c
E: ID_MODEL=4503
E: ID_MODEL_ENC=4503
E: ID_MODEL_ID=4503
E: ID_REVISION=0100
E: ID_SERIAL=0a5c_4503
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.7-usb-0:2.1.2:1.0
E: DEVLINKS=/dev/input/by-id/usb-0a5c_4503-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.1.2:1.0-mouse

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.3/2-2.3:1.0/input/input10/event10
N: input/event10
S: input/by-id/usb-046d_09a4_468C6650-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:2.3:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.3/2-2.3:1.0/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_VENDOR=046d
E: ID_VENDOR_ENC=046d
E: ID_VENDOR_ID=046d
E: ID_MODEL=09a4
E: ID_MODEL_ENC=09a4
E: ID_MODEL_ID=09a4
E: ID_REVISION=0006
E: ID_SERIAL=046d_09a4_468C6650
E: ID_SERIAL_SHORT=468C6650
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:2.3:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DEVLINKS=/dev/input/by-id/usb-046d_09a4_468C6650-event-if00 /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.3:1.0-event

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.0/input/input5/event5
N: input/event5
S: input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.0/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_INPUT_KEYBOARD=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Logitech_USB_Keyboard
E: ID_MODEL_ENC=Logitech\x20USB\x20Keyboard
E: ID_MODEL_ID=c308
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.7-usb-0:2.4:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.0-event-kbd

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.1/input/input6/event6
N: input/event6
S: input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.1/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_INPUT_KEY=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Logitech_USB_Keyboard
E: ID_MODEL_ENC=Logitech\x20USB\x20Keyboard
E: ID_MODEL_ID=c308
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.7-usb-0:2.4:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Logitech_USB_Keyboard-event-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.1-event-mouse

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.1/input/input6/mouse1
N: input/mouse1
S: input/by-id/usb-Logitech_Logitech_USB_Keyboard-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.4/2-2.4:1.1/input/input6/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_INPUT_KEY=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Logitech_USB_Keyboard
E: ID_MODEL_ENC=Logitech\x20USB\x20Keyboard
E: ID_MODEL_ID=c308
E: ID_REVISION=1210
E: ID_SERIAL=Logitech_Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.7-usb-0:2.4:1.1
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Logitech_USB_Keyboard-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.4:1.1-mouse

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.6/2-2.6:1.0/input/input7/event7
N: input/event7
S: input/by-id/usb-Logitech_Trackball-event-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.6:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.6/2-2.6:1.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Trackball
E: ID_MODEL_ENC=Trackball
E: ID_MODEL_ID=c404
E: ID_REVISION=0220
E: ID_SERIAL=Logitech_Trackball
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.7-usb-0:2.6:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Trackball-event-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.6:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.6/2-2.6:1.0/input/input7/mouse2
N: input/mouse2
S: input/by-id/usb-Logitech_Trackball-mouse
S: input/by-path/pci-0000:00:1d.7-usb-0:2.6:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2.6/2-2.6:1.0/input/input7/mouse2
E: MAJOR=13
E: MINOR=34
E: DEVNAME=/dev/input/mouse2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=Trackball
E: ID_MODEL_ENC=Trackball
E: ID_MODEL_ID=c404
E: ID_REVISION=0220
E: ID_SERIAL=Logitech_Trackball
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.7-usb-0:2.6:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_Trackball-mouse /dev/input/by-path/pci-0000:00:1d.7-usb-0:2.6:1.0-mouse

P: /devices/platform/i8042/serio0/input/input3/event3
N: input/event3
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/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_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio1/input/input4/event4
N: input/event4
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=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/input4/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input4/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: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/serio2/input/input11/event11
N: input/event11
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/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-2
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

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

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

P: /devices/virtual/input/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO

P: /devices/virtual/input/input13/event13
N: input/event13
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO

P: /devices/virtual/input/input14/event14
N: input/event14
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input14/event14
E: MAJOR=13
E: MINOR=78
E: DEVNAME=/dev/input/event14
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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch
E: DMI_VENDOR=LENOVO


DRM Information from dmesg:
---------------------------


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

Kernel: Linux 2.6.37.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration     1.70          system-wide keyboard preferences
ii  libaudit0                  1.7.13-1+b2   Dynamic library for security audit
ii  libc6                      2.11.2-13     Embedded GNU C Library: Shared lib
ii  libdrm2                    2.4.23-3      Userspace interface to kernel DRM 
ii  libgcrypt11                1.4.6-5       LGPL Crypto library - runtime libr
ii  libpciaccess0              0.12.1-1      Generic PCI access library for X
ii  libpixman-1-0              0.21.4-2      pixel-manipulation library for X a
ii  libselinux1                2.0.96-1      SELinux runtime shared libraries
ii  libudev0                   166-1         libudev shared library
ii  libxau6                    1:1.0.6-1     X11 authorisation library
ii  libxdmcp6                  1:1.1.0-1     X11 Display Manager Control Protoc
ii  libxfont1                  1:1.4.3-2     X11 font rasterisation library
ii  udev                       166-1         /dev/ and hotplug management daemo
ii  xserver-common             2:1.9.4.901-1 common files used by various X ser

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.10-4     A free implementation of the OpenG

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: