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


Relevant part from xorg.conf:
Section "InputDevice"
        Identifier      "SynPS/2 Synaptics TouchPad"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Buttons"               "10"
        Option          "ZaxisMapping"          "4 5 6 7"
        Option          "Protocol"              "auto-dev"
        Option          "TapButton1"    "1"
        Option          "VertEdgeScroll"        "true"
        Option          "HorizEdgeScroll"       "true"
        Option          "RTCornerButton"        "2"

Relevant part from xorg.log:
[102923.090] (--) SynPS/2 Synaptics TouchPad auto-dev sets device to 
/dev/input/event10
[102923.100] (**) Option "Device" "/dev/input/event10"
[102923.120] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[102923.120] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[102923.120] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[102923.120] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[102923.120] (--) SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
[102923.120] (**) Option "VertEdgeScroll" "true"
[102923.120] (**) Option "HorizEdgeScroll" "true"
[102923.120] (**) Option "RTCornerButton" "2"
[102923.120] (**) Option "TapButton1" "1"
[102923.140] (--) SynPS/2 Synaptics TouchPad: touchpad found
[102923.140] (**) Option "CorePointer"
[102923.140] (**) SynPS/2 Synaptics TouchPad: always reports core events
[102923.150] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics 
TouchPad" (type: TOUCHPAD)
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant 
deceleration 2.5
[102923.150] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[102923.150] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration 
scheme 1
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[102923.170] (--) SynPS/2 Synaptics TouchPad: touchpad found
[102923.188] (II) config/udev: Adding input device Power Button 
(/dev/input/event4)

Output from synclient:
synclient | grep -e '\(TapButton\|Horiz\)'
    HorizScrollDelta        = 100
    HorizEdgeScroll         = 0
    HorizTwoFingerScroll    = 0
    TapButton1              = 0
    TapButton2              = 2
    TapButton3              = 0

TapButton1 and HorizEdgeScroll are disabled in X, but enabled in xorg.conf
and logged in Xorg.log.

Both options can be enabled using synclient.

The same bug is in experimental.

Reinhard

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jan 24  2009 /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 GM965/GL960 
Integrated Graphics Controller (primary) [8086:2a02] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 1796 Feb 21 13:22 /etc/X11/xorg.conf

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

Section "Files"
        FontPath        "/usr/local/share/dosemu/Xfonts"
EndSection

Section "ServerFlags"
        Option          "DontZap"       "off"
EndSection

Section "InputDevice"
        Identifier      "SynPS/2 Synaptics TouchPad"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Buttons"               "10"
        Option          "ZaxisMapping"          "4 5 6 7"
        Option          "Protocol"              "auto-dev"
        Option          "TapButton1"    "1"
        Option          "VertEdgeScroll"        "true"
        Option          "HorizEdgeScroll"       "true"
        Option          "RTCornerButton"        "2"
#       Option          "LTCornerButton"        "1"
#       Option          "TapButton2"            "2"
#       Option          "ButtonMapping"         "2 3 4"
#       Option          "Device"                "/dev/input/mice"
#       Option          "SendCoreEvents"        "true"
#       Option          "LeftEdge"              "1500"
#       Option          "RightEdge"             "5400"
#       Option          "TopEdge"               "1500"
#       Option          "BottomEdge"            "4000"
#       Option          "RBCornerButton"        "0"
#       Option          "LTCornerButton"        "0"
#       Option          "LBCornerButton"        "0"
#       Option          "FingerLow"             "25"
#       Option          "FingerHigh"            "30"
#       Option          "MaxTapTime"            "180"
#       Option          "MaxTapMove"            "220"
#       Option          "VertScrollDelta"       "100"
#       Option          "CircularScrolling"     "false"
#       Option          "TapButton3"            "3"
##      Option          "MinSpeed"              "0.02"
##      Option          "MaxSpeed"              "0.18"
##      Option          "AccelFactor"           "0.0010"
#       Option          "SHMConfig"             "on"
EndSection

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.38-rc5+ (reinhard@apollon) (gcc version 4.4.5 (Debian 
4.4.5-12) ) #3 SMP Fri Feb 18 08:29:09 CET 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 38086 Feb 21 14:42 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[102921.223] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[102921.268] X Protocol Version 11, Revision 0
[102921.283] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[102921.298] Current Operating System: Linux apollon 2.6.38-rc5+ #3 SMP Fri Feb 
18 08:29:09 CET 2011 x86_64
[102921.313] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-rc5+ 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet
[102921.329] Build Date: 20 February 2011  04:48:15AM
[102921.344] xorg-server 2:1.9.4-3 (Cyril Brulebois <k...@debian.org>) 
[102921.360] Current version of pixman: 0.21.4
[102921.375]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[102921.407] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[102921.454] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 21 14:42:22 
2011
[102921.470] (==) Using config file: "/etc/X11/xorg.conf"
[102921.486] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[102921.502] (==) No Layout section.  Using the first Screen section.
[102921.502] (==) No screen section available. Using defaults.
[102921.502] (**) |-->Screen "Default Screen Section" (0)
[102921.502] (**) |   |-->Monitor "<default monitor>"
[102921.503] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[102921.503] (**) Option "DontZap" "off"
[102921.503] (==) Automatically adding devices
[102921.503] (==) Automatically enabling devices
[102921.503] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[102921.503]    Entry deleted from font path.
[102921.503] (**) FontPath set to:
        /usr/local/share/dosemu/Xfonts,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
[102921.503] (==) ModulePath set to "/usr/lib/xorg/modules"
[102921.503] (==) |-->Input Device "SynPS/2 Synaptics TouchPad"
[102921.503] (==) No Layout section. Using the first core pointer device.
[102921.503] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[102921.503] (II) Loader magic: 0x7cfac0
[102921.503] (II) Module ABI versions:
[102921.503]    X.Org ANSI C Emulation: 0.4
[102921.503]    X.Org Video Driver: 8.0
[102921.503]    X.Org XInput driver : 11.0
[102921.503]    X.Org Server Extension : 4.0
[102921.504] (--) PCI:*(0:0:2:0) 8086:2a02:10cf:13fe rev 3, Mem @ 
0xfc000000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
[102921.504] (--) PCI: (0:0:2:1) 8086:2a03:10cf:13fe rev 3, Mem @ 
0xfc100000/1048576
[102921.504] (II) Open ACPI successful (/var/run/acpid.socket)
[102921.504] (II) LoadModule: "extmod"
[102921.505] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[102921.505] (II) Module extmod: vendor="X.Org Foundation"
[102921.505]    compiled for 1.9.4, module version = 1.0.0
[102921.505]    Module class: X.Org Server Extension
[102921.505]    ABI class: X.Org Server Extension, version 4.0
[102921.505] (II) Loading extension SELinux
[102921.505] (II) Loading extension MIT-SCREEN-SAVER
[102921.505] (II) Loading extension XFree86-VidModeExtension
[102921.505] (II) Loading extension XFree86-DGA
[102921.505] (II) Loading extension DPMS
[102921.505] (II) Loading extension XVideo
[102921.505] (II) Loading extension XVideo-MotionCompensation
[102921.505] (II) Loading extension X-Resource
[102921.505] (II) LoadModule: "dbe"
[102921.505] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[102921.505] (II) Module dbe: vendor="X.Org Foundation"
[102921.505]    compiled for 1.9.4, module version = 1.0.0
[102921.505]    Module class: X.Org Server Extension
[102921.505]    ABI class: X.Org Server Extension, version 4.0
[102921.505] (II) Loading extension DOUBLE-BUFFER
[102921.505] (II) LoadModule: "glx"
[102921.506] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[102921.506] (II) Module glx: vendor="X.Org Foundation"
[102921.506]    compiled for 1.9.4, module version = 1.0.0
[102921.506]    ABI class: X.Org Server Extension, version 4.0
[102921.506] (==) AIGLX enabled
[102921.506] (II) Loading extension GLX
[102921.506] (II) LoadModule: "record"
[102921.506] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[102921.506] (II) Module record: vendor="X.Org Foundation"
[102921.506]    compiled for 1.9.4, module version = 1.13.0
[102921.506]    Module class: X.Org Server Extension
[102921.506]    ABI class: X.Org Server Extension, version 4.0
[102921.506] (II) Loading extension RECORD
[102921.506] (II) LoadModule: "dri"
[102921.506] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[102921.507] (II) Module dri: vendor="X.Org Foundation"
[102921.507]    compiled for 1.9.4, module version = 1.0.0
[102921.507]    ABI class: X.Org Server Extension, version 4.0
[102921.507] (II) Loading extension XFree86-DRI
[102921.507] (II) LoadModule: "dri2"
[102921.507] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[102921.507] (II) Module dri2: vendor="X.Org Foundation"
[102921.507]    compiled for 1.9.4, module version = 1.2.0
[102921.507]    ABI class: X.Org Server Extension, version 4.0
[102921.507] (II) Loading extension DRI2
[102921.507] (==) Matched intel as autoconfigured driver 0
[102921.507] (==) Matched vesa as autoconfigured driver 1
[102921.507] (==) Matched fbdev as autoconfigured driver 2
[102921.507] (==) Assigned the driver to the xf86ConfigLayout
[102921.507] (II) LoadModule: "intel"
[102921.507] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[102921.507] (II) Module intel: vendor="X.Org Foundation"
[102921.507]    compiled for 1.9.4, module version = 2.14.0
[102921.507]    Module class: X.Org Video Driver
[102921.507]    ABI class: X.Org Video Driver, version 8.0
[102921.507] (II) LoadModule: "vesa"
[102921.508] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[102921.508] (II) Module vesa: vendor="X.Org Foundation"
[102921.508]    compiled for 1.9.4, module version = 2.3.0
[102921.508]    Module class: X.Org Video Driver
[102921.508]    ABI class: X.Org Video Driver, version 8.0
[102921.508] (II) LoadModule: "fbdev"
[102921.508] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[102921.508] (II) Module fbdev: vendor="X.Org Foundation"
[102921.508]    compiled for 1.9.4, module version = 0.4.2
[102921.508]    ABI class: X.Org Video Driver, version 8.0
[102921.508] (II) LoadModule: "synaptics"
[102921.508] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[102921.508] (II) Module synaptics: vendor="X.Org Foundation"
[102921.508]    compiled for 1.9.4, module version = 1.3.99
[102921.508]    Module class: X.Org XInput Driver
[102921.508]    ABI class: X.Org XInput driver, version 11.0
[102921.508] (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
[102921.509] (II) VESA: driver for VESA chipsets: vesa
[102921.509] (II) FBDEV: driver for framebuffer: fbdev
[102921.509] (--) using VT number 7

[102921.560] (WW) Falling back to old probe method for vesa
[102921.561] (WW) Falling back to old probe method for fbdev
[102921.561] (II) Loading sub module "fbdevhw"
[102921.561] (II) LoadModule: "fbdevhw"
[102921.561] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[102921.561] (II) Module fbdevhw: vendor="X.Org Foundation"
[102921.561]    compiled for 1.9.4, module version = 0.0.2
[102921.561]    ABI class: X.Org Video Driver, version 8.0
[102921.561] drmOpenDevice: node name is /dev/dri/card0
[102921.561] drmOpenDevice: open result is 9, (OK)
[102921.561] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[102921.561] drmOpenDevice: node name is /dev/dri/card0
[102921.561] drmOpenDevice: open result is 9, (OK)
[102921.561] drmOpenByBusid: drmOpenMinor returns 9
[102921.561] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[102921.561] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[102921.561] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[102921.562] (==) intel(0): RGB weight 888
[102921.562] (==) intel(0): Default visual is TrueColor
[102921.562] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[102921.562] (--) intel(0): Chipset: "965GM"
[102921.562] (**) intel(0): Tiling enabled
[102921.562] (**) intel(0): SwapBuffers wait enabled
[102921.562] (==) intel(0): video overlay key set to 0x101fe
[102921.562] (II) intel(0): Output LVDS1 has no monitor section
[102921.562] (II) intel(0): found backlight control interface 
/sys/class/backlight/acpi_video0
[102921.600] (II) intel(0): Output VGA1 has no monitor section
[102921.616] (II) intel(0): Output DVI1 has no monitor section
[102921.997] (II) intel(0): Output TV1 has no monitor section
[102921.997] (II) intel(0): EDID for output LVDS1
[102921.998] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "640x480" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "896x672" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "928x696" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "720x450" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "800x512" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "960x540" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "960x600" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x175" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x200" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "360x200" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[102921.998] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "512x384i" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1280x960" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "640x480" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1280x960" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "640x480" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1280x1024" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1280x1024" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1280x1024" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1600x1200" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1600x1200" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1600x1200" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1600x1200" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1600x1200" (hsync out of 
range)
[102921.999] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1792x1344" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "896x672" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1792x1344" (hsync out of 
range)
[102921.999] (II) intel(0): Not using default mode "896x672" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1856x1392" (exceeds panel 
dimensions)
[102921.999] (II) intel(0): Not using default mode "928x696" (doublescan mode 
not supported)
[102921.999] (II) intel(0): Not using default mode "1856x1392" (hsync out of 
range)
[102921.999] (II) intel(0): Not using default mode "928x696" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1920x1440" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1920x1440" (hsync out of 
range)
[102922.000] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "416x312" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1152x864" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1360x768" (monitor doesn't 
support reduced blanking)
[102922.000] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1360x768" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1400x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1400x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1400x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1400x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1440x900" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "720x450" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1600x1024" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "800x512" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1680x1050" (monitor doesn't 
support reduced blanking)
[102922.000] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1680x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1680x1050" (exceeds panel 
dimensions)
[102922.000] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102922.000] (II) intel(0): Not using default mode "1680x1050" (exceeds panel 
dimensions)
[102922.001] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "1680x1050" (exceeds panel 
dimensions)
[102922.001] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "1920x1080" (monitor doesn't 
support reduced blanking)
[102922.001] (II) intel(0): Not using default mode "960x540" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "1920x1200" (monitor doesn't 
support reduced blanking)
[102922.001] (II) intel(0): Not using default mode "960x600" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "1920x1440" (hsync out of 
range)
[102922.001] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "2048x1536" (exceeds panel 
dimensions)
[102922.001] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "2048x1536" (hsync out of 
range)
[102922.001] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Not using default mode "2048x1536" (hsync out of 
range)
[102922.001] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[102922.001] (II) intel(0): Printing probed modes for output LVDS1
[102922.001] (II) intel(0): Modeline "1280x800"x60.0   83.76  1280 1352 1480 
1680  800 803 809 831 -hsync -vsync (49.9 kHz)
[102922.001] (II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 
1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[102922.001] (II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 
1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[102922.001] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 
1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[102922.001] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[102922.001] (II) intel(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 
1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz)
[102922.001] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  
624 625 628 667 -hsync -vsync (49.7 kHz)
[102922.001] (II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  
600 601 604 631 +hsync +vsync (53.7 kHz)
[102922.001] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  
600 637 643 666 +hsync +vsync (48.1 kHz)
[102922.001] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  
600 601 604 625 +hsync +vsync (46.9 kHz)
[102922.001] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz)
[102922.001] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz)
[102922.001] (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  
480 481 484 509 -hsync -vsync (43.3 kHz)
[102922.001] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  
480 489 492 520 -hsync -vsync (37.9 kHz)
[102922.001] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  
480 481 484 500 -hsync -vsync (37.5 kHz)
[102922.001] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz)
[102922.001] (II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  
400 401 404 446 -hsync +vsync (37.9 kHz)
[102922.002] (II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  
400 401 404 445 -hsync +vsync (37.9 kHz)
[102922.002] (II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  
350 382 385 445 +hsync -vsync (37.9 kHz)
[102922.040] (II) intel(0): EDID for output VGA1
[102922.056] (II) intel(0): EDID for output DVI1
[102922.397] (II) intel(0): EDID for output TV1
[102922.397] (II) intel(0): Output LVDS1 connected
[102922.397] (II) intel(0): Output VGA1 disconnected
[102922.397] (II) intel(0): Output DVI1 disconnected
[102922.397] (II) intel(0): Output TV1 disconnected
[102922.397] (II) intel(0): Using exact sizes for initial modes
[102922.397] (II) intel(0): Output LVDS1 using initial mode 1280x800
[102922.397] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless 
otherwise stated.
[102922.397] (II) intel(0): Kernel page flipping support detected, enabling
[102922.397] (++) intel(0): DPI set to (124, 124)
[102922.397] (II) Loading sub module "fb"
[102922.397] (II) LoadModule: "fb"
[102922.398] (II) Loading /usr/lib/xorg/modules/libfb.so
[102922.398] (II) Module fb: vendor="X.Org Foundation"
[102922.398]    compiled for 1.9.4, module version = 1.0.0
[102922.398]    ABI class: X.Org ANSI C Emulation, version 0.4
[102922.398] (II) UnloadModule: "vesa"
[102922.398] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[102922.398] (II) UnloadModule: "fbdev"
[102922.398] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[102922.398] (II) UnloadModule: "fbdevhw"
[102922.398] (II) Unloading /usr/lib/xorg/modules/libfbdevhw.so
[102922.398] (==) Depth 24 pixmap format is 32 bpp
[102922.399] (==) intel(0): VideoRam: 262144 KB
[102922.399] (II) intel(0): [DRI2] Setup complete
[102922.399] (II) intel(0): [DRI2]   DRI driver: i965
[102922.399] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, 
tiled
[102922.414] (II) UXA(0): Driver registered support for the following 
operations:
[102922.415] (II)         solid
[102922.415] (II)         copy
[102922.415] (II)         composite (RENDER acceleration)
[102922.415] (II)         put_image
[102922.415] (II)         get_image
[102922.415] (==) intel(0): Backing store disabled
[102922.415] (==) intel(0): Silken mouse enabled
[102922.415] (II) intel(0): Initializing HW Cursor
[102922.480] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[102922.482] (==) intel(0): DPMS enabled
[102922.482] (==) intel(0): Intel XvMC decoder enabled
[102922.482] (II) intel(0): Set up textured video
[102922.482] (II) intel(0): Set up overlay video
[102922.482] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[102922.482] (II) intel(0): direct rendering: DRI2 Enabled
[102922.483] (==) intel(0): hotplug detection: "enabled"
[102922.483] (--) RandR disabled
[102922.483] (II) Initializing built-in extension Generic Event Extension
[102922.483] (II) Initializing built-in extension SHAPE
[102922.483] (II) Initializing built-in extension MIT-SHM
[102922.483] (II) Initializing built-in extension XInputExtension
[102922.483] (II) Initializing built-in extension XTEST
[102922.483] (II) Initializing built-in extension BIG-REQUESTS
[102922.483] (II) Initializing built-in extension SYNC
[102922.483] (II) Initializing built-in extension XKEYBOARD
[102922.483] (II) Initializing built-in extension XC-MISC
[102922.483] (II) Initializing built-in extension XINERAMA
[102922.483] (II) Initializing built-in extension XFIXES
[102922.483] (II) Initializing built-in extension RENDER
[102922.483] (II) Initializing built-in extension RANDR
[102922.483] (II) Initializing built-in extension COMPOSITE
[102922.483] (II) Initializing built-in extension DAMAGE
[102922.484] (II) SELinux: Disabled on system
[102922.499] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[102922.499] (II) AIGLX: enabled GLX_INTEL_swap_event
[102922.499] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[102922.499] (II) AIGLX: enabled GLX_SGI_make_current_read
[102922.499] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[102922.499] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[102922.499] (II) GLX: Initialized DRI2 GL provider for screen 0
[102922.500] (II) intel(0): Setting screen physical size to 262 x 163
[102923.090] (--) SynPS/2 Synaptics TouchPad auto-dev sets device to 
/dev/input/event10
[102923.100] (**) Option "Device" "/dev/input/event10"
[102923.120] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[102923.120] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[102923.120] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[102923.120] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[102923.120] (--) SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
[102923.120] (**) Option "VertEdgeScroll" "true"
[102923.120] (**) Option "HorizEdgeScroll" "true"
[102923.120] (**) Option "RTCornerButton" "2"
[102923.120] (**) Option "TapButton1" "1"
[102923.140] (--) SynPS/2 Synaptics TouchPad: touchpad found
[102923.140] (**) Option "CorePointer"
[102923.140] (**) SynPS/2 Synaptics TouchPad: always reports core events
[102923.150] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics 
TouchPad" (type: TOUCHPAD)
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant 
deceleration 2.5
[102923.150] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[102923.150] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration 
scheme 1
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[102923.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[102923.170] (--) SynPS/2 Synaptics TouchPad: touchpad found
[102923.188] (II) config/udev: Adding input device Power Button 
(/dev/input/event4)
[102923.188] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[102923.188] (II) LoadModule: "evdev"
[102923.188] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[102923.189] (II) Module evdev: vendor="X.Org Foundation"
[102923.189]    compiled for 1.9.4, module version = 2.6.0
[102923.189]    Module class: X.Org XInput Driver
[102923.189]    ABI class: X.Org XInput driver, version 11.0
[102923.189] (**) Power Button: always reports core events
[102923.189] (**) Power Button: Device: "/dev/input/event4"
[102923.189] (--) Power Button: Found keys
[102923.189] (II) Power Button: Configuring as keyboard
[102923.189] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD)
[102923.189] (**) Option "xkb_rules" "evdev"
[102923.189] (**) Option "xkb_model" "pc105"
[102923.189] (**) Option "xkb_layout" "de"
[102923.189] (**) Option "xkb_variant" "nodeadkeys"
[102923.189] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.227] (II) config/udev: Adding input device Fujitsu FUJ02E3 
(/dev/input/event8)
[102923.227] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
[102923.227] (**) Fujitsu FUJ02E3: always reports core events
[102923.228] (**) Fujitsu FUJ02E3: Device: "/dev/input/event8"
[102923.260] (--) Fujitsu FUJ02E3: Found keys
[102923.260] (II) Fujitsu FUJ02E3: Configuring as keyboard
[102923.260] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: 
KEYBOARD)
[102923.260] (**) Option "xkb_rules" "evdev"
[102923.260] (**) Option "xkb_model" "pc105"
[102923.260] (**) Option "xkb_layout" "de"
[102923.260] (**) Option "xkb_variant" "nodeadkeys"
[102923.260] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.262] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[102923.262] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[102923.262] (**) Video Bus: always reports core events
[102923.262] (**) Video Bus: Device: "/dev/input/event5"
[102923.290] (--) Video Bus: Found keys
[102923.290] (II) Video Bus: Configuring as keyboard
[102923.290] (II) XINPUT: Adding extended input device "Video Bus" (type: 
KEYBOARD)
[102923.290] (**) Option "xkb_rules" "evdev"
[102923.290] (**) Option "xkb_model" "pc105"
[102923.290] (**) Option "xkb_layout" "de"
[102923.290] (**) Option "xkb_variant" "nodeadkeys"
[102923.290] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.295] (II) config/udev: Adding input device Fujitsu FUJ02B1 
(/dev/input/event7)
[102923.295] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
[102923.295] (**) Fujitsu FUJ02B1: always reports core events
[102923.295] (**) Fujitsu FUJ02B1: Device: "/dev/input/event7"
[102923.310] (--) Fujitsu FUJ02B1: Found keys
[102923.310] (II) Fujitsu FUJ02B1: Configuring as keyboard
[102923.310] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: 
KEYBOARD)
[102923.310] (**) Option "xkb_rules" "evdev"
[102923.310] (**) Option "xkb_model" "pc105"
[102923.310] (**) Option "xkb_layout" "de"
[102923.310] (**) Option "xkb_variant" "nodeadkeys"
[102923.310] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.315] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[102923.315] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[102923.315] (**) Power Button: always reports core events
[102923.315] (**) Power Button: Device: "/dev/input/event2"
[102923.315] (--) Power Button: Found keys
[102923.315] (II) Power Button: Configuring as keyboard
[102923.315] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD)
[102923.315] (**) Option "xkb_rules" "evdev"
[102923.315] (**) Option "xkb_model" "pc105"
[102923.315] (**) Option "xkb_layout" "de"
[102923.315] (**) Option "xkb_variant" "nodeadkeys"
[102923.315] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.316] (II) config/udev: Adding input device Lid Switch 
(/dev/input/event1)
[102923.316] (II) No input driver/identifier specified (ignoring)
[102923.317] (II) config/udev: Adding input device Sleep Button 
(/dev/input/event3)
[102923.317] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[102923.317] (**) Sleep Button: always reports core events
[102923.317] (**) Sleep Button: Device: "/dev/input/event3"
[102923.320] (--) Sleep Button: Found keys
[102923.320] (II) Sleep Button: Configuring as keyboard
[102923.320] (II) XINPUT: Adding extended input device "Sleep Button" (type: 
KEYBOARD)
[102923.320] (**) Option "xkb_rules" "evdev"
[102923.320] (**) Option "xkb_model" "pc105"
[102923.320] (**) Option "xkb_layout" "de"
[102923.320] (**) Option "xkb_variant" "nodeadkeys"
[102923.320] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.326] (II) config/udev: Adding input device HDA Digital PCBeep 
(/dev/input/event11)
[102923.326] (II) No input driver/identifier specified (ignoring)
[102923.331] (II) config/udev: Adding input device Sirius USB2.0 Camera 
(/dev/input/event9)
[102923.331] (**) Sirius USB2.0 Camera: Applying InputClass "evdev keyboard 
catchall"
[102923.331] (**) Sirius USB2.0 Camera: always reports core events
[102923.331] (**) Sirius USB2.0 Camera: Device: "/dev/input/event9"
[102923.332] (--) Sirius USB2.0 Camera: Found keys
[102923.332] (II) Sirius USB2.0 Camera: Configuring as keyboard
[102923.332] (II) XINPUT: Adding extended input device "Sirius USB2.0 Camera" 
(type: KEYBOARD)
[102923.332] (**) Option "xkb_rules" "evdev"
[102923.332] (**) Option "xkb_model" "pc105"
[102923.332] (**) Option "xkb_layout" "de"
[102923.332] (**) Option "xkb_variant" "nodeadkeys"
[102923.332] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.341] (II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
[102923.341] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev 
keyboard catchall"
[102923.341] (**) AT Translated Set 2 keyboard: always reports core events
[102923.341] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[102923.341] (--) AT Translated Set 2 keyboard: Found keys
[102923.342] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[102923.342] (II) XINPUT: Adding extended input device "AT Translated Set 2 
keyboard" (type: KEYBOARD)
[102923.342] (**) Option "xkb_rules" "evdev"
[102923.342] (**) Option "xkb_model" "pc105"
[102923.342] (**) Option "xkb_layout" "de"
[102923.342] (**) Option "xkb_variant" "nodeadkeys"
[102923.342] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"
[102923.343] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event10)
[102923.343] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev 
touchpad catchall"
[102923.343] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad 
catchall"
[102923.343] (**) Option "Device" "/dev/input/event10"
[102923.343] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting 
to 1615 - 5685
[102923.344] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting 
to 1729 - 4171
[102923.344] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  
defaulting to 0 - 256
[102923.344] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  
defaulting to 0 - 16
[102923.344] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[102923.344] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize 
Synaptics hardware.
[102923.350] (EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
[102923.350] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse0)
[102923.350] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad 
catchall"
[102923.350] (**) Option "Device" "/dev/input/mouse0"
[102923.350] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting 
to 1615 - 5685
[102923.350] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting 
to 1729 - 4171
[102923.350] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  
defaulting to 0 - 256
[102923.350] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  
defaulting to 0 - 16
[102923.371] (EE) Query no Synaptics: 6003C8
[102923.371] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[102923.371] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize 
Synaptics hardware.
[102923.371] (EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
[102923.372] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event6)
[102923.372] (II) No input driver/identifier specified (ignoring)
[102923.377] (II) config/udev: Adding input device ACPI Virtual Keyboard Device 
(/dev/input/event12)
[102923.377] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev 
keyboard catchall"
[102923.377] (**) ACPI Virtual Keyboard Device: always reports core events
[102923.377] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event12"
[102923.377] (--) ACPI Virtual Keyboard Device: Found keys
[102923.377] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[102923.377] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard 
Device" (type: KEYBOARD)
[102923.377] (**) Option "xkb_rules" "evdev"
[102923.377] (**) Option "xkb_model" "pc105"
[102923.377] (**) Option "xkb_layout" "de"
[102923.377] (**) Option "xkb_variant" "nodeadkeys"
[102923.377] (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin"

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN: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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: 
DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/FUJ02B1:00/input/input7/event7
N: input/event7
E: UDEV_LOG=3
E: 
DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:30/FUJ02B1:00/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E: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=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/pci0000:00/0000:00:1b.0/input/input11/event11
N: input/event11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=FUJITSU SIEMENS

P: /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input9/event9
N: input/event9
S: input/by-id/usb-Vimicro_Corp._Sirius_USB2.0_Camera-event-if00
S: input/by-path/pci-0000:00:1d.7-usb-0:4:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Vimicro_Corp.
E: ID_VENDOR_ENC=Vimicro\x20Corp.
E: ID_VENDOR_ID=0ac8
E: ID_MODEL=Sirius_USB2.0_Camera
E: ID_MODEL_ENC=Sirius\x20USB2.0\x20Camera
E: ID_MODEL_ID=3343
E: ID_REVISION=0100
E: ID_SERIAL=Vimicro_Corp._Sirius_USB2.0_Camera
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1d.7-usb-0:4:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DEVLINKS=/dev/input/by-id/usb-Vimicro_Corp._Sirius_USB2.0_Camera-event-if00 
/dev/input/by-path/pci-0000:00:1d.7-usb-0:4:1.0-event

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd

P: /devices/platform/i8042/serio4/input/input10/event10
N: input/event10
S: input/by-path/platform-i8042-serio-4-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DMI_VENDOR=FUJITSU SIEMENS
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse

P: /devices/platform/i8042/serio4/input/input10/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-4-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input10/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse

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

P: /devices/virtual/input/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=lv3:ralt_switch,compose:lwin
E: DMI_VENDOR=FUJITSU SIEMENS


DRM Information from dmesg:
---------------------------
[    0.880377] Linux agpgart interface v0.103
[    0.880466] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    0.880611] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 
262144K mappable
[    0.882396] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.882569] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.243907] [drm] Initialized drm 1.1.0 20060810
[    1.523352] [drm] MTRR allocation failed.  Graphics performance may suffer.
[    1.523994] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.523997] [drm] Driver supports precise vblank timestamp query.
[    1.686884] [drm] initialized overlay support
[    2.404697] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing 
generic driver
[    2.494212] fb0: inteldrmfb frame buffer device
[    2.494215] drm: registered panic notifier
[    2.497815] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


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

Kernel: Linux 2.6.38-rc5+ (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-synaptics depends on:
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  libx11-6                      2:1.4.1-4  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



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110221140153.30097.90034.reportbug@apollon

Reply via email to