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

Bug#665004: xserver-xorg-input-synaptics: scrolling stopped working after upgrade 1.5.0 --> 1.5.99



Package: xserver-xorg-input-synaptics
Version: 1.5.99.902-1
Followup-For: Bug #665004

Hi everyone,

just a "me, too" report. Upgrading -> dead, downgrading -> works, 
reliable.

It seems to me that the xserver is probing the device two times, once
it detects it properly, the second time there is a problem. But
this is just wild guessing from my reading of the log file.

Thanks

Norbert


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Apr 13  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056560 Mar  5 08:44 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3706 Apr  3 00:59 /etc/X11/xorg.conf

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

Section "Files"
	FontPath	"/usr/local/share/fonts/psfonts"
EndSection

Section "ServerFlags"
	Option		"blank time"		"5"
	Option		"standby time"		"10"
	Option		"suspend time"		"15"
	Option		"off time"		"20"
	#Option		"AllowMouseOpenFail"	"on"
EndSection

Section "Module"
	Load		"glx"
EndSection

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

Section "InputDevice"
	Identifier	"ALPS Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"on"
	Option		"Emulate3Buttons"	"on"
	#
	# Synaptics options
	#
	# "auto-dev" (automatic, default), "psaux" (raw) or
	# "event" (linux 2.5 kernel events)
	Option		"Protocol"		"auto-dev"
	#
	# switch on/off shared memory for configuration
	Option		"SHMConfig"		"on"
	#
  Option        "LeftEdge"              "120"
  Option        "RightEdge"             "960"
  Option        "TopEdge"               "120"
  Option        "BottomEdge"            "650"
  Option        "FingerLow"             "14"
  Option        "FingerHigh"            "15"
  Option        "MaxTapTime"            "180"
  Option        "MaxTapMove"            "180"
  Option        "EmulateMidButtonTime"  "75"
  Option        "VertScrollDelta"       "20"
  Option        "HorizScrollDelta"      "20"
  Option        "VertTwoFingerScroll"   "1"
  Option        "CornerCoasting"        "1"
  Option        "CoastingSpeed"         "3"
  Option        "MinSpeed"              "0.3"
  Option        "MaxSpeed"              "1.5"
  #Option        "AccelFactor"           "0.015"
  Option        "AccelFactor"           "0.15"
  Option        "EdgeMotionMinSpeed"    "200"
  Option        "EdgeMotionMaxSpeed"    "200"
  Option        "UpDownScrolling"       "1"
  Option        "CircularScrolling"     "1"
  Option        "CircScrollDelta"       "0.1"
  Option        "CircScrollTrigger"     "3"
  Option	"MaxDoubleTapTime"	"200"
  Option        "TapButton1"            "1"
  Option        "TapButton2"            "2"
  Option        "TapButton3"            "3"
  Option        "VertEdgeScroll"        "1"
  Option        "HorizEdgeScroll"       "1"
EndSection

Section "Device"
	Identifier	"built in intel"
	Driver		"intel"
	BusID		"PCI:0:2:0"
EndSection

Section "Device"
	Identifier	"built in nvidia"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"nVidia Screen"
	Device		"built in nvidia"
	Monitor		"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Intel Screen"
	Device		"built in intel"
	Monitor		"Configured Monitor"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	#InputDevice	"Configured Mouse"
	InputDevice	"ALPS Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
  Option "Composite" "Enable"
EndSection

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.4.0-rc1+ (norbert@mithrandir) (gcc version 4.6.3 (Debian 4.6.3-1) ) #52 SMP PREEMPT Tue Apr 3 00:54:25 JST 2012

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 30421 Apr  3 00:59 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    31.579] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[    31.579] X Protocol Version 11, Revision 0
[    31.579] Build Operating System: Linux 3.2.0-1-amd64 x86_64 Debian
[    31.579] Current Operating System: Linux mithrandir 3.4.0-rc1+ #52 SMP PREEMPT Tue Apr 3 00:54:25 JST 2012 x86_64
[    31.579] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.4.0-rc1+ root=/dev/sda3 ro rootfstype=ext4 "acpi_osi=!Windows 2006" nmi_watchdog=0
[    31.579] Build Date: 04 March 2012  11:42:13PM
[    31.579] xorg-server 2:1.11.4-1 (Cyril Brulebois <kibi@debian.org>) 
[    31.579] Current version of pixman: 0.24.4
[    31.579] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    31.579] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    31.580] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr  3 00:59:34 2012
[    31.580] (==) Using config file: "/etc/X11/xorg.conf"
[    31.580] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    31.592] (==) ServerLayout "Default Layout"
[    31.592] (**) |-->Screen "Default Screen" (0)
[    31.592] (**) |   |-->Monitor "Configured Monitor"
[    31.593] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[    31.593] (**) |   |-->Device "built in intel"
[    31.593] (**) |-->Input Device "Generic Keyboard"
[    31.593] (**) |-->Input Device "ALPS Touchpad"
[    31.593] (**) Option "BlankTime" "5"
[    31.593] (**) Option "StandbyTime" "10"
[    31.593] (**) Option "SuspendTime" "15"
[    31.593] (**) Option "OffTime" "20"
[    31.593] (==) Automatically adding devices
[    31.593] (==) Automatically enabling devices
[    31.593] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    31.593] 	Entry deleted from font path.
[    31.593] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    31.593] 	Entry deleted from font path.
[    31.593] (**) FontPath set to:
	/usr/local/share/fonts/psfonts,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    31.593] (==) ModulePath set to "/usr/lib/xorg/modules"
[    31.593] (**) Extension "Composite" is enabled
[    31.593] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    31.593] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    31.593] (WW) Disabling Generic Keyboard
[    31.593] (II) Loader magic: 0x7f4820248ae0
[    31.593] (II) Module ABI versions:
[    31.593] 	X.Org ANSI C Emulation: 0.4
[    31.593] 	X.Org Video Driver: 11.0
[    31.593] 	X.Org XInput driver : 13.0
[    31.593] 	X.Org Server Extension : 6.0
[    31.595] (--) PCI:*(0:0:2:0) 8086:2a42:104d:9025 rev 7, Mem @ 0xd4400000/4194304, 0xc0000000/268435456, I/O @ 0x00007130/8
[    31.595] (--) PCI: (0:0:2:1) 8086:2a43:104d:9025 rev 7, Mem @ 0xd7800000/1048576
[    31.595] (II) Open ACPI successful (/var/run/acpid.socket)
[    31.595] (II) "extmod" will be loaded by default.
[    31.595] (II) "dbe" will be loaded by default.
[    31.595] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    31.595] (II) "record" will be loaded by default.
[    31.595] (II) "dri" will be loaded by default.
[    31.595] (II) "dri2" will be loaded by default.
[    31.595] (II) LoadModule: "glx"
[    31.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    31.760] (II) Module glx: vendor="X.Org Foundation"
[    31.760] 	compiled for 1.11.4, module version = 1.0.0
[    31.760] 	ABI class: X.Org Server Extension, version 6.0
[    31.760] (==) AIGLX enabled
[    31.760] (II) Loading extension GLX
[    31.761] (II) LoadModule: "extmod"
[    31.761] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    31.821] (II) Module extmod: vendor="X.Org Foundation"
[    31.821] 	compiled for 1.11.4, module version = 1.0.0
[    31.821] 	Module class: X.Org Server Extension
[    31.821] 	ABI class: X.Org Server Extension, version 6.0
[    31.821] (II) Loading extension SELinux
[    31.821] (II) Loading extension MIT-SCREEN-SAVER
[    31.821] (II) Loading extension XFree86-VidModeExtension
[    31.821] (II) Loading extension XFree86-DGA
[    31.821] (II) Loading extension DPMS
[    31.821] (II) Loading extension XVideo
[    31.821] (II) Loading extension XVideo-MotionCompensation
[    31.821] (II) Loading extension X-Resource
[    31.821] (II) LoadModule: "dbe"
[    31.821] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    31.822] (II) Module dbe: vendor="X.Org Foundation"
[    31.822] 	compiled for 1.11.4, module version = 1.0.0
[    31.822] 	Module class: X.Org Server Extension
[    31.822] 	ABI class: X.Org Server Extension, version 6.0
[    31.822] (II) Loading extension DOUBLE-BUFFER
[    31.822] (II) LoadModule: "record"
[    31.822] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    31.872] (II) Module record: vendor="X.Org Foundation"
[    31.872] 	compiled for 1.11.4, module version = 1.13.0
[    31.872] 	Module class: X.Org Server Extension
[    31.872] 	ABI class: X.Org Server Extension, version 6.0
[    31.872] (II) Loading extension RECORD
[    31.872] (II) LoadModule: "dri"
[    31.872] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    31.921] (II) Module dri: vendor="X.Org Foundation"
[    31.921] 	compiled for 1.11.4, module version = 1.0.0
[    31.921] 	ABI class: X.Org Server Extension, version 6.0
[    31.921] (II) Loading extension XFree86-DRI
[    31.921] (II) LoadModule: "dri2"
[    31.921] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    31.921] (II) Module dri2: vendor="X.Org Foundation"
[    31.921] 	compiled for 1.11.4, module version = 1.2.0
[    31.921] 	ABI class: X.Org Server Extension, version 6.0
[    31.921] (II) Loading extension DRI2
[    31.921] (II) LoadModule: "intel"
[    31.921] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    32.055] (II) Module intel: vendor="X.Org Foundation"
[    32.055] 	compiled for 1.11.3.901, module version = 2.18.0
[    32.055] 	Module class: X.Org Video Driver
[    32.055] 	ABI class: X.Org Video Driver, version 11.0
[    32.055] (II) LoadModule: "synaptics"
[    32.055] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    32.101] (II) Module synaptics: vendor="X.Org Foundation"
[    32.101] 	compiled for 1.11.4, module version = 1.5.99
[    32.101] 	Module class: X.Org XInput Driver
[    32.101] 	ABI class: X.Org XInput driver, version 13.0
[    32.101] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[    32.102] (++) using VT number 7

[    32.109] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    32.109] drmOpenDevice: node name is /dev/dri/card0
[    32.109] drmOpenDevice: open result is 9, (OK)
[    32.109] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    32.109] drmOpenDevice: node name is /dev/dri/card0
[    32.109] drmOpenDevice: open result is 9, (OK)
[    32.109] drmOpenByBusid: drmOpenMinor returns 9
[    32.109] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    32.109] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[    32.109] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    32.109] (==) intel(0): RGB weight 888
[    32.109] (==) intel(0): Default visual is TrueColor
[    32.109] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[    32.109] (--) intel(0): Chipset: "GM45"
[    32.109] (**) intel(0): Relaxed fencing enabled
[    32.109] (**) intel(0): Wait on SwapBuffers? enabled
[    32.109] (**) intel(0): Triple buffering? enabled
[    32.109] (**) intel(0): Framebuffer tiled
[    32.109] (**) intel(0): Pixmaps tiled
[    32.109] (**) intel(0): 3D buffers tiled
[    32.109] (**) intel(0): SwapBuffers wait enabled
[    32.109] (==) intel(0): video overlay key set to 0x101fe
[    32.109] (II) intel(0): Output LVDS1 using monitor section Configured Monitor
[    32.109] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    32.130] (II) intel(0): Output VGA1 has no monitor section
[    32.130] (II) intel(0): EDID for output LVDS1
[    32.130] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    32.130] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    32.130] (II) intel(0): Printing probed modes for output LVDS1
[    32.130] (II) intel(0): Modeline "1600x900"x59.9   99.93  1600 1664 1728 1832  900 901 902 910 -hsync -vsync (54.5 kHz)
[    32.130] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    32.130] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[    32.130] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[    32.130] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[    32.130] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    32.130] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    32.130] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    32.130] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    32.146] (II) intel(0): EDID for output VGA1
[    32.146] (II) intel(0): Output LVDS1 connected
[    32.146] (II) intel(0): Output VGA1 disconnected
[    32.146] (II) intel(0): Using exact sizes for initial modes
[    32.146] (II) intel(0): Output LVDS1 using initial mode 1600x900
[    32.146] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    32.146] (II) intel(0): Kernel page flipping support detected, enabling
[    32.146] (==) intel(0): DPI set to (96, 96)
[    32.167] (II) Loading sub module "fb"
[    32.167] (II) LoadModule: "fb"
[    32.168] (II) Loading /usr/lib/xorg/modules/libfb.so
[    32.232] (II) Module fb: vendor="X.Org Foundation"
[    32.232] 	compiled for 1.11.4, module version = 1.0.0
[    32.232] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.232] (II) Loading sub module "dri2"
[    32.232] (II) LoadModule: "dri2"
[    32.232] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    32.232] (II) Module dri2: vendor="X.Org Foundation"
[    32.232] 	compiled for 1.11.4, module version = 1.2.0
[    32.232] 	ABI class: X.Org Server Extension, version 6.0
[    32.232] (==) Depth 24 pixmap format is 32 bpp
[    32.232] (II) intel(0): [DRI2] Setup complete
[    32.232] (II) intel(0): [DRI2]   DRI driver: i965
[    32.232] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[    32.305] (II) UXA(0): Driver registered support for the following operations:
[    32.305] (II)         solid
[    32.305] (II)         copy
[    32.305] (II)         composite (RENDER acceleration)
[    32.305] (II)         put_image
[    32.305] (II)         get_image
[    32.305] (==) intel(0): Backing store disabled
[    32.305] (==) intel(0): Silken mouse enabled
[    32.305] (II) intel(0): Initializing HW Cursor
[    32.318] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    32.321] (**) intel(0): DPMS enabled
[    32.321] (==) intel(0): Intel XvMC decoder enabled
[    32.321] (II) intel(0): Set up textured video
[    32.321] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    32.321] (II) intel(0): direct rendering: DRI2 Enabled
[    32.321] (==) intel(0): hotplug detection: "enabled"
[    32.321] (--) RandR disabled
[    32.321] (II) Initializing built-in extension Generic Event Extension
[    32.321] (II) Initializing built-in extension SHAPE
[    32.321] (II) Initializing built-in extension MIT-SHM
[    32.321] (II) Initializing built-in extension XInputExtension
[    32.321] (II) Initializing built-in extension XTEST
[    32.321] (II) Initializing built-in extension BIG-REQUESTS
[    32.321] (II) Initializing built-in extension SYNC
[    32.321] (II) Initializing built-in extension XKEYBOARD
[    32.321] (II) Initializing built-in extension XC-MISC
[    32.321] (II) Initializing built-in extension SECURITY
[    32.321] (II) Initializing built-in extension XINERAMA
[    32.321] (II) Initializing built-in extension XFIXES
[    32.321] (II) Initializing built-in extension RENDER
[    32.321] (II) Initializing built-in extension RANDR
[    32.321] (II) Initializing built-in extension COMPOSITE
[    32.321] (II) Initializing built-in extension DAMAGE
[    32.321] (II) SELinux: Disabled on system
[    32.343] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    32.343] (II) AIGLX: enabled GLX_INTEL_swap_event
[    32.343] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    32.343] (II) AIGLX: enabled GLX_SGI_make_current_read
[    32.343] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    32.343] (II) AIGLX: Loaded and initialized i965
[    32.343] (II) GLX: Initialized DRI2 GL provider for screen 0
[    32.344] (II) intel(0): Setting screen physical size to 423 x 238
[    32.801] (II) Using input driver 'synaptics' for 'ALPS Touchpad'
[    32.801] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    32.801] (**) Option "SendCoreEvents" "on"
[    32.801] (**) ALPS Touchpad: always reports core events
[    32.801] (**) Option "Protocol" "auto-dev"
[    32.962] (--) synaptics: ALPS Touchpad: auto-dev sets device to /dev/input/event7
[    32.998] (**) Option "Device" "/dev/input/event7"
[    32.998] (--) synaptics: ALPS Touchpad: x-axis range 0 - 1023
[    32.998] (--) synaptics: ALPS Touchpad: y-axis range 0 - 767
[    32.998] (--) synaptics: ALPS Touchpad: pressure range 0 - 127
[    32.998] (II) synaptics: ALPS Touchpad: device does not report finger width.
[    32.998] (--) synaptics: ALPS Touchpad: buttons: left right middle
[    32.998] (--) synaptics: ALPS Touchpad: Vendor 0x2 Product 0x8
[    32.998] (--) synaptics: ALPS Touchpad: invalid finger width range.  defaulting to 0 - 15
[    32.998] (**) Option "SHMConfig" "on"
[    32.998] (**) Option "LeftEdge" "120"
[    32.998] (**) Option "RightEdge" "960"
[    32.998] (**) Option "TopEdge" "120"
[    32.998] (**) Option "BottomEdge" "650"
[    32.998] (**) Option "FingerLow" "14"
[    32.998] (**) Option "FingerHigh" "15"
[    32.998] (**) Option "MaxTapTime" "180"
[    32.998] (**) Option "MaxTapMove" "180"
[    32.998] (**) Option "MaxDoubleTapTime" "200"
[    32.998] (**) Option "EmulateMidButtonTime" "75"
[    32.998] (**) Option "VertScrollDelta" "20"
[    32.998] (**) Option "HorizScrollDelta" "20"
[    32.998] (**) Option "VertEdgeScroll" "1"
[    32.998] (**) Option "HorizEdgeScroll" "1"
[    32.998] (**) Option "CornerCoasting" "1"
[    32.998] (**) Option "VertTwoFingerScroll" "1"
[    32.998] (**) Option "EdgeMotionMinSpeed" "200"
[    32.998] (**) Option "EdgeMotionMaxSpeed" "200"
[    32.998] (**) Option "TapButton1" "1"
[    32.998] (**) Option "TapButton2" "2"
[    32.998] (**) Option "TapButton3" "3"
[    32.998] (**) Option "CircularScrolling" "1"
[    32.998] (**) Option "CircScrollTrigger" "3"
[    32.998] (**) Option "MinSpeed" "0.3"
[    32.998] (**) Option "MaxSpeed" "1.5"
[    32.998] (**) Option "AccelFactor" "0.15"
[    32.998] (**) Option "CircScrollDelta" "0.1"
[    32.998] (**) Option "CoastingSpeed" "3"
[    32.998] (--) synaptics: ALPS Touchpad: touchpad found
[    32.999] (**) ALPS Touchpad: always reports core events
[    33.058] (II) XINPUT: Adding extended input device "ALPS Touchpad" (type: TOUCHPAD, id 6)
[    33.058] (**) synaptics: ALPS Touchpad: (accel) MinSpeed is now constant deceleration 3.3
[    33.058] (**) synaptics: ALPS Touchpad: MaxSpeed is now 5.00
[    33.058] (**) synaptics: ALPS Touchpad: AccelFactor is now 0.150
[    33.058] (**) ALPS Touchpad: (accel) keeping acceleration scheme 1
[    33.058] (**) ALPS Touchpad: (accel) acceleration profile 1
[    33.058] (**) ALPS Touchpad: (accel) acceleration factor: 2.000
[    33.058] (**) ALPS Touchpad: (accel) acceleration threshold: 4
[    33.058] (--) synaptics: ALPS Touchpad: touchpad found
[    33.061] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    33.061] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    33.061] (II) LoadModule: "evdev"
[    33.061] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.061] (II) Module evdev: vendor="X.Org Foundation"
[    33.061] 	compiled for 1.11.4, module version = 2.7.0
[    33.061] 	Module class: X.Org XInput Driver
[    33.061] 	ABI class: X.Org XInput driver, version 13.0
[    33.061] (II) Using input driver 'evdev' for 'Video Bus'
[    33.061] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.061] (**) Video Bus: always reports core events
[    33.061] (**) evdev: Video Bus: Device: "/dev/input/event2"
[    33.061] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    33.061] (--) evdev: Video Bus: Found keys
[    33.061] (II) evdev: Video Bus: Configuring as keyboard
[    33.061] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[    33.061] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    33.061] (**) Option "xkb_rules" "evdev"
[    33.061] (**) Option "xkb_model" "pc105"
[    33.061] (**) Option "xkb_layout" "de"
[    33.061] (**) Option "xkb_variant" "deadgraveacute"
[    33.061] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.155] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event8)
[    33.155] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[    33.155] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[    33.155] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.155] (**) Sony Vaio Keys: always reports core events
[    33.155] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event8"
[    33.155] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
[    33.155] (--) evdev: Sony Vaio Keys: Found keys
[    33.155] (II) evdev: Sony Vaio Keys: Configuring as keyboard
[    33.155] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/SNY6001:00/input/input8/event8"
[    33.155] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 8)
[    33.155] (**) Option "xkb_rules" "evdev"
[    33.155] (**) Option "xkb_model" "pc105"
[    33.155] (**) Option "xkb_layout" "de"
[    33.156] (**) Option "xkb_variant" "deadgraveacute"
[    33.156] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.156] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    33.156] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    33.156] (II) Using input driver 'evdev' for 'Power Button'
[    33.156] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.156] (**) Power Button: always reports core events
[    33.156] (**) evdev: Power Button: Device: "/dev/input/event0"
[    33.156] (--) evdev: Power Button: Vendor 0 Product 0x1
[    33.156] (--) evdev: Power Button: Found keys
[    33.156] (II) evdev: Power Button: Configuring as keyboard
[    33.156] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    33.156] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    33.156] (**) Option "xkb_rules" "evdev"
[    33.156] (**) Option "xkb_model" "pc105"
[    33.156] (**) Option "xkb_layout" "de"
[    33.156] (**) Option "xkb_variant" "deadgraveacute"
[    33.156] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.157] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    33.157] (II) No input driver specified, ignoring this device.
[    33.157] (II) This device may have been added with another device file.
[    33.158] (II) config/udev: Adding input device UVC Camera (05ca:18b0) (/dev/input/event5)
[    33.158] (**) UVC Camera (05ca:18b0): Applying InputClass "evdev keyboard catchall"
[    33.158] (II) Using input driver 'evdev' for 'UVC Camera (05ca:18b0)'
[    33.158] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.158] (**) UVC Camera (05ca:18b0): always reports core events
[    33.158] (**) evdev: UVC Camera (05ca:18b0): Device: "/dev/input/event5"
[    33.158] (--) evdev: UVC Camera (05ca:18b0): Vendor 0x5ca Product 0x18b0
[    33.158] (--) evdev: UVC Camera (05ca:18b0): Found keys
[    33.158] (II) evdev: UVC Camera (05ca:18b0): Configuring as keyboard
[    33.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5/event5"
[    33.158] (II) XINPUT: Adding extended input device "UVC Camera (05ca:18b0)" (type: KEYBOARD, id 10)
[    33.158] (**) Option "xkb_rules" "evdev"
[    33.158] (**) Option "xkb_model" "pc105"
[    33.158] (**) Option "xkb_layout" "de"
[    33.158] (**) Option "xkb_variant" "deadgraveacute"
[    33.158] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.158] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[    33.159] (II) No input driver specified, ignoring this device.
[    33.159] (II) This device may have been added with another device file.
[    33.159] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
[    33.159] (II) No input driver specified, ignoring this device.
[    33.159] (II) This device may have been added with another device file.
[    33.159] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[    33.159] (II) No input driver specified, ignoring this device.
[    33.159] (II) This device may have been added with another device file.
[    33.160] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    33.160] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    33.160] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    33.160] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.160] (**) AT Translated Set 2 keyboard: always reports core events
[    33.160] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    33.160] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    33.160] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    33.160] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    33.160] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    33.160] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    33.160] (**) Option "xkb_rules" "evdev"
[    33.160] (**) Option "xkb_model" "pc105"
[    33.160] (**) Option "xkb_layout" "de"
[    33.160] (**) Option "xkb_variant" "deadgraveacute"
[    33.160] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.161] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event6)
[    33.161] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[    33.161] (II) Using input driver 'evdev' for 'PS/2 Mouse'
[    33.161] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.161] (**) PS/2 Mouse: always reports core events
[    33.161] (**) evdev: PS/2 Mouse: Device: "/dev/input/event6"
[    33.161] (--) evdev: PS/2 Mouse: Vendor 0x2 Product 0x8
[    33.161] (--) evdev: PS/2 Mouse: Found 3 mouse buttons
[    33.161] (--) evdev: PS/2 Mouse: Found relative axes
[    33.161] (--) evdev: PS/2 Mouse: Found x and y relative axes
[    33.161] (II) evdev: PS/2 Mouse: Configuring as mouse
[    33.161] (**) evdev: PS/2 Mouse: YAxisMapping: buttons 4 and 5
[    33.161] (**) evdev: PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    33.161] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    33.161] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE, id 12)
[    33.161] (II) evdev: PS/2 Mouse: initialized for relative axes.
[    33.161] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[    33.161] (**) PS/2 Mouse: (accel) acceleration profile 0
[    33.161] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[    33.161] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[    33.162] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[    33.162] (II) No input driver specified, ignoring this device.
[    33.162] (II) This device may have been added with another device file.
[    33.162] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event7)
[    33.162] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
[    33.162] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[    33.162] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "Default clickpad buttons"
[    33.162] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS GlidePoint'
[    33.162] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    33.162] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[    33.162] (**) Option "Device" "/dev/input/event7"
[    33.174] (EE) synaptics: AlpsPS/2 ALPS GlidePoint: Synaptics driver unable to detect protocol
[    33.174] (EE) PreInit returned 11 for "AlpsPS/2 ALPS GlidePoint"
[    33.174] (II) UnloadModule: "synaptics"
[    33.174] (II) Unloading synaptics
[    33.174] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[    33.174] (**) AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass "touchpad ignore duplicates"
[    33.175] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    33.175] (II) No input driver specified, ignoring this device.
[    33.175] (II) This device may have been added with another device file.
[    33.175] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event13)
[    33.175] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    33.175] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    33.175] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    33.175] (**) ACPI Virtual Keyboard Device: always reports core events
[    33.175] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event13"
[    33.175] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[    33.175] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[    33.175] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[    33.175] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[    33.175] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 13)
[    33.175] (**) Option "xkb_rules" "evdev"
[    33.175] (**) Option "xkb_model" "pc105"
[    33.175] (**) Option "xkb_layout" "de"
[    33.175] (**) Option "xkb_variant" "deadgraveacute"
[    33.175] (**) Option "xkb_options" "lv3:ralt_switch,compose:rwin"
[    33.176] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event9)
[    33.176] (II) No input driver specified, ignoring this device.
[    33.176] (II) This device may have been added with another device file.
[    33.176] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse2)
[    33.176] (II) No input driver specified, ignoring this device.
[    33.176] (II) This device may have been added with another device file.

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2
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=19886036

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2
E: DMI_VENDOR=Sony Corporation
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=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19929538
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/SNY6001:00/input/input8
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/SNY6001:00/input/input8
E: EV=13
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-SNY6001:00
E: ID_PATH_TAG=acpi-SNY6001_00
E: KEY=1f160f0000 c00000000 10010000000000 200000000 600f00102c00 380000240300400 e000000000000 0
E: MODALIAS=input:b0010v104Dp0000e0000-e0,1,4,k71,72,73,8A,94,95,9E,A1,B7,B8,B9,CA,CB,CD,D4,E0,E1,E2,E3,ED,EE,121,168,174,1A2,1A3,1D0,1D1,1D2,1D3,1D9,1DA,1DC,1E0,1E1,1E2,1E3,1E4,ram4,lsfw
E: MSC=10
E: NAME="Sony Vaio Keys"
E: PRODUCT=10/104d/0/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20278407

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/SNY6001:00/input/input8/event8
N: input/event8
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/SNY6001:00/input/input8/event8
E: DMI_VENDOR=Sony Corporation
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-SNY6001:00
E: ID_PATH_TAG=acpi-SNY6001_00
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20290089
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
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=19889169

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0
E: DMI_VENDOR=Sony Corporation
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=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19933407
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
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=19889063

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
N: input/event1
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19934763

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5
E: EV=3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=18b0
E: ID_MODEL_ENC=18b0
E: ID_MODEL_ID=18b0
E: ID_PATH=pci-0000:00:1a.7-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_7-usb-0_2_1_0
E: ID_REVISION=0207
E: ID_SERIAL=Ricoh_co._Ltd._18b0
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Ricoh_co._Ltd.
E: ID_VENDOR_ENC=Ricoh\x20co.\x20Ltd.
E: ID_VENDOR_ID=05ca
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v05CAp18B0e0207-e0,1,kD4,ramlsfw
E: NAME="UVC Camera (05ca:18b0)"
E: PHYS="usb-0000:00:1a.7-2/button"
E: PRODUCT=3/5ca/18b0/207
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20762779

P: /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5/event5
N: input/event5
S: input/by-id/usb-Ricoh_co._Ltd._18b0-event-if00
S: input/by-path/pci-0000:00:1a.7-usb-0:2:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Ricoh_co._Ltd._18b0-event-if00 /dev/input/by-path/pci-0000:00:1a.7-usb-0:2:1.0-event
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input5/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=18b0
E: ID_MODEL_ENC=18b0
E: ID_MODEL_ID=18b0
E: ID_PATH=pci-0000:00:1a.7-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_7-usb-0_2_1_0
E: ID_REVISION=0207
E: ID_SERIAL=Ricoh_co._Ltd._18b0
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Ricoh_co._Ltd.
E: ID_VENDOR_ENC=Ricoh\x20co.\x20Ltd.
E: ID_VENDOR_ID=05ca
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20772691
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/pci0000:00/0000:00:1b.0/input/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input10
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:b0001v10ECp0262e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/10ec/262/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=21736661

P: /devices/pci0000:00/0000:00:1b.0/input/input10/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input10/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=21743549

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
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=21737358

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/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=21744901

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,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=21738140

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/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=21746829

P: /devices/platform/i8042/serio0/input/input4
E: DEVPATH=/devices/platform/i8042/serio0/input/input4
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=402000000 3803078f800d001 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,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,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=19964777

P: /devices/platform/i8042/serio0/input/input4/event4
N: input/event4
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/event4
E: DEVPATH=/devices/platform/i8042/serio0/input/input4/event4
E: DMI_VENDOR=Sony Corporation
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=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20001281
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/platform/i8042/serio1/input/input6
E: DEVPATH=/devices/platform/i8042/serio1/input/input6
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="PS/2 Mouse"
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=19965780

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
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/event6
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6
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=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19997844

P: /devices/platform/i8042/serio1/input/input6/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/input6/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=19998611

P: /devices/platform/i8042/serio1/input/input7
E: ABS=1000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input7
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:b0011v0002p0008e7321-e0,1,3,k110,111,112,145,14A,ra0,1,18,mlsfw
E: NAME="AlpsPS/2 ALPS GlidePoint"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/8/7321
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=19966627

P: /devices/platform/i8042/serio1/input/input7/event7
N: input/event7
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/event7
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event7
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=71
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20033389

P: /devices/platform/i8042/serio1/input/input7/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/input7/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=20032634

P: /devices/platform/pcspkr/input/input3
E: DEVPATH=/devices/platform/pcspkr/input/input3
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=19968351

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

P: /devices/virtual/input/input13
E: DEVPATH=/devices/virtual/input/input13
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=31205505

P: /devices/virtual/input/input13/event13
N: input/event13
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/virtual/input/input13/event13
E: DMI_VENDOR=Sony Corporation
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=31211653
E: XKBLAYOUT=de
E: XKBMODEL=pc105
E: XKBOPTIONS=lv3:ralt_switch,compose:rwin
E: XKBVARIANT=deadgraveacute

P: /devices/virtual/input/input9
E: DEVPATH=/devices/virtual/input/input9
E: EV=7
E: ID_INPUT=1
E: KEY=40000 0 0 0 0
E: MODALIAS=input:b0010v104Dp0000e0000-e0,1,2,k112,r8,amlsfw
E: NAME="Sony Vaio Jogdial"
E: PRODUCT=10/104d/0/0
E: PROP=0
E: REL=100
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20265307

P: /devices/virtual/input/input9/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/virtual/input/input9/event9
E: ID_INPUT=1
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20271518

P: /devices/virtual/input/input9/mouse2
N: input/mouse2
E: DEVNAME=/dev/input/mouse2
E: DEVPATH=/devices/virtual/input/input9/mouse2
E: ID_INPUT=1
E: MAJOR=13
E: MINOR=34
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=20271047


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.547592] Linux agpgart interface v0.103
[    0.547799] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    0.547970] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.550042] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    0.550263] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    1.462854] [drm] Initialized drm 1.1.0 20060810
[    1.514904] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.514962] [drm] Driver supports precise vblank timestamp query.
[    1.570574] [drm] GMBUS timed out, falling back to bit banging on pin 3 [i915 gmbus panel]
[    1.992403] fbcon: inteldrmfb (fb0) is primary device
[    1.993956] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync)
[    2.519378] fb0: inteldrmfb frame buffer device
[    2.519380] drm: registered panic notifier
[    2.556439] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


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

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

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                                  2.13-27
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.4-1

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



Reply to: