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

Bug#661411: marked as done (xserver-xorg-input-synaptics: Options in InputClass ignored if InputDevice is present)



Your message dated Mon, 27 Feb 2012 22:37:22 +0100
with message-id <20120227213722.GE16069@radis.cristau.org>
and subject line Re: Bug#661411: xserver-xorg-input-synaptics: Options in InputClass ignored if InputDevice is present
has caused the Debian Bug report #661411,
regarding xserver-xorg-input-synaptics: Options in InputClass ignored if InputDevice is present
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
661411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661411
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-synaptics
Version: 1.5.0-2
Severity: normal

My xorg.conf included the following stanza's:

  Section "InputClass"
    Identifier	"Touchpad twofinger scroll"
    MatchIsTouchpad "yes"
    Option	"Emulate3Buttons"	"no"
    Option	"ZAxisMapping"		"4 5"
    Option	"EmulateTwoFingerMinW"	"0"
    Option	"EmulateTwoFingerMinZ"	"65"
    Option	"HorizTwoFingerScroll"	"true"
    Option	"SHMConfig"		"yes"
    Option	"TapButton1"		"1"
    Option	"VertTwoFingerScroll"	"true"
  EndSection

  Section "InputDevice"
    Identifier	"Laptop Touchpad"
    Driver	"synaptics"
  EndSection

The result Xorg.0.log did have this line:

  [  5827.244] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Touchpad twofinger scroll"

nonetheless taping didn't emulate the left mouse button, two finger
scrolling didn't work and these lines didn't appear in Xorg.0.log:

  [  5827.288] (**) Option "SHMConfig" "yes"
  [  5827.288] (**) Option "EmulateTwoFingerMinZ" "65"
  [  5827.288] (**) Option "EmulateTwoFingerMinW" "0"
  [  5827.288] (**) Option "VertTwoFingerScroll" "true"
  [  5827.288] (**) Option "HorizTwoFingerScroll" "true"
  [  5827.288] (**) Option "TapButton1" "1"

Copying the options in "InputClass" to "InputDevice" fixed the problem.
Deleting the "InputDevice" section entirely also fixed the problem.  My
guess is presence of the "InputDevice" section caused some of the
options in the matching "InputClass" to be ignored.  This didn't happen
with another InputClass that matched the keyboard.  (It enabled
ctrl_alt_backspace.)

I am using Xfce4 as my window manager.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Nov 12  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056560 Jan 19 19:55 /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/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/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
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 G98 [Quadro FX 370M] [10de:06fb] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3923 Feb 27 10:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
#
# Custom xorg.conf for russell's Dell M2400 Laptop.
#

Section "Module"
  Load		"dbe"
  Load		"extmod"
  Load		"type1"
  Load		"freetype"
  Load		"glx"
EndSection

#
# Turn on control+alt+backspace killing of the X server.
#
Section "InputClass"
  Identifier	"Enable keyboard ctrl_alt_bksp"
  MatchIsKeyboard "yes"
  Option	"XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputClass"
  Identifier	"Touchpad twofinger scroll"
  MatchIsTouchpad "yes"
  Option	"Emulate3Buttons"	"no"
  Option	"ZAxisMapping"		"4 5"
  Option	"EmulateTwoFingerMinW"	"0"
  Option	"EmulateTwoFingerMinZ"	"65"
  Option	"HorizTwoFingerScroll"	"true"
  Option	"SHMConfig"		"yes"
  Option	"TapButton1"		"1"
  Option	"VertTwoFingerScroll"	"true"
EndSection

#Section "InputDevice"
#  Identifier	"Laptop Keyboard"
#  Driver	"kbd"
#EndSection

#Section "InputDevice"
#  Identifier	"Laptop Touchpad"
#  Driver	"synaptics"
#  #
#  # Copied from InputClass "Touchpad twofinger scroll" as the synaptics driver
#  # doesn't seem to recognise these settings there.
#  #
#  Option	"Emulate3Buttons"	"no"
#  Option	"ZAxisMapping"		"4 5"
#  Option	"EmulateTwoFingerMinW"	"0"
#  Option	"EmulateTwoFingerMinZ"	"65"
#  Option	"HorizTwoFingerScroll"	"true"
#  Option	"SHMConfig"		"yes"
#  Option	"TapButton1"		"1"
#  Option	"VertTwoFingerScroll"	"true"
#EndSection

Section "Device"
  Identifier	"NVidia Quadro FX 370M"
  Driver	"nvidia"
  VendorName	"NVIDIA Corporation"
  Option	"NoLogo"		"true"
EndSection

Section "Monitor"
  Identifier	"DELL Panel WSXGA"
  HorizSync	30.0 - 110.0
  VertRefresh	50.0 - 150.0
  Option	"DPMS"
EndSection

Section "Screen"
  Identifier	"panel"
  Device	"NVidia Quadro FX 370M"
  Monitor	"DELL Panel WSXGA"
  DefaultDepth	24
  SubSection "Display"
    Depth	24
    Modes	"1440x900"
  EndSubSection
EndSection

Section "Device"
  Identifier	"NVidia Quadro FX 370M Dual"
  Driver	"nvidia"
  Option	"ConnectedMonitor"	"CRT-0,DFP-0"
  Option	"CursorShadow"		"true"
  Option	"DynamicTwinView"	"true"
  Option	"FlatPanelProperties"	"Scaling = aspect-scaled"
  Option	"MetaModes"		"CRT-0:1024x768 @1024x768,DFP-0:1440x900 @1440x900; CRT-0:1280x1024 @1280x1024,DFP-0:1440x900 @1440x900; CRT-0:800x600 @800x600,DFP-0:1440x900 @1440x900; CRT-0:1600x1200 @1600x1200,DFP-0:1440x900 @1440x900; CRT-0:1920x1200 @1920x1200,DFP-0:1440x900 @1440x900; CRT-0:1920x1080 @1920x1080,DFP-0:1440x900 @1440x900; CRT-0:1440x900 @1440x900,DFP-0:1440x900 @1440x900; CRT-0:NULL,DFP-0:1440x900 @1440x900"
  Option	"NoLogo"		"true"
  Option	"NoPowerConnectorCheck"	"true"
  Option	"OnDemandVBlankInterrupts" "true"	# Power saving
  Option	"PanAllDisplays"	"false"
  Option	"SecondMonitorHorizSync" "30 - 96.0"
  Option	"SecondMonitorVertRefresh" "50 - 120"
  Option	"TwinView"		"true"
  Option	"TwinViewOrientation"	"DFP-0 LeftOf CRT-0"
  Option	"TwinViewXineramaInfoOrder" "DFP-0, CRT-0"
  Option	"UseEdidDpi"		"DFP-0"
  Option	"UseEdidFreqs"		"on"
EndSection

Section "Monitor"
  Identifier	"DELL Panel WSXGA Dual"
  HorizSync	30.0 - 110.0
  VertRefresh	50.0 - 150.0
  Option	"DPMS"
EndSection

Section "Screen"
  Identifier	"dual"
  Device	"NVidia Quadro FX 370M Dual"
  Monitor	"DELL Panel WSXGA Dual"
  DefaultDepth	24
  SubSection "Display"
    Depth	24
    Modes	"1440x900"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier	"panel"
  Screen	"panel"
# InputDevice	"Laptop Keyboard"	"CoreKeyboard"
# InputDevice	"Laptop Touchpad"	"CorePointer"
EndSection

Section "ServerLayout"
  Identifier	"dual"
  Screen	"dual"
# InputDevice	"Laptop Keyboard"	"CoreKeyboard"
# InputDevice	"Laptop Touchpad"	"CorePointer"
# InputDevice	"Laptop Touchpad"	"SendCoreEvents"
EndSection

Section "ServerFlags"
  Option	"DefaultServerLayout"	"panel"
  Option	"AllowMouseOpenFail"	"true"
  Option 	"Xinerama" 		"false"
  Option	"DontZap"		"false"
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.2.0-1-amd64 (Debian 3.2.4-1) (waldi@debian.org) (gcc version 4.6.2 (Debian 4.6.2-12) ) #1 SMP Sun Feb 5 15:17:15 UTC 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 24998 Feb 27 10:24 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  5824.346] 
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[  5824.346] X Protocol Version 11, Revision 0
[  5824.346] Build Operating System: Linux 3.2.0-rc6+ x86_64 Debian
[  5824.346] Current Operating System: Linux russell-laptop 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC 2012 x86_64
[  5824.346] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-1-amd64 root=UUID=f9a30147-fc44-4c61-b98b-32243bdefc7a ro nopat usbcore.autosuspend=1 quiet
[  5824.346] Build Date: 19 January 2012  09:53:39AM
[  5824.346] xorg-server 2:1.11.3.901-2 (Cyril Brulebois <kibi@debian.org>) 
[  5824.346] Current version of pixman: 0.24.4
[  5824.346] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  5824.346] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5824.346] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 27 10:24:43 2012
[  5824.346] (==) Using config file: "/etc/X11/xorg.conf"
[  5824.346] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5824.347] (**) Option "defaultserverlayout" "panel"
[  5824.347] (**) ServerLayout "panel"
[  5824.347] (**) |-->Screen "panel" (0)
[  5824.347] (**) |   |-->Monitor "DELL Panel WSXGA"
[  5824.347] (**) |   |-->Device "NVidia Quadro FX 370M"
[  5824.347] (**) Option "DontZap" "false"
[  5824.347] (**) Option "AllowMouseOpenFail" "true"
[  5824.347] (**) Option "Xinerama" "false"
[  5824.347] (==) Automatically adding devices
[  5824.347] (==) Automatically enabling devices
[  5824.347] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  5824.347] 	Entry deleted from font path.
[  5824.347] (==) 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
[  5824.347] (==) ModulePath set to "/usr/lib/xorg/modules"
[  5824.347] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5824.347] (II) Loader magic: 0x7fcfd4808ae0
[  5824.347] (II) Module ABI versions:
[  5824.347] 	X.Org ANSI C Emulation: 0.4
[  5824.347] 	X.Org Video Driver: 11.0
[  5824.347] 	X.Org XInput driver : 13.0
[  5824.347] 	X.Org Server Extension : 6.0
[  5824.348] (--) PCI:*(0:1:0:0) 10de:06fb:1028:0234 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
[  5824.348] (II) Open ACPI successful (/var/run/acpid.socket)
[  5824.348] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  5824.348] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  5824.348] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  5824.348] (II) "record" will be loaded by default.
[  5824.348] (II) "dri" will be loaded by default.
[  5824.348] (II) "dri2" will be loaded by default.
[  5824.348] (II) LoadModule: "dbe"
[  5824.348] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  5824.349] (II) Module dbe: vendor="X.Org Foundation"
[  5824.349] 	compiled for 1.11.3.901, module version = 1.0.0
[  5824.349] 	Module class: X.Org Server Extension
[  5824.349] 	ABI class: X.Org Server Extension, version 6.0
[  5824.349] (II) Loading extension DOUBLE-BUFFER
[  5824.349] (II) LoadModule: "extmod"
[  5824.349] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  5824.349] (II) Module extmod: vendor="X.Org Foundation"
[  5824.349] 	compiled for 1.11.3.901, module version = 1.0.0
[  5824.349] 	Module class: X.Org Server Extension
[  5824.349] 	ABI class: X.Org Server Extension, version 6.0
[  5824.349] (II) Loading extension SELinux
[  5824.349] (II) Loading extension MIT-SCREEN-SAVER
[  5824.349] (II) Loading extension XFree86-VidModeExtension
[  5824.349] (II) Loading extension XFree86-DGA
[  5824.349] (II) Loading extension DPMS
[  5824.349] (II) Loading extension XVideo
[  5824.349] (II) Loading extension XVideo-MotionCompensation
[  5824.349] (II) Loading extension X-Resource
[  5824.349] (II) LoadModule: "glx"
[  5824.349] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[  5824.361] (II) Module glx: vendor="NVIDIA Corporation"
[  5824.361] 	compiled for 4.0.2, module version = 1.0.0
[  5824.361] 	Module class: X.Org Server Extension
[  5824.361] (II) NVIDIA GLX Module  290.10  Wed Nov 16 18:01:24 PST 2011
[  5824.361] (II) Loading extension GLX
[  5824.361] (II) LoadModule: "record"
[  5824.361] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  5824.361] (II) Module record: vendor="X.Org Foundation"
[  5824.361] 	compiled for 1.11.3.901, module version = 1.13.0
[  5824.361] 	Module class: X.Org Server Extension
[  5824.361] 	ABI class: X.Org Server Extension, version 6.0
[  5824.361] (II) Loading extension RECORD
[  5824.361] (II) LoadModule: "dri"
[  5824.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  5824.362] (II) Module dri: vendor="X.Org Foundation"
[  5824.362] 	compiled for 1.11.3.901, module version = 1.0.0
[  5824.362] 	ABI class: X.Org Server Extension, version 6.0
[  5824.362] (II) Loading extension XFree86-DRI
[  5824.362] (II) LoadModule: "dri2"
[  5824.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  5824.362] (II) Module dri2: vendor="X.Org Foundation"
[  5824.362] 	compiled for 1.11.3.901, module version = 1.2.0
[  5824.362] 	ABI class: X.Org Server Extension, version 6.0
[  5824.362] (II) Loading extension DRI2
[  5824.362] (II) LoadModule: "nvidia"
[  5824.362] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  5824.363] (II) Module nvidia: vendor="NVIDIA Corporation"
[  5824.363] 	compiled for 4.0.2, module version = 1.0.0
[  5824.363] 	Module class: X.Org Video Driver
[  5824.363] (II) NVIDIA dlloader X Driver  290.10  Wed Nov 16 17:41:10 PST 2011
[  5824.363] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  5824.363] (++) using VT number 7

[  5824.368] (II) Loading sub module "fb"
[  5824.368] (II) LoadModule: "fb"
[  5824.368] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5824.369] (II) Module fb: vendor="X.Org Foundation"
[  5824.369] 	compiled for 1.11.3.901, module version = 1.0.0
[  5824.369] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5824.369] (II) Loading sub module "wfb"
[  5824.369] (II) LoadModule: "wfb"
[  5824.369] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  5824.369] (II) Module wfb: vendor="X.Org Foundation"
[  5824.369] 	compiled for 1.11.3.901, module version = 1.0.0
[  5824.369] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5824.369] (II) Loading sub module "ramdac"
[  5824.369] (II) LoadModule: "ramdac"
[  5824.369] (II) Module "ramdac" already built-in
[  5824.369] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  5824.369] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  5824.369] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5824.369] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  5824.369] (==) NVIDIA(0): RGB weight 888
[  5824.369] (==) NVIDIA(0): Default visual is TrueColor
[  5824.369] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  5824.369] (**) NVIDIA(0): Option "NoLogo" "true"
[  5824.369] (**) NVIDIA(0): Enabling 2D acceleration
[  5825.636] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[  5825.636] (II) NVIDIA(GPU-0):     Vision stereo.
[  5825.639] (II) NVIDIA(0): NVIDIA GPU Quadro FX 370M (G98GL) at PCI:1:0:0 (GPU-0)
[  5825.639] (--) NVIDIA(0): Memory: 524288 kBytes
[  5825.639] (--) NVIDIA(0): VideoBIOS: 62.98.43.00.02
[  5825.639] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  5825.639] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[  5825.639] (--) NVIDIA(0): Connected display device(s) on Quadro FX 370M at PCI:1:0:0
[  5825.639] (--) NVIDIA(0):     Seiko/Epson (DFP-0)
[  5825.639] (--) NVIDIA(0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[  5825.639] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal Dual Link LVDS
[  5825.642] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[  5825.642] (**) NVIDIA(0):     enabled on all display devices.
[  5825.714] (II) NVIDIA(0): Assigned Display Device: DFP-0
[  5825.715] (II) NVIDIA(0): Validated modes:
[  5825.715] (II) NVIDIA(0):     "1440x900"
[  5825.715] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[  5826.783] (--) NVIDIA(0): DPI set to (121, 120); computed from "UseEdidDpi" X config
[  5826.783] (--) NVIDIA(0):     option
[  5826.783] (WW) NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
[  5826.783] (WW) NVIDIA(0):     UBB.
[  5826.783] (--) Depth 24 pixmap format is 32 bpp
[  5826.783] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[  5826.819] (II) NVIDIA(0): Setting mode "1440x900"
[  5827.105] (II) Loading extension NV-GLX
[  5827.175] (==) NVIDIA(0): Disabling shared memory pixmaps
[  5827.175] (==) NVIDIA(0): Backing store disabled
[  5827.175] (==) NVIDIA(0): Silken mouse enabled
[  5827.176] (**) NVIDIA(0): DPMS enabled
[  5827.176] (II) Loading extension NV-CONTROL
[  5827.176] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
[  5827.176] (WW) NVIDIA(0):     such display device could be found, or all display devices
[  5827.176] (WW) NVIDIA(0):     by that name are currently unavailable.
[  5827.176] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
[  5827.176] (WW) NVIDIA(0):     display device could be found, or all display devices by
[  5827.176] (WW) NVIDIA(0):     that name are currently unavailable.
[  5827.176] (II) Loading extension XINERAMA
[  5827.176] (II) Loading sub module "dri2"
[  5827.176] (II) LoadModule: "dri2"
[  5827.176] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  5827.176] (II) Module dri2: vendor="X.Org Foundation"
[  5827.176] 	compiled for 1.11.3.901, module version = 1.2.0
[  5827.176] 	ABI class: X.Org Server Extension, version 6.0
[  5827.176] (II) NVIDIA(0): [DRI2] Setup complete
[  5827.176] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  5827.176] (==) RandR enabled
[  5827.176] (II) Initializing built-in extension Generic Event Extension
[  5827.176] (II) Initializing built-in extension SHAPE
[  5827.176] (II) Initializing built-in extension MIT-SHM
[  5827.176] (II) Initializing built-in extension XInputExtension
[  5827.176] (II) Initializing built-in extension XTEST
[  5827.176] (II) Initializing built-in extension BIG-REQUESTS
[  5827.176] (II) Initializing built-in extension SYNC
[  5827.177] (II) Initializing built-in extension XKEYBOARD
[  5827.177] (II) Initializing built-in extension XC-MISC
[  5827.177] (II) Initializing built-in extension SECURITY
[  5827.177] (II) Initializing built-in extension XINERAMA
[  5827.177] (II) Initializing built-in extension XFIXES
[  5827.177] (II) Initializing built-in extension RENDER
[  5827.177] (II) Initializing built-in extension RANDR
[  5827.177] (II) Initializing built-in extension COMPOSITE
[  5827.177] (II) Initializing built-in extension DAMAGE
[  5827.177] (II) SELinux: Disabled on system
[  5827.178] (II) Initializing extension GLX
[  5827.221] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  5827.221] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  5827.221] (**) Video Bus: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.221] (II) LoadModule: "evdev"
[  5827.222] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.222] (II) Module evdev: vendor="X.Org Foundation"
[  5827.222] 	compiled for 1.11.0, module version = 2.6.0
[  5827.222] 	Module class: X.Org XInput Driver
[  5827.222] 	ABI class: X.Org XInput driver, version 13.0
[  5827.222] (II) Using input driver 'evdev' for 'Video Bus'
[  5827.222] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.222] (**) Video Bus: always reports core events
[  5827.222] (**) Video Bus: Device: "/dev/input/event7"
[  5827.222] (--) Video Bus: Found keys
[  5827.222] (II) Video Bus: Configuring as keyboard
[  5827.222] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:34/LNXVIDEO:00/input/input7/event7"
[  5827.222] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[  5827.222] (**) Option "xkb_rules" "evdev"
[  5827.222] (**) Option "xkb_model" "pc104"
[  5827.222] (**) Option "xkb_layout" "us"
[  5827.222] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.241] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  5827.241] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  5827.241] (**) Power Button: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.241] (II) Using input driver 'evdev' for 'Power Button'
[  5827.241] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.241] (**) Power Button: always reports core events
[  5827.241] (**) Power Button: Device: "/dev/input/event4"
[  5827.241] (--) Power Button: Found keys
[  5827.241] (II) Power Button: Configuring as keyboard
[  5827.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[  5827.241] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  5827.241] (**) Option "xkb_rules" "evdev"
[  5827.241] (**) Option "xkb_model" "pc104"
[  5827.241] (**) Option "xkb_layout" "us"
[  5827.241] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.241] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[  5827.241] (II) No input driver/identifier specified (ignoring)
[  5827.241] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[  5827.241] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  5827.241] (**) Sleep Button: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.241] (II) Using input driver 'evdev' for 'Sleep Button'
[  5827.241] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.241] (**) Sleep Button: always reports core events
[  5827.241] (**) Sleep Button: Device: "/dev/input/event5"
[  5827.241] (--) Sleep Button: Found keys
[  5827.241] (II) Sleep Button: Configuring as keyboard
[  5827.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
[  5827.241] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  5827.241] (**) Option "xkb_rules" "evdev"
[  5827.241] (**) Option "xkb_model" "pc104"
[  5827.241] (**) Option "xkb_layout" "us"
[  5827.241] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.242] (II) config/udev: Adding input device HID 413c:8157 (/dev/input/event1)
[  5827.242] (**) HID 413c:8157: Applying InputClass "evdev keyboard catchall"
[  5827.242] (**) HID 413c:8157: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.242] (II) Using input driver 'evdev' for 'HID 413c:8157'
[  5827.242] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.242] (**) HID 413c:8157: always reports core events
[  5827.242] (**) HID 413c:8157: Device: "/dev/input/event1"
[  5827.242] (--) HID 413c:8157: Found keys
[  5827.242] (II) HID 413c:8157: Configuring as keyboard
[  5827.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1/event1"
[  5827.242] (II) XINPUT: Adding extended input device "HID 413c:8157" (type: KEYBOARD, id 9)
[  5827.242] (**) Option "xkb_rules" "evdev"
[  5827.242] (**) Option "xkb_model" "pc104"
[  5827.242] (**) Option "xkb_layout" "us"
[  5827.242] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[  5827.242] (II) No input driver/identifier specified (ignoring)
[  5827.243] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[  5827.243] (II) No input driver/identifier specified (ignoring)
[  5827.243] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event12)
[  5827.243] (II) No input driver/identifier specified (ignoring)
[  5827.243] (II) config/udev: Adding input device HDA Intel Line-out (/dev/input/event13)
[  5827.243] (II) No input driver/identifier specified (ignoring)
[  5827.243] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event14)
[  5827.243] (II) No input driver/identifier specified (ignoring)
[  5827.243] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  5827.243] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  5827.243] (**) AT Translated Set 2 keyboard: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.243] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  5827.243] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.243] (**) AT Translated Set 2 keyboard: always reports core events
[  5827.243] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  5827.243] (--) AT Translated Set 2 keyboard: Found keys
[  5827.243] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[  5827.244] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  5827.244] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[  5827.244] (**) Option "xkb_rules" "evdev"
[  5827.244] (**) Option "xkb_model" "pc104"
[  5827.244] (**) Option "xkb_layout" "us"
[  5827.244] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.244] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event9)
[  5827.244] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[  5827.244] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[  5827.244] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Touchpad twofinger scroll"
[  5827.244] (II) LoadModule: "synaptics"
[  5827.244] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  5827.244] (II) Module synaptics: vendor="X.Org Foundation"
[  5827.244] 	compiled for 1.11.2.902, module version = 1.5.0
[  5827.245] 	Module class: X.Org XInput Driver
[  5827.245] 	ABI class: X.Org XInput driver, version 13.0
[  5827.245] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[  5827.245] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  5827.245] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[  5827.245] (**) Option "Device" "/dev/input/event9"
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 1023
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 767
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[  5827.288] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[  5827.288] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[  5827.288] (**) Option "SHMConfig" "yes"
[  5827.288] (**) Option "EmulateTwoFingerMinZ" "65"
[  5827.288] (**) Option "EmulateTwoFingerMinW" "0"
[  5827.288] (**) Option "VertTwoFingerScroll" "true"
[  5827.288] (**) Option "HorizTwoFingerScroll" "true"
[  5827.288] (**) Option "TapButton1" "1"
[  5827.296] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[  5827.296] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[  5827.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event9"
[  5827.300] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 11)
[  5827.300] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  5827.300] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[  5827.300] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.156
[  5827.301] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[  5827.301] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[  5827.301] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[  5827.301] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[  5827.301] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[  5827.302] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[  5827.302] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  5827.302] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event2)
[  5827.302] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[  5827.302] (II) Using input driver 'evdev' for 'DualPoint Stick'
[  5827.302] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.303] (**) DualPoint Stick: always reports core events
[  5827.303] (**) DualPoint Stick: Device: "/dev/input/event2"
[  5827.303] (--) DualPoint Stick: Found 3 mouse buttons
[  5827.303] (--) DualPoint Stick: Found relative axes
[  5827.303] (--) DualPoint Stick: Found x and y relative axes
[  5827.303] (II) DualPoint Stick: Configuring as mouse
[  5827.303] (**) DualPoint Stick: YAxisMapping: buttons 4 and 5
[  5827.303] (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  5827.303] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event2"
[  5827.303] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 12)
[  5827.303] (II) DualPoint Stick: initialized for relative axes.
[  5827.303] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[  5827.303] (**) DualPoint Stick: (accel) acceleration profile 0
[  5827.303] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[  5827.303] (**) DualPoint Stick: (accel) acceleration threshold: 4
[  5827.304] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
[  5827.304] (II) No input driver/identifier specified (ignoring)
[  5827.305] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  5827.305] (II) No input driver/identifier specified (ignoring)
[  5827.306] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[  5827.306] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[  5827.306] (**) ACPI Virtual Keyboard Device: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.306] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[  5827.306] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.306] (**) ACPI Virtual Keyboard Device: always reports core events
[  5827.306] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event15"
[  5827.306] (--) ACPI Virtual Keyboard Device: Found keys
[  5827.306] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[  5827.307] (**) Option "config_info" "udev:/sys/devices/virtual/input/input16/event15"
[  5827.307] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 13)
[  5827.307] (**) Option "xkb_rules" "evdev"
[  5827.307] (**) Option "xkb_model" "pc104"
[  5827.307] (**) Option "xkb_layout" "us"
[  5827.307] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[  5827.308] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
[  5827.308] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  5827.308] (**) Dell WMI hotkeys: Applying InputClass "Enable keyboard ctrl_alt_bksp"
[  5827.308] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[  5827.308] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  5827.308] (**) Dell WMI hotkeys: always reports core events
[  5827.308] (**) Dell WMI hotkeys: Device: "/dev/input/event8"
[  5827.308] (--) Dell WMI hotkeys: Found keys
[  5827.308] (II) Dell WMI hotkeys: Configuring as keyboard
[  5827.308] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[  5827.308] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[  5827.308] (**) Option "xkb_rules" "evdev"
[  5827.308] (**) Option "xkb_model" "pc104"
[  5827.308] (**) Option "xkb_layout" "us"
[  5827.308] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:34/LNXVIDEO:00/input/input7
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:34/LNXVIDEO:00/input/input7
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PRODUCT=19/0/6/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=18989422

P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:34/LNXVIDEO:00/input/input7/event7
N: input/event7
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:34/LNXVIDEO:00/input/input7/event7
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19116607
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19116975
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19041342

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19116068
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=8157
E: ID_MODEL_ENC=8157
E: ID_MODEL_ID=8157
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_0
E: ID_REVISION=0100
E: ID_SERIAL=413c_8157
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=413c
E: ID_VENDOR_ENC=413c
E: ID_VENDOR_ID=413c
E: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0003v413Cp8157e0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="HID 413c:8157"
E: PHYS="usb-0000:00:1a.0-1.1/input0"
E: PRODUCT=3/413c/8157/111
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=19358061

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-413c_8157-event-kbd
S: input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-413c_8157-event-kbd /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.1:1.0-event-kbd
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=8157
E: ID_MODEL_ENC=8157
E: ID_MODEL_ID=8157
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_1_0
E: ID_REVISION=0100
E: ID_SERIAL=413c_8157
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=413c
E: ID_VENDOR_ENC=413c
E: ID_VENDOR_ID=413c
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19361407
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/pci0000:00/0000:00:1b.0/input/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input11
E: EV=40001
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0001v111Dp76B2e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/111d/76b2/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20199162

P: /devices/pci0000:00/0000:00:1b.0/input/input11/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input11/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20209705

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: UDEV_LOG=3
E: USEC_INITIALIZED=20202359

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20206308

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: UDEV_LOG=3
E: USEC_INITIALIZED=20200013

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20206560

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel Line-out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: UDEV_LOG=3
E: USEC_INITIALIZED=20199709

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20208641

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: UDEV_LOG=3
E: USEC_INITIALIZED=20200531

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20207881

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=1100f02902002 8380307cf910f001 feffffdfffefffff fffffffffffffffe
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,8D,8E,8F,94,98,9B,9C,9D,9E,9F,A2,A3,A4,A5,A6,AC,AD,B7,B8,B9,BF,C1,CD,D4,D7,D9,E0,E1,E2,E3,EC,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=18913183

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19116246
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/platform/i8042/serio1/input/input10
E: ABS=1000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input10
E: EV=b
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=420 70000 0 0 0 0
E: MODALIAS=input:b0011v0002p0008e6222-e0,1,3,k110,111,112,145,14A,ra0,1,18,mlsfw
E: NAME="AlpsPS/2 ALPS DualPoint TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/8/6222
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20157945

P: /devices/platform/i8042/serio1/input/input10/event9
N: input/event9
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/platform/i8042/serio1/input/input10/event9
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20289282

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

P: /devices/platform/i8042/serio1/input/input9
E: DEVPATH=/devices/platform/i8042/serio1/input/input9
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0011v0002p0008e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="DualPoint Stick"
E: PHYS="isa0060/serio1/input1"
E: PRODUCT=11/2/8/0
E: PROP=0
E: REL=3
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20140054

P: /devices/platform/i8042/serio1/input/input9/event2
N: input/event2
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/platform/i8042/serio1/input/input9/event2
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20275306

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

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

P: /devices/platform/pcspkr/input/input6/event6
N: input/event6
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/pcspkr/input/input6/event6
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19041157

P: /devices/virtual/input/input16
E: DEVPATH=/devices/virtual/input/input16
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
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: NAME="ACPI Virtual Keyboard Device"
E: PRODUCT=3/0/0/4
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=25803679

P: /devices/virtual/input/input16/event15
N: input/event15
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/virtual/input/input16/event15
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=25806232
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/virtual/input/input8
E: DEVPATH=/devices/virtual/input/input8
E: EV=13
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=1100b00000400 100000 e000000000000 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,94,CA,E0,E1,E3,EC,F0,ram4,lsfw
E: MSC=10
E: NAME="Dell WMI hotkeys"
E: PHYS="wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19102514

P: /devices/virtual/input/input8/event8
N: input/event8
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/virtual/input/input8/event8
E: DMI_VENDOR=Dell Inc.
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19117181
E: XKBLAYOUT=us
E: XKBMODEL=pc104


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


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

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

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                                  2.13-26
ii  libx11-6                               2:1.4.4-4
ii  libxi6                                 2:1.4.5-1
ii  libxtst6                               2:1.2.0-4
ii  xserver-xorg-core [xorg-input-abi-13]  2:1.11.3.901-2

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
pn  gpointing-device-settings  1.5.1-6
pn  touchfreeze                <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, Feb 27, 2012 at 10:48:31 +1000, Russell Stuart wrote:

> Package: xserver-xorg-input-synaptics
> Version: 1.5.0-2
> Severity: normal
> 
> My xorg.conf included the following stanza's:
> 
>   Section "InputClass"
>     Identifier	"Touchpad twofinger scroll"
>     MatchIsTouchpad "yes"
>     Option	"Emulate3Buttons"	"no"
>     Option	"ZAxisMapping"		"4 5"
>     Option	"EmulateTwoFingerMinW"	"0"
>     Option	"EmulateTwoFingerMinZ"	"65"
>     Option	"HorizTwoFingerScroll"	"true"
>     Option	"SHMConfig"		"yes"
>     Option	"TapButton1"		"1"
>     Option	"VertTwoFingerScroll"	"true"
>   EndSection
> 
>   Section "InputDevice"
>     Identifier	"Laptop Touchpad"
>     Driver	"synaptics"
>   EndSection
> 
> The result Xorg.0.log did have this line:
> 
>   [  5827.244] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Touchpad twofinger scroll"
> 
> nonetheless taping didn't emulate the left mouse button, two finger
> scrolling didn't work and these lines didn't appear in Xorg.0.log:
> 
>   [  5827.288] (**) Option "SHMConfig" "yes"
>   [  5827.288] (**) Option "EmulateTwoFingerMinZ" "65"
>   [  5827.288] (**) Option "EmulateTwoFingerMinW" "0"
>   [  5827.288] (**) Option "VertTwoFingerScroll" "true"
>   [  5827.288] (**) Option "HorizTwoFingerScroll" "true"
>   [  5827.288] (**) Option "TapButton1" "1"
> 
> Copying the options in "InputClass" to "InputDevice" fixed the problem.
> Deleting the "InputDevice" section entirely also fixed the problem.  My
> guess is presence of the "InputDevice" section caused some of the
> options in the matching "InputClass" to be ignored.  This didn't happen
> with another InputClass that matched the keyboard.  (It enabled
> ctrl_alt_backspace.)
> 
Not a bug, InputClass is for hotplugged devices, InputDevice for
statically configured ones.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: