On Sat, May 02, 2009 at 10:34:24AM +0900, Mattia Dongili wrote: > On Fri, May 01, 2009 at 02:06:13PM +0200, Clemens Buchacher wrote: > > Package: xserver-xorg-input-synaptics > > Version: 1.1.0-1 > > Severity: normal > > > > > > I have the same issue as Mirko. Vertical Scrolling does not work after > > upgrading xserver-xorg-input-synaptics from 0.14.7~git20070706-3 (lenny) to > > 1.1.0-1 (sid). Downgrading fixes the problem. > > It's a configuration issue, with version 1.1.0 most of the default > values have changed so you will need to explicitly enable some features > in your xorg.conf or hal fdi files. > See bugs 523581, 513875, 523528 for more.
Yes, enabling those features in the corresponding hal fdi file did the trick. Setting the options in xorg.conf was simply ignored. Clemens --- /etc/hal/fdi/policy/11-x11-synaptics.fdi <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">On</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge> </match> <match key="info.product" contains="AlpsPS/2 ALPS"> <merge key="input.x11_driver" type="string">synaptics</merge> </match> <match key="info.product" contains="appletouch"> <merge key="input.x11_driver" type="string">synaptics</merge> </match> </match> </device> </deviceinfo> -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org