Em Dom, 2004-05-23 às 17:27, The Durston-Smiths escreveu: > I wish to upgrade the Synaptics driver for my Acer TravelMate laptop. > > Please could you tell me precisely what I should download. > > Thank you.
I have an Aspire, and here is how I installed: First, go to http://packages.debian.org/unstable/x11/xfree86-driver-synaptics and get xfree86-driver-synaptics_0.13.2-1_i386.deb, or use apt-get with unstable. Then, edit /etc/X11/XF86Config-4, including the lines: Section "Module" ... Load "synaptics" EndSection ... Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "CorePointer" Option "Protocol" "auto-dev" Option "Device" "/dev/psaux" Option "VertScrollDelta" "100" Option "AccelFactor" "0.0010" Option "RightEdge" "5400" Option "MaxTapTime" "180" Option "TopEdge" "1900" Option "SHMConfig" "on" Option "FingerLow" "25" Option "LeftEdge" "1900" Option "MaxTapMove" "220" Option "MinSpeed" "0.02" Option "FingerHigh" "30" Option "MaxSpeed" "0.18" Option "BottomEdge" "4000" Option "SendCoreEvents" "true" EndSection ... Section "ServerLayout" ... InputDevice "Touchpad" ... EndSection that's it... if you restart the X it should work