On Wed, Jun 01, 2011 at 07:35:19PM +0200, Laurent CARON wrote: > Package: xserver-xorg-input-synaptics > Version: 1.4.0-1+b1 > Severity: normal > > > Hi, > Since this version i can't use the vertical/horizontal scrolling areas > from my laptop (Sony Vaio Z1 series)
your xorg.conf is broken > Section "InputDevice" > Identifier "Synaptics Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "HorizScrollDelta" "0" > Option "ZAxisMapping" "4 5 6 7" > Option "TapButton1" "1" > Option "VertEdgeScroll" "true" > Option "HorizEdgeScroll" "true" > Option "VertTwoFingerScroll" "true" > Option "HorizTwoFingerScroll" "true" > EndSection you should use MatchIsTouchpad "true" rather than assigning devices manually. See below the log that your configuration generates: ... > [ 2186.229] (II) Using input driver 'synaptics' for 'Synaptics Touchpad' > [ 2186.229] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so > [ 2186.229] (**) Option "SendCoreEvents" "true" > [ 2186.229] (**) Synaptics Touchpad: always reports core events > [ 2186.229] (**) Option "Device" "/dev/psaux" > [ 2186.234] (--) Synaptics Touchpad: invalid x-axis range. defaulting to > 1615 - 5685 > [ 2186.234] (--) Synaptics Touchpad: invalid y-axis range. defaulting to > 1729 - 4171 > [ 2186.234] (--) Synaptics Touchpad: invalid pressure range. defaulting to > 0 - 256 > [ 2186.234] (--) Synaptics Touchpad: invalid finger width range. defaulting > to 0 - 16 > [ 2186.234] (**) Option "HorizScrollDelta" "0" > [ 2186.234] (**) Option "VertEdgeScroll" "true" > [ 2186.234] (**) Option "HorizEdgeScroll" "true" > [ 2186.234] (**) Option "VertTwoFingerScroll" "true" > [ 2186.234] (**) Option "HorizTwoFingerScroll" "true" > [ 2186.234] (**) Option "TapButton1" "1" > [ 2186.254] (EE) Query no Synaptics: 6003C8 > [ 2186.254] (--) Synaptics Touchpad: no supported touchpad found > [ 2186.254] (EE) Synaptics Touchpad Unable to query/initialize Synaptics > hardware. > [ 2186.258] (EE) PreInit returned 11 for "Synaptics Touchpad" > [ 2186.258] (II) UnloadModule: "synaptics" > [ 2186.258] (II) Unloading synaptics Additionally you also prevent auto adding devices: > [ 2186.278] (II) config/udev: Adding input device Video Bus > (/dev/input/event2) > [ 2186.278] (II) AutoAddDevices is off - not adding device. > [ 2186.280] (II) config/udev: Adding input device Sony Vaio Keys > (/dev/input/event6) > [ 2186.280] (II) AutoAddDevices is off - not adding device. > [ 2186.287] (II) config/udev: Adding input device Power Button > (/dev/input/event1) > [ 2186.287] (II) AutoAddDevices is off - not adding device. > [ 2186.287] (II) config/udev: Adding input device Lid Switch > (/dev/input/event0) > [ 2186.287] (II) AutoAddDevices is off - not adding device. > [ 2186.292] (II) config/udev: Adding input device UVC Camera (05ca:18b7) > (/dev/input/event8) > [ 2186.292] (II) AutoAddDevices is off - not adding device. > [ 2186.295] (II) config/udev: Adding input device HDA Intel Headphone > (/dev/input/event10) > [ 2186.295] (II) AutoAddDevices is off - not adding device. > [ 2186.295] (II) config/udev: Adding input device HDA Intel Mic > (/dev/input/event9) > [ 2186.295] (II) AutoAddDevices is off - not adding device. > [ 2186.306] (II) config/udev: Adding input device AT Translated Set 2 > keyboard (/dev/input/event4) > [ 2186.306] (II) AutoAddDevices is off - not adding device. > [ 2186.306] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad > (/dev/input/event5) > [ 2186.306] (II) AutoAddDevices is off - not adding device. > [ 2186.306] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad > (/dev/input/mouse0) > [ 2186.306] (II) AutoAddDevices is off - not adding device. > [ 2186.307] (II) config/udev: Adding input device PC Speaker > (/dev/input/event3) > [ 2186.307] (II) AutoAddDevices is off - not adding device. > [ 2186.315] (II) config/udev: Adding input device ACPI Virtual Keyboard > Device (/dev/input/event11) > [ 2186.315] (II) AutoAddDevices is off - not adding device. > [ 2186.315] (II) config/udev: Adding input device Sony Vaio Jogdial > (/dev/input/event7) > [ 2186.315] (II) AutoAddDevices is off - not adding device. > [ 2186.315] (II) config/udev: Adding input device Sony Vaio Jogdial > (/dev/input/mouse1) > [ 2186.315] (II) AutoAddDevices is off - not adding device. -- mattia :wq! -- 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/20110601223637.ga13...@kamineko.org