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

Bug#614600: xserver-xorg-input-synaptics: lost tapping after upgrade to 1.3.99.901-1



Package: xserver-xorg-input-synaptics
Version: 1.3.99.901-1
Severity: important

I can't tap anymore.
Since my computer only has left button separated, i can use middle and right
buttons only with tapping, meaning that they are not available for me at the
current moment.

Bye


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun 25  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1917984 Feb 20 06:00 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4905 Nov 24 16:03 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
#	Load	"dri"
	load	"dri2"
	Load	"extmod"
	Load	"freetype"
	Load	"int10"

	Load	"synaptics"
	Load	"glx"
	Load	"vbe"
#	Load	"dbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
	#Option		"XkbOptions"	"lv3:rwin_switch,apple:badmap,compose:KP_Enter,terminate:ctrl_alt_bksp"
	Option		"XkbOptions"	"lv3:rwin_switch,apple:goodmap,compose:KP_Enter,terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

#Section "InputDevice"
#	Identifier "Joystick"
#	Driver "joystick"
#	Option "Device" "/dev/input/js0"
#	Option "Protocol" "ImPS/2"
#	Option "Buttons" "0"
#	Option "SendCoreEvents"
#EndSection

Section "InputDevice"
	Identifier      "Synaptics Touchpad"
	Driver          "synaptics"
#	Option          "SendCoreEvents"        "true"
	Option          "Device"                "/dev/input/mice"
	Option          "Emulate3Buttons"       "true"
#	Option          "Protocol"              "auto-dev"
	Option          "LeftEdge"              "0"
	Option          "RightEdge"             "1200"
	Option          "TopEdge"               "0"
	Option          "BottomEdge"            "645"
	Option          "MinSpeed"              "0.4"
	Option          "MaxSpeed"              "2.5"
	Option          "AccelFactor"           "0.15"
#	Option          "FingerLow"             "5"
#	Option          "FingerHigh"            "15"
#	Option          "MaxTapMove"            "20"
#	Option          "MaxTapTime"            "100"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"
        Option          "TapButton3"            "3"

	Option          "HorizScrollDelta"      "50"
	Option          "HorizTwoFingerScroll"  "1"

	Option          "VertScrollDelta"       "30"
	Option          "VertTwoFingerScroll"   "1"
	Option		"Sensitivity"		"4"
#	Option          "SHMConfig"             "on"
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver "intel"
#	Driver "vesa"
#	Option "TexturedVideo" "on"	
	BusID		"PCI:0:2:0"

#	Option      "DRI"                   "True"
	Option      "DRI2"                  "True"
#	Option      "NoDDC"                  "True"
#	Option      "XAANoOffscreenPixmaps"  "True"
#	Option "XAANoOffscreenPixmaps"
#	Option      "EnablePageFlip"         "True"
	Option      "RenderAccel"            "True"
#	Option      "AccelMethod"            "EXA" #"XAA"
	Option      "AccelMethod"            "UXA"
EndSection

Section "Monitor"
	Identifier	"Color LCD"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Color LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		#Virtual 2720 1700
	EndSubSection
	SubSection "Display"
		Depth		4
	EndSubSection
	SubSection "Display"
		Depth		8
	EndSubSection
	SubSection "Display"
		Depth		15
	EndSubSection
	SubSection "Display"
		Depth		16
	EndSubSection
	SubSection "Display"
		Depth		24
		#Virtual 2720 1700
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Mouse"
	InputDevice	"Synaptics Touchpad"
#	InputDevice 	"Joystick"
#	Option "AIGLX" "true"
EndSection

Section "DRI"
	Mode	0666
	Group 	"video"
EndSection

Section "Extensions"
	Option      "Composite"	"Enable"
#	Option      "RENDER"	"1"
EndSection

Section "ServerFlags"
        Option          "DontZap"               "off"
#	Option "AutoAddDevices" "False"
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 2.6.38-rc5-iside (root@numbersix) (gcc version 4.4.5 (Debian 4.4.5-12) ) #1 SMP PREEMPT Fri Feb 18 16:50:07 CET 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 22666 Dec 18 16:36 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 30353 Feb 22 15:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 79325.669] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[ 79325.669] X Protocol Version 11, Revision 0
[ 79325.669] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[ 79325.669] Current Operating System: Linux numbersix 2.6.38-rc5-iside #1 SMP PREEMPT Fri Feb 18 16:50:07 CET 2011 x86_64
[ 79325.669] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-rc5-iside root=/dev/sda4 ro
[ 79325.669] Build Date: 20 February 2011  04:48:15AM
[ 79325.669] xorg-server 2:1.9.4-3 (Cyril Brulebois <kibi@debian.org>) 
[ 79325.669] Current version of pixman: 0.21.4
[ 79325.669] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 79325.669] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 79325.669] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 22 15:01:01 2011
[ 79325.693] (==) Using config file: "/etc/X11/xorg.conf"
[ 79325.693] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 79325.714] (==) ServerLayout "Default Layout"
[ 79325.714] (**) |-->Screen "Default Screen" (0)
[ 79325.714] (**) |   |-->Monitor "Color LCD"
[ 79325.714] (**) |   |-->Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
[ 79325.714] (**) |-->Input Device "Generic Keyboard"
[ 79325.714] (**) |-->Input Device "Mouse"
[ 79325.714] (**) |-->Input Device "Synaptics Touchpad"
[ 79325.714] (**) Option "DontZap" "off"
[ 79325.714] (==) Automatically adding devices
[ 79325.714] (==) Automatically enabling devices
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.716] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 79325.716] 	Entry deleted from font path.
[ 79325.723] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 79325.723] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 79325.724] 	Entry deleted from font path.
[ 79325.724] (**) FontPath set to:
	built-ins
[ 79325.724] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 79325.724] (**) Extension "Composite" is enabled
[ 79325.725] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 79325.725] (WW) Disabling Generic Keyboard
[ 79325.725] (WW) Disabling Mouse
[ 79325.725] (II) Loader magic: 0x7cfac0
[ 79325.725] (II) Module ABI versions:
[ 79325.725] 	X.Org ANSI C Emulation: 0.4
[ 79325.725] 	X.Org Video Driver: 8.0
[ 79325.725] 	X.Org XInput driver : 11.0
[ 79325.725] 	X.Org Server Extension : 4.0
[ 79325.727] (--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020e0/8
[ 79325.727] (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 rev 3, Mem @ 0x90300000/524288
[ 79325.727] (II) Open ACPI successful (/var/run/acpid.socket)
[ 79325.727] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 79325.727] (II) "dbe" will be loaded by default.
[ 79325.727] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 79325.727] (II) "record" will be loaded by default.
[ 79325.727] (II) "dri" will be loaded by default.
[ 79325.727] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 79325.727] (II) LoadModule: "i2c"
[ 79325.727] (II) Module "i2c" already built-in
[ 79325.727] (II) LoadModule: "ddc"
[ 79325.728] (II) Module "ddc" already built-in
[ 79325.728] (II) LoadModule: "dri2"
[ 79325.728] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 79325.737] (II) Module dri2: vendor="X.Org Foundation"
[ 79325.737] 	compiled for 1.9.4, module version = 1.2.0
[ 79325.737] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.737] (II) Loading extension DRI2
[ 79325.737] (II) LoadModule: "extmod"
[ 79325.737] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 79325.748] (II) Module extmod: vendor="X.Org Foundation"
[ 79325.748] 	compiled for 1.9.4, module version = 1.0.0
[ 79325.748] 	Module class: X.Org Server Extension
[ 79325.748] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.748] (II) Loading extension SELinux
[ 79325.748] (II) Loading extension MIT-SCREEN-SAVER
[ 79325.748] (II) Loading extension XFree86-VidModeExtension
[ 79325.748] (II) Loading extension XFree86-DGA
[ 79325.749] (II) Loading extension DPMS
[ 79325.749] (II) Loading extension XVideo
[ 79325.749] (II) Loading extension XVideo-MotionCompensation
[ 79325.749] (II) Loading extension X-Resource
[ 79325.749] (II) LoadModule: "int10"
[ 79325.749] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 79325.771] (II) Module int10: vendor="X.Org Foundation"
[ 79325.771] 	compiled for 1.9.4, module version = 1.0.0
[ 79325.771] 	ABI class: X.Org Video Driver, version 8.0
[ 79325.771] (II) LoadModule: "synaptics"
[ 79325.771] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 79325.815] (II) Module synaptics: vendor="X.Org Foundation"
[ 79325.816] 	compiled for 1.9.4, module version = 1.3.99
[ 79325.816] 	Module class: X.Org XInput Driver
[ 79325.816] 	ABI class: X.Org XInput driver, version 11.0
[ 79325.816] (II) LoadModule: "glx"
[ 79325.816] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 79325.875] (II) Module glx: vendor="X.Org Foundation"
[ 79325.875] 	compiled for 1.9.4, module version = 1.0.0
[ 79325.875] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.875] (==) AIGLX enabled
[ 79325.875] (II) Loading extension GLX
[ 79325.876] (II) LoadModule: "vbe"
[ 79325.877] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 79325.899] (II) Module vbe: vendor="X.Org Foundation"
[ 79325.900] 	compiled for 1.9.4, module version = 1.1.0
[ 79325.900] 	ABI class: X.Org Video Driver, version 8.0
[ 79325.900] (II) LoadModule: "dbe"
[ 79325.900] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 79325.901] (II) Module dbe: vendor="X.Org Foundation"
[ 79325.901] 	compiled for 1.9.4, module version = 1.0.0
[ 79325.901] 	Module class: X.Org Server Extension
[ 79325.901] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.901] (II) Loading extension DOUBLE-BUFFER
[ 79325.901] (II) LoadModule: "record"
[ 79325.901] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 79325.902] (II) Module record: vendor="X.Org Foundation"
[ 79325.902] 	compiled for 1.9.4, module version = 1.13.0
[ 79325.902] 	Module class: X.Org Server Extension
[ 79325.902] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.902] (II) Loading extension RECORD
[ 79325.902] (II) LoadModule: "dri"
[ 79325.903] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 79325.904] (II) Module dri: vendor="X.Org Foundation"
[ 79325.904] 	compiled for 1.9.4, module version = 1.0.0
[ 79325.904] 	ABI class: X.Org Server Extension, version 4.0
[ 79325.904] (II) Loading extension XFree86-DRI
[ 79325.904] (II) LoadModule: "intel"
[ 79325.904] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 79325.927] (II) Module intel: vendor="X.Org Foundation"
[ 79325.927] 	compiled for 1.9.4, module version = 2.14.0
[ 79325.927] 	Module class: X.Org Video Driver
[ 79325.927] 	ABI class: X.Org Video Driver, version 8.0
[ 79325.927] (II) LoadModule: "synaptics"
[ 79325.927] (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 79325.927] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[ 79325.928] (++) using VT number 8

[ 79325.964] drmOpenDevice: node name is /dev/dri/card0
[ 79325.964] drmOpenDevice: open result is 9, (OK)
[ 79325.965] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 79325.965] drmOpenDevice: node name is /dev/dri/card0
[ 79325.965] drmOpenDevice: open result is 9, (OK)
[ 79325.965] drmOpenByBusid: drmOpenMinor returns 9
[ 79325.965] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 79325.965] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[ 79325.965] (==) intel(0): RGB weight 888
[ 79325.965] (==) intel(0): Default visual is TrueColor
[ 79325.965] (**) intel(0): Option "AccelMethod" "UXA"
[ 79325.965] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[ 79325.965] (--) intel(0): Chipset: "945GM"
[ 79325.965] (**) intel(0): Tiling enabled
[ 79325.965] (**) intel(0): SwapBuffers wait enabled
[ 79325.965] (==) intel(0): video overlay key set to 0x101fe
[ 79325.965] (II) intel(0): Output LVDS1 using monitor section Color LCD
[ 79325.989] (II) intel(0): Output VGA1 has no monitor section
[ 79326.005] (II) intel(0): Output DVI1 has no monitor section
[ 79326.278] (II) intel(0): Output TV1 has no monitor section
[ 79326.278] (II) intel(0): EDID for output LVDS1
[ 79326.278] (II) intel(0): Manufacturer: APP  Model: 9c5e  Serial#: 0
[ 79326.278] (II) intel(0): Year: 2006  Week: 9
[ 79326.278] (II) intel(0): EDID Version: 1.3
[ 79326.278] (II) intel(0): Digital Display Input
[ 79326.278] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 19
[ 79326.278] (II) intel(0): Gamma: 2.20
[ 79326.278] (II) intel(0): No DPMS capabilities specified
[ 79326.278] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[ 79326.278] (II) intel(0): First detailed timing is preferred mode
[ 79326.278] (II) intel(0): redX: 0.622 redY: 0.346   greenX: 0.333 greenY: 0.528
[ 79326.278] (II) intel(0): blueX: 0.164 blueY: 0.162   whiteX: 0.312 whiteY: 0.329
[ 79326.278] (II) intel(0): Manufacturer's mask: 0
[ 79326.278] (II) intel(0): Supported detailed timing:
[ 79326.279] (II) intel(0): clock: 71.0 MHz   Image Size:  286 x 178 mm
[ 79326.279] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
[ 79326.279] (II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
[ 79326.279] (II) intel(0): Unknown vendor-specific block 1
[ 79326.279] (II) intel(0):  N133I1-L01
[ 79326.279] (II) intel(0): Monitor name: Color LCD
[ 79326.279] (II) intel(0): EDID (in hex):
[ 79326.279] (II) intel(0): 	00ffffffffffff0006105e9c00000000
[ 79326.279] (II) intel(0): 	09100103801d13780a65219f5855872a
[ 79326.279] (II) intel(0): 	29505400000001010101010101010101
[ 79326.279] (II) intel(0): 	010101010101bc1b00a0502017303020
[ 79326.279] (II) intel(0): 	36001eb2100000180000000100061020
[ 79326.279] (II) intel(0): 	00000000000000000a20000000fe004e
[ 79326.279] (II) intel(0): 	31333349312d4c30310a2020000000fc
[ 79326.279] (II) intel(0): 	00436f6c6f72204c43440a2020200061
[ 79326.279] (II) intel(0): EDID vendor "APP", prod id 40030
[ 79326.279] (II) intel(0): Printing DDC gathered Modelines:
[ 79326.279] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 79326.280] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 79326.280] (II) intel(0): Printing probed modes for output LVDS1
[ 79326.280] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 79326.280] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 79326.280] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 79326.280] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[ 79326.280] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 79326.304] (II) intel(0): EDID for output VGA1
[ 79326.320] (II) intel(0): EDID for output DVI1
[ 79326.583] (II) intel(0): EDID for output TV1
[ 79326.583] (II) intel(0): Output LVDS1 connected
[ 79326.583] (II) intel(0): Output VGA1 disconnected
[ 79326.583] (II) intel(0): Output DVI1 disconnected
[ 79326.583] (II) intel(0): Output TV1 disconnected
[ 79326.583] (II) intel(0): Using exact sizes for initial modes
[ 79326.583] (II) intel(0): Output LVDS1 using initial mode 1280x800
[ 79326.583] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 79326.583] (II) intel(0): Kernel page flipping support detected, enabling
[ 79326.583] (**) intel(0): Display dimensions: (290, 190) mm
[ 79326.583] (**) intel(0): DPI set to (112, 106)
[ 79326.583] (II) Loading sub module "fb"
[ 79326.583] (II) LoadModule: "fb"
[ 79326.584] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 79326.618] (II) Module fb: vendor="X.Org Foundation"
[ 79326.618] 	compiled for 1.9.4, module version = 1.0.0
[ 79326.618] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 79326.618] (==) Depth 24 pixmap format is 32 bpp
[ 79326.618] (==) intel(0): VideoRam: 262144 KB
[ 79326.619] (II) intel(0): [DRI2] Setup complete
[ 79326.619] (II) intel(0): [DRI2]   DRI driver: i915
[ 79326.619] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
[ 79326.645] (II) UXA(0): Driver registered support for the following operations:
[ 79326.645] (II)         solid
[ 79326.645] (II)         copy
[ 79326.645] (II)         composite (RENDER acceleration)
[ 79326.645] (II)         put_image
[ 79326.645] (II)         get_image
[ 79326.645] (==) intel(0): Backing store disabled
[ 79326.645] (==) intel(0): Silken mouse enabled
[ 79326.646] (II) intel(0): Initializing HW Cursor
[ 79326.678] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 79326.678] (**) intel(0): DPMS enabled
[ 79326.678] (==) intel(0): Intel XvMC decoder disabled
[ 79326.678] (II) intel(0): Set up textured video
[ 79326.678] (II) intel(0): Set up overlay video
[ 79326.678] (II) intel(0): direct rendering: DRI2 Enabled
[ 79326.678] (WW) intel(0): Option "DRI2" is not used
[ 79326.678] (WW) intel(0): Option "RenderAccel" is not used
[ 79326.679] (==) intel(0): hotplug detection: "enabled"
[ 79326.679] (--) RandR disabled
[ 79326.679] (II) Initializing built-in extension Generic Event Extension
[ 79326.679] (II) Initializing built-in extension SHAPE
[ 79326.679] (II) Initializing built-in extension MIT-SHM
[ 79326.679] (II) Initializing built-in extension XInputExtension
[ 79326.679] (II) Initializing built-in extension XTEST
[ 79326.679] (II) Initializing built-in extension BIG-REQUESTS
[ 79326.679] (II) Initializing built-in extension SYNC
[ 79326.679] (II) Initializing built-in extension XKEYBOARD
[ 79326.679] (II) Initializing built-in extension XC-MISC
[ 79326.679] (II) Initializing built-in extension XINERAMA
[ 79326.679] (II) Initializing built-in extension XFIXES
[ 79326.679] (II) Initializing built-in extension RENDER
[ 79326.679] (II) Initializing built-in extension RANDR
[ 79326.679] (II) Initializing built-in extension COMPOSITE
[ 79326.679] (II) Initializing built-in extension DAMAGE
[ 79326.680] (II) SELinux: Disabled on system
[ 79326.715] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 79326.715] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 79326.715] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 79326.715] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 79326.715] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 79326.715] (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
[ 79326.715] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 79326.716] (II) intel(0): Setting screen physical size to 338 x 211
[ 79327.071] (**) Option "Device" "/dev/input/mice"
[ 79327.074] (--) Synaptics Touchpad: invalid x-axis range.  defaulting to 1615 - 5685
[ 79327.074] (--) Synaptics Touchpad: invalid y-axis range.  defaulting to 1729 - 4171
[ 79327.074] (--) Synaptics Touchpad: invalid pressure range.  defaulting to 0 - 256
[ 79327.074] (--) Synaptics Touchpad: invalid finger width range.  defaulting to 0 - 16
[ 79327.074] (**) Option "LeftEdge" "0"
[ 79327.074] (**) Option "RightEdge" "1200"
[ 79327.074] (**) Option "TopEdge" "0"
[ 79327.074] (**) Option "BottomEdge" "645"
[ 79327.074] (**) Option "VertScrollDelta" "30"
[ 79327.074] (**) Option "HorizScrollDelta" "50"
[ 79327.074] (**) Option "VertTwoFingerScroll" "1"
[ 79327.074] (**) Option "HorizTwoFingerScroll" "1"
[ 79327.074] (**) Option "TapButton1" "1"
[ 79327.074] (**) Option "TapButton2" "2"
[ 79327.074] (**) Option "TapButton3" "3"
[ 79327.074] (**) Option "MinSpeed" "0.4"
[ 79327.074] (**) Option "MaxSpeed" "2.5"
[ 79327.074] (**) Option "AccelFactor" "0.15"
[ 79327.096] (EE) Query no Synaptics: 6003C8
[ 79327.096] (--) Synaptics Touchpad: no supported touchpad found
[ 79327.096] (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
[ 79327.109] (EE) PreInit returned NULL for "Synaptics Touchpad"
[ 79327.160] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 79327.161] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 79327.161] (II) LoadModule: "evdev"
[ 79327.161] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 79327.161] (II) Module evdev: vendor="X.Org Foundation"
[ 79327.161] 	compiled for 1.9.4, module version = 2.6.0
[ 79327.161] 	Module class: X.Org XInput Driver
[ 79327.161] 	ABI class: X.Org XInput driver, version 11.0
[ 79327.161] (**) Power Button: always reports core events
[ 79327.161] (**) Power Button: Device: "/dev/input/event3"
[ 79327.166] (--) Power Button: Found keys
[ 79327.166] (II) Power Button: Configuring as keyboard
[ 79327.166] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 79327.166] (**) Option "xkb_rules" "evdev"
[ 79327.166] (**) Option "xkb_model" "pc105"
[ 79327.166] (**) Option "xkb_layout" "it"
[ 79327.166] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.248] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 79327.248] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 79327.248] (**) Video Bus: always reports core events
[ 79327.248] (**) Video Bus: Device: "/dev/input/event4"
[ 79327.253] (--) Video Bus: Found keys
[ 79327.253] (II) Video Bus: Configuring as keyboard
[ 79327.253] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 79327.253] (**) Option "xkb_rules" "evdev"
[ 79327.253] (**) Option "xkb_model" "pc105"
[ 79327.253] (**) Option "xkb_layout" "it"
[ 79327.253] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.261] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 79327.261] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 79327.261] (**) Power Button: always reports core events
[ 79327.262] (**) Power Button: Device: "/dev/input/event1"
[ 79327.269] (--) Power Button: Found keys
[ 79327.269] (II) Power Button: Configuring as keyboard
[ 79327.269] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 79327.269] (**) Option "xkb_rules" "evdev"
[ 79327.269] (**) Option "xkb_model" "pc105"
[ 79327.269] (**) Option "xkb_layout" "it"
[ 79327.269] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.270] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 79327.270] (II) No input driver/identifier specified (ignoring)
[ 79327.271] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 79327.271] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 79327.271] (**) Sleep Button: always reports core events
[ 79327.271] (**) Sleep Button: Device: "/dev/input/event2"
[ 79327.277] (--) Sleep Button: Found keys
[ 79327.277] (II) Sleep Button: Configuring as keyboard
[ 79327.277] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 79327.277] (**) Option "xkb_rules" "evdev"
[ 79327.277] (**) Option "xkb_model" "pc105"
[ 79327.277] (**) Option "xkb_layout" "it"
[ 79327.277] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.298] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event6)
[ 79327.298] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[ 79327.298] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[ 79327.298] (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event6"
[ 79327.305] (--) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[ 79327.305] (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[ 79327.305] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
[ 79327.305] (**) Option "xkb_rules" "evdev"
[ 79327.305] (**) Option "xkb_model" "pc105"
[ 79327.305] (**) Option "xkb_layout" "it"
[ 79327.305] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.306] (II) config/udev: Adding input device appletouch (/dev/input/event7)
[ 79327.306] (**) appletouch: Applying InputClass "evdev touchpad catchall"
[ 79327.306] (**) appletouch: Applying InputClass "touchpad catchall"
[ 79327.306] (**) Option "Device" "/dev/input/event7"
[ 79327.343] (--) appletouch: x-axis range 0 - 1215
[ 79327.343] (--) appletouch: y-axis range 0 - 575
[ 79327.343] (--) appletouch: pressure range 0 - 300
[ 79327.343] (--) appletouch: buttons: left double triple
[ 79327.343] (--) appletouch: invalid finger width range.  defaulting to 0 - 16
[ 79327.372] (--) appletouch: touchpad found
[ 79327.372] (**) appletouch: always reports core events
[ 79327.388] (II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD)
[ 79327.388] (**) appletouch: (accel) MinSpeed is now constant deceleration 2.5
[ 79327.388] (**) appletouch: MaxSpeed is now 1.75
[ 79327.388] (**) appletouch: AccelFactor is now 0.149
[ 79327.388] (**) appletouch: (accel) keeping acceleration scheme 1
[ 79327.388] (**) appletouch: (accel) acceleration profile 1
[ 79327.388] (**) appletouch: (accel) acceleration factor: 2.000
[ 79327.388] (**) appletouch: (accel) acceleration threshold: 4
[ 79327.412] (--) appletouch: touchpad found
[ 79327.412] (II) config/udev: Adding input device appletouch (/dev/input/mouse0)
[ 79327.412] (**) appletouch: Applying InputClass "touchpad catchall"
[ 79327.412] (**) Option "Device" "/dev/input/mouse0"
[ 79327.420] (--) appletouch: invalid x-axis range.  defaulting to 1615 - 5685
[ 79327.420] (--) appletouch: invalid y-axis range.  defaulting to 1729 - 4171
[ 79327.420] (--) appletouch: invalid pressure range.  defaulting to 0 - 256
[ 79327.420] (--) appletouch: invalid finger width range.  defaulting to 0 - 16
[ 79327.441] (EE) Query no Synaptics: 6003C8
[ 79327.441] (--) appletouch: no supported touchpad found
[ 79327.441] (EE) appletouch Unable to query/initialize Synaptics hardware.
[ 79327.454] (EE) PreInit returned NULL for "appletouch"
[ 79327.455] (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event8)
[ 79327.455] (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall"
[ 79327.455] (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
[ 79327.455] (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event8"
[ 79327.462] (--) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
[ 79327.462] (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
[ 79327.462] (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
[ 79327.462] (**) Option "xkb_rules" "evdev"
[ 79327.462] (**) Option "xkb_model" "pc105"
[ 79327.462] (**) Option "xkb_layout" "it"
[ 79327.462] (**) Option "xkb_options" "lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp"
[ 79327.479] (II) config/udev: Adding input device applesmc (/dev/input/event5)
[ 79327.479] (II) No input driver/identifier specified (ignoring)
[ 79327.480] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[ 79327.480] (II) No input driver/identifier specified (ignoring)
[ 79344.452] (II) intel(0): EDID vendor "APP", prod id 40030
[ 79344.452] (II) intel(0): Printing DDC gathered Modelines:
[ 79344.452] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 79365.611] (II) intel(0): EDID vendor "APP", prod id 40030
[ 79365.611] (II) intel(0): Printing DDC gathered Modelines:
[ 79365.611] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 79895.496] (II) intel(0): EDID vendor "APP", prod id 40030
[ 79895.496] (II) intel(0): Printing DDC gathered Modelines:
[ 79895.496] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 79898.032] (II) intel(0): EDID vendor "APP", prod id 40030
[ 79898.032] (II) intel(0): Printing DDC gathered Modelines:
[ 79898.032] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 81700.391] (II) intel(0): EDID vendor "APP", prod id 40030
[ 81700.391] (II) intel(0): Printing DDC gathered Modelines:
[ 81700.391] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 81721.685] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 81732.816] (II) Open ACPI successful (/var/run/acpid.socket)
[ 81732.816] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 81732.831] (II) intel(0): EDID vendor "APP", prod id 40030
[ 81732.831] (II) intel(0): Printing DDC gathered Modelines:
[ 81732.831] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 81733.195] (--) appletouch: touchpad found
[ 81987.390] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 82016.491] (II) Open ACPI successful (/var/run/acpid.socket)
[ 82016.491] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 82016.494] (II) intel(0): EDID vendor "APP", prod id 40030
[ 82016.494] (II) intel(0): Printing DDC gathered Modelines:
[ 82016.494] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 82016.850] (--) appletouch: touchpad found
[ 82016.963] (II) intel(0): EDID vendor "APP", prod id 40030
[ 82016.963] (II) intel(0): Printing DDC gathered Modelines:
[ 82016.963] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Apple Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Apple Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Apple Inc.

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp
E: DMI_VENDOR=Apple Inc.

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6/event6
N: input/event6
S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Apple_Computer
E: ID_VENDOR_ENC=Apple\x20Computer
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=021b
E: ID_REVISION=0018
E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: DEVLINKS=/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-kbd
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input7/event7
N: input/event7
S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_VENDOR=Apple_Computer
E: ID_VENDOR_ENC=Apple\x20Computer
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=021b
E: ID_REVISION=0018
E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=appletouch
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
E: DEVLINKS=/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-event-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input7/mouse0
N: input/mouse0
S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input7/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_VENDOR=Apple_Computer
E: ID_VENDOR_ENC=Apple\x20Computer
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=021b
E: ID_REVISION=0018
E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=appletouch
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.1
E: DEVLINKS=/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.1-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/input/input8/event8
N: input/event8
S: input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-if02
S: input/by-path/pci-0000:00:1d.0-usb-0:2:1.2-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.2/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Apple_Computer
E: ID_VENDOR_ENC=Apple\x20Computer
E: ID_VENDOR_ID=05ac
E: ID_MODEL=Apple_Internal_Keyboard___Trackpad
E: ID_MODEL_ENC=Apple\x20Internal\x20Keyboard\x20\x2f\x20Trackpad
E: ID_MODEL_ID=021b
E: ID_REVISION=0018
E: ID_SERIAL=Apple_Computer_Apple_Internal_Keyboard___Trackpad
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:2:1.2
E: XKBMODEL=pc105
E: XKBLAYOUT=it
E: DEVLINKS=/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard___Trackpad-event-if02 /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.2-event
E: XKBOPTIONS=lv3:rwin_switch,apple:goodmap,compose:KP_Enter,compose:kp_enter,terminate:ctrl_alt_bksp

P: /devices/platform/applesmc.768/input/input5/event5
N: input/event5
S: input/by-path/platform-applesmc.768-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/applesmc.768/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-applesmc.768
E: DMI_VENDOR=Apple Inc.
E: DEVLINKS=/dev/input/by-path/platform-applesmc.768-event

P: /devices/platform/applesmc.768/input/input5/js0
N: input/js0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/applesmc.768/input/input5/js0
E: MAJOR=13
E: MINOR=0
E: DEVNAME=/dev/input/js0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-applesmc.768


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


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

Kernel: Linux 2.6.38-rc5-iside (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                         2.13-0exp1 Embedded GNU C Library: Shared lib
ii  libx11-6                      2:1.4.1-5  X11 client-side library
ii  libxi6                        2:1.4.1-1  X11 Input extension library
ii  libxtst6                      2:1.2.0-1  X11 Testing -- Record extension li
ii  xserver-xorg-core [xorg-input 2:1.9.4-3  Xorg X server - core server

xserver-xorg-input-synaptics recommends no packages.

Versions of packages xserver-xorg-input-synaptics suggests:
pn  gpointing-device-settings     <none>     (no description available)
pn  touchfreeze                   <none>     (no description available)

-- no debconf information



Reply to: