Package: xserver-xorg-core Version: 2:1.7.7-7 Severity: normal
I have a MacBook with a Synaptics touchpad, and it only has one button. I used the following XKB snippet to map some unused keyboard keys as pointer buttons 2 and 3: partial modifier_keys xkb_symbols "threebutton" { replace key <RWIN> { [ Pointer_Button2 ] }; replace key <KPEN> { [ Pointer_Button3 ] }; }; The mapping works, but leads to a strange bug which can be reproduced as follows: 1) Cause a mouse event (movement or button press) using the touchpad or touchpad button. 2) Press <RWIN> to issue a Button2 event (or <KPEN> to issue a Button3 event) 3) Use either the touchpad or an external mouse to cause any mouse event (movement or button press). When step (3) occurs, the mouse cursor will jump. The distance traveled depends on the absolute cursor position: the x-delta is probably (-0.05 * x), and the y-delta is around (-0.3 * y). I can cycle through steps (2) and (3) indefinitely, and the cursor will trace out a curve which drifts towards the upper left of the screen. Note that the bug does *not* occur if step (1) is replaced by an external mouse action. It has to be the touchpad. Also note that 'xev' does *not* show any MotionNotify events at the time the cursor jumps. Here is a snippet of the xev log which shows trackpad movement, followed by a press/release of <RWIN>, followed by a press/release of the trackpad button: --- BEGIN XEV OUTPUT --- MotionNotify event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450704136, (367,596), root:(368,597), state 0x0, is_hint 0, same_screen YES MotionNotify event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450704141, (367,598), root:(368,599), state 0x0, is_hint 0, same_screen YES MotionNotify event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450704151, (366,599), root:(367,600), state 0x0, is_hint 0, same_screen YES ButtonPress event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450705444, (366,599), root:(367,600), state 0x0, button 2, same_screen YES ButtonRelease event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450705500, (366,599), root:(367,600), state 0x200, button 2, same_screen YES ButtonPress event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450707800, (347,430), root:(348,431), state 0x0, button 1, same_screen YES ButtonRelease event, serial 28, synthetic NO, window 0x1e00001, root 0x112, subw 0x0, time 450707804, (347,430), root:(348,431), state 0x100, button 1, same_screen YES --- END XEV OUTPUT --- I spent some time dumping event information from the Synaptics driver, but I didn't see anything particularly strange... which is why I'm filing the bug against core. Paul -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server symlink status: lrwxrwxrwx 1 root root 13 Dec 29 2008 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1725256 Sep 20 08:48 /usr/bin/Xorg /var/lib/x11/xorg.conf.roster does not exist. VGA-compatible devices on PCI bus: 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) /var/lib/x11/xorg.conf.md5sum does not exist. Xorg X server configuration file status: -rw-r--r-- 1 root root 2589 Apr 7 21:14 /etc/X11/xorg.conf Contents of /etc/X11/xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" 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" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "built-ins" EndSection Section "Module" Load "extmod" Load "record" Load "glx" Load "dri2" Load "dbe" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Kernel version (/proc/version): Linux version 2.6.32-5-686 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:59:47 UTC 2010 Xorg X server log files on system: -rw-r--r-- 1 root root 14077 Apr 7 21:14 /var/log/Xorg.1.log -rw-r--r-- 1 root root 31182 Oct 1 17:08 /var/log/Xorg.0.log Contents of most recent Xorg X server log file /var/log/Xorg.0.log: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-5-686 i686 Debian Current Operating System: Linux hayt 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC 2010 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=e2e673cc-a5f2-4e34-b920-ac05a1ff6342 ro quiet Build Date: 20 September 2010 03:40:46PM xorg-server 2:1.7.7-7 (Julien Cristau <jcris...@debian.org>) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 1 17:07:54 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins, /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x81ea020 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 8 (--) PCI:*(0:0:2:0) 8086:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020e0/8 (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/524288 (II) Open ACPI successful (/var/run/acpid.socket) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale (II) Primary Device is: PCI 0...@00:02:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (II) intel(0): Output VGA1 using monitor section Monitor0 (II) intel(0): Output LVDS1 has no monitor section (II) intel(0): Output DVI1 has no monitor section (II) intel(0): Output TV1 has no monitor section (II) intel(0): EDID for output VGA1 (II) intel(0): EDID for output LVDS1 (II) intel(0): Manufacturer: APP Model: 9c5f Serial#: 0 (II) intel(0): Year: 2006 Week: 8 (II) intel(0): EDID Version: 1.3 (II) intel(0): Digital Display Input (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 18 (II) intel(0): Gamma: 2.20 (II) intel(0): No DPMS capabilities specified (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) intel(0): First detailed timing is preferred mode (II) intel(0): redX: 0.590 redY: 0.346 greenX: 0.327 greenY: 0.546 (II) intel(0): blueX: 0.160 blueY: 0.147 whiteX: 0.312 whiteY: 0.328 (II) intel(0): Manufacturer's mask: 0 (II) intel(0): Supported detailed timing: (II) intel(0): clock: 71.0 MHz Image Size: 286 x 179 mm (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0 (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0 (II) intel(0): Unknown vendor-specific block 1 (II) intel(0): LP133WX1-TLA1 (II) intel(0): Color LCD (II) intel(0): EDID (in hex): (II) intel(0): 00ffffffffffff0006105f9c00000000 (II) intel(0): 08100103801d12780a2f309758538b29 (II) intel(0): 25505400000001010101010101010101 (II) intel(0): 010101010101bc1b00a0502017303020 (II) intel(0): 36001eb3100000180000000100061020 (II) intel(0): 00000000000000000a20000000fe004c (II) intel(0): 503133335758312d544c4131000000fe (II) intel(0): 00436f6c6f72204c43440a20202000c2 (II) intel(0): Not using default mode "320x175" (doublescan mode not supported) (II) intel(0): Not using default mode "320x200" (doublescan mode not supported) (II) intel(0): Not using default mode "360x200" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) (II) intel(0): Not using default mode "1024x768" (interlace mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "416x312" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions) (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) (II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1360x768" (exceeds panel dimensions) (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1440x900" (exceeds panel dimensions) (II) intel(0): Not using default mode "720x450" (doublescan mode not supported) (II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions) (II) intel(0): Not using default mode "800x512" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1680x1050" (exceeds panel dimensions) (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking) (II) intel(0): Not using default mode "960x600" (doublescan mode not supported) (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) (II) intel(0): Printing probed modes for output LVDS1 (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz) (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (II) intel(0): EDID for output DVI1 (II) intel(0): EDID for output TV1 (II) intel(0): Output VGA1 disconnected (II) intel(0): Output LVDS1 connected (II) intel(0): Output DVI1 disconnected (II) intel(0): Output TV1 disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1280x800 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) Depth 24 pixmap format is 32 bpp (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (==) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (II) intel(0): Set up textured video (II) intel(0): Set up overlay video (II) intel(0): direct rendering: DRI2 Enabled (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE SELinux: Disabled on system, not enabling in X server (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 338 x 211 (II) config/udev: Adding input device Power Button (/dev/input/event10) (**) Power Button: Applying InputClass "evdev keyboard catchall" (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 2.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event10" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device Video Bus (/dev/input/event5) (**) Video Bus: Applying InputClass "evdev keyboard catchall" (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event5" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device Power Button (/dev/input/event8) (**) Power Button: Applying InputClass "evdev keyboard catchall" (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event8" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device Lid Switch (/dev/input/event7) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device Sleep Button (/dev/input/event9) (**) Sleep Button: Applying InputClass "evdev keyboard catchall" (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event9" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device HDA Intel Line In at Ext Left Jack (/dev/input/event6) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device HDA Intel Mic at Ext Left Jack (/dev/input/event13) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device HDA Intel HP Out at Ext Left Jack (/dev/input/event14) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0) (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall" (**) Logitech USB Receiver: always reports core events (**) Logitech USB Receiver: Device: "/dev/input/event0" (II) Logitech USB Receiver: Found 20 mouse buttons (II) Logitech USB Receiver: Found scroll wheel(s) (II) Logitech USB Receiver: Found relative axes (II) Logitech USB Receiver: Found x and y relative axes (II) Logitech USB Receiver: Configuring as mouse (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5 (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE) (II) Logitech USB Receiver: initialized for relative axes. (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1) (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall" (**) Logitech USB Receiver: always reports core events (**) Logitech USB Receiver: Device: "/dev/input/event1" (II) Logitech USB Receiver: Found 1 mouse buttons (II) Logitech USB Receiver: Found scroll wheel(s) (II) Logitech USB Receiver: Found relative axes (II) Logitech USB Receiver: Found absolute axes (II) Logitech USB Receiver: Found keys (II) Logitech USB Receiver: Configuring as mouse (II) Logitech USB Receiver: Configuring as keyboard (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5 (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (EE) Logitech USB Receiver: failed to initialize for relative axes. (II) Logitech USB Receiver: initialized for absolute axes. (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event2) (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall" (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event2" (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device appletouch (/dev/input/event12) (**) appletouch: Applying InputClass "evdev touchpad catchall" (**) appletouch: Applying InputClass "touchpad catchall" (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.6.901, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) Synaptics touchpad driver version 1.2.2 (**) Option "Device" "/dev/input/event12" (II) appletouch: x-axis range 0 - 1215 (II) appletouch: y-axis range 0 - 575 (II) appletouch: pressure range 0 - 300 (II) appletouch: finger width range 0 - 0 (II) appletouch: buttons: left double triple (--) appletouch: touchpad found (**) appletouch: always reports core events (II) XINPUT: Adding extended input device "appletouch" (type: TOUCHPAD) (**) appletouch: (accel) keeping acceleration scheme 1 (**) appletouch: (accel) acceleration profile 0 (**) appletouch: (accel) acceleration factor: 2.000 (**) appletouch: (accel) acceleration threshold: 4 (--) appletouch: touchpad found (II) config/udev: Adding input device appletouch (/dev/input/mouse2) (**) appletouch: Applying InputClass "touchpad catchall" (II) Synaptics touchpad driver version 1.2.2 appletouch no synaptics event device found (**) Option "Device" "/dev/input/mouse2" Query no Synaptics: 6003C8 (--) appletouch: no supported touchpad found (EE) appletouch Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input device "appletouch" (II) UnloadModule: "synaptics" (II) config/udev: Adding input device Apple Computer Apple Internal Keyboard / Trackpad (/dev/input/event3) (**) Apple Computer Apple Internal Keyboard / Trackpad: Applying InputClass "evdev keyboard catchall" (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3" (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "pc104" (**) Option "xkb_layout" "us" (II) config/udev: Adding input device applesmc (/dev/input/event4) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device applesmc (/dev/input/js0) (II) No input driver/identifier specified (ignoring) (II) config/udev: Adding input device PC Speaker (/dev/input/event11) (II) No input driver/identifier specified (ignoring) (II) AIGLX: Suspending AIGLX clients for VT switch (II) Open ACPI successful (/var/run/acpid.socket) (II) AIGLX: Resuming AIGLX clients after VT switch (II) intel(0): No memory allocations (II) intel(0): EDID vendor "APP", prod id 40031 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz) (--) appletouch: touchpad found (II) Power Button: Device reopened after 1 attempts. (II) Video Bus: Device reopened after 1 attempts. (II) Power Button: Device reopened after 1 attempts. (II) Sleep Button: Device reopened after 1 attempts. (II) Logitech USB Receiver: Device reopened after 1 attempts. (II) Logitech USB Receiver: Device reopened after 1 attempts. (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts. (II) Apple Computer Apple Internal Keyboard / Trackpad: Device reopened after 1 attempts. (II) intel(0): EDID vendor "APP", prod id 40031 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz) (II) intel(0): EDID vendor "APP", prod id 40031 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz) (II) intel(0): EDID vendor "APP", prod id 40031 (II) intel(0): Printing DDC gathered Modelines: (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/input10/event10 N: input/event10 S: char/13:74 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event10 E: SUBSYSTEM=input E: DEVNAME=input/event10 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=74 E: DEVLINKS=/dev/char/13:74 E: DMI_VENDOR=Apple Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5 N: input/event5 S: char/13:69 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5 E: SUBSYSTEM=input E: DEVNAME=input/event5 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=69 E: DEVLINKS=/dev/char/13:69 E: DMI_VENDOR=Apple Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event8 N: input/event8 S: char/13:72 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8/event8 E: SUBSYSTEM=input E: DEVNAME=input/event8 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=72 E: DEVLINKS=/dev/char/13:72 E: DMI_VENDOR=Apple Inc. P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7/event7 N: input/event7 S: char/13:71 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7/event7 E: SUBSYSTEM=input E: DEVNAME=input/event7 E: ID_INPUT=1 E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=71 E: DEVLINKS=/dev/char/13:71 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event9 N: input/event9 S: char/13:73 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event9 E: SUBSYSTEM=input E: DEVNAME=input/event9 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=73 E: DEVLINKS=/dev/char/13:73 E: DMI_VENDOR=Apple Inc. P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event6 N: input/event6 S: char/13:70 E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event6 E: SUBSYSTEM=input E: DEVNAME=input/event6 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=70 E: DEVLINKS=/dev/char/13:70 E: TAGS=:udev-acl: P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event13 N: input/event13 S: char/13:77 E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event13 E: SUBSYSTEM=input E: DEVNAME=input/event13 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=77 E: DEVLINKS=/dev/char/13:77 E: TAGS=:udev-acl: P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event14 N: input/event14 S: char/13:78 E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event14 E: SUBSYSTEM=input E: DEVNAME=input/event14 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=78 E: DEVLINKS=/dev/char/13:78 E: TAGS=:udev-acl: P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0/event0 N: input/event0 S: char/13:64 S: input/by-id/usb-Logitech_USB_Receiver-event-mouse S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0/event0 E: SUBSYSTEM=input E: DEVNAME=input/event0 E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c526 E: ID_REVISION=0500 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_BUS=usb E: ID_USB_INTERFACES=:030102:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_DRIVER=usbhid E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: MAJOR=13 E: MINOR=64 E: DEVLINKS=/dev/char/13:64 /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0/mouse0 N: input/mouse0 S: char/13:32 S: input/by-id/usb-Logitech_USB_Receiver-mouse S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input0/mouse0 E: SUBSYSTEM=input E: DEVNAME=input/mouse0 E: ID_INPUT=1 E: ID_INPUT_MOUSE=1 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c526 E: ID_REVISION=0500 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_BUS=usb E: ID_USB_INTERFACES=:030102:030000: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_DRIVER=usbhid E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: MAJOR=13 E: MINOR=32 E: DEVLINKS=/dev/char/13:32 /dev/input/by-id/usb-Logitech_USB_Receiver-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input1/event1 N: input/event1 S: char/13:65 S: input/by-id/usb-Logitech_USB_Receiver-event-if01 S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event E: UDEV_LOG=3 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input1/event1 E: SUBSYSTEM=input E: DEVNAME=input/event1 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c526 E: ID_REVISION=0500 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_BUS=usb E: ID_USB_INTERFACES=:030102:030000: E: ID_USB_INTERFACE_NUM=01 E: ID_USB_DRIVER=usbhid E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.1 E: XKBMODEL=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=65 E: DEVLINKS=/dev/char/13:65 /dev/input/by-id/usb-Logitech_USB_Receiver-event-if01 /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input2/event2 N: input/event2 S: char/13:66 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/input2/event2 E: SUBSYSTEM=input E: DEVNAME=input/event2 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=021a E: ID_REVISION=0013 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=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=66 E: DEVLINKS=/dev/char/13:66 /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 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input12/event12 N: input/event12 S: char/13:76 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/input12/event12 E: SUBSYSTEM=input E: DEVNAME=input/event12 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=021a E: ID_REVISION=0013 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: x11_driver=synaptics E: x11_options.VertEdgeScroll=false E: x11_options.VertTwoFingerScroll=true E: x11_options.HorizTwoFingerScroll=true E: MAJOR=13 E: MINOR=76 E: DEVLINKS=/dev/char/13:76 /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/input12/mouse2 N: input/mouse2 S: char/13:34 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/input12/mouse2 E: SUBSYSTEM=input E: DEVNAME=input/mouse2 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=021a E: ID_REVISION=0013 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: MAJOR=13 E: MINOR=34 E: DEVLINKS=/dev/char/13:34 /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/input3/event3 N: input/event3 S: char/13:67 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/input3/event3 E: SUBSYSTEM=input E: DEVNAME=input/event3 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=021a E: ID_REVISION=0013 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=pc104 E: XKBLAYOUT=us E: MAJOR=13 E: MINOR=67 E: DEVLINKS=/dev/char/13:67 /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 P: /devices/platform/applesmc.768/input/input13/event4 N: input/event4 S: char/13:68 S: input/by-path/platform-applesmc.768-event E: UDEV_LOG=3 E: DEVPATH=/devices/platform/applesmc.768/input/input13/event4 E: SUBSYSTEM=input E: DEVNAME=input/event4 E: ID_INPUT=1 E: ID_PATH=platform-applesmc.768 E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=68 E: DEVLINKS=/dev/char/13:68 /dev/input/by-path/platform-applesmc.768-event P: /devices/platform/applesmc.768/input/input13/js0 N: input/js0 S: char/13:0 E: UDEV_LOG=3 E: DEVPATH=/devices/platform/applesmc.768/input/input13/js0 E: SUBSYSTEM=input E: DEVNAME=input/js0 E: ID_INPUT=1 E: ID_PATH=platform-applesmc.768 E: MAJOR=13 E: MINOR=0 E: DEVLINKS=/dev/char/13:0 P: /devices/platform/pcspkr/input/input11/event11 N: input/event11 S: char/13:75 S: input/by-path/platform-pcspkr-event-spkr E: UDEV_LOG=3 E: DEVPATH=/devices/platform/pcspkr/input/input11/event11 E: SUBSYSTEM=input E: DEVNAME=input/event11 E: ID_INPUT=1 E: ID_SERIAL=noserial E: ID_PATH=platform-pcspkr E: DMI_VENDOR=Apple Inc. E: MAJOR=13 E: MINOR=75 E: DEVLINKS=/dev/char/13:75 /dev/input/by-path/platform-pcspkr-event-spkr DRM Information from dmesg: -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xserver-xorg-core depends on: ii keyboard-configuration 1.51 system-wide keyboard preferences ii libaudit0 1.7.13-1+b2 Dynamic library for security audit ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libdrm2 2.4.21-2 Userspace interface to kernel DRM ii libgcrypt11 1.4.5-2 LGPL Crypto library - runtime libr ii libpciaccess0 0.12.0-1 Generic PCI access library for X ii libpixman-1-0 0.16.4-1 pixel-manipulation library for X a ii libselinux1 2.0.94-1 SELinux runtime shared libraries ii libudev0 160-1 libudev shared library ii libxau6 1:1.0.5-2 X11 authorisation library ii libxdmcp6 1:1.0.3-2 X11 Display Manager Control Protoc ii libxfont1 1:1.4.2-1 X11 font rasterisation library ii udev 157-1 /dev/ and hotplug management daemo ii xserver-common 2:1.8.99.905-1 common files used by various X ser ii xserver-xorg 1:7.5+7 the X.Org X server Versions of packages xserver-xorg-core recommends: ii libgl1-mesa-dri 7.7.1-3 A free implementation of the OpenG Versions of packages xserver-xorg-core suggests: pn xfonts-100dpi | xfonts-75dpi <none> (no description available) pn xfonts-scalable <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org