This is a discussion on touchpad smooth scrolling within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I have got a synaptics touchpad on my dell laptop. I installed a driver for it and it is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have got a synaptics touchpad on my dell laptop. I installed a driver for it and it is working very well. However when I am scrolling using a finger along the right edge of the touchpad it scrolls by skipping several lines at a time. I think there is a way to make it scroll smoothly but I don't know what to add to the xorg.conf file. The following relates to the synaptics touchpad: Section "InputDevice" # Identifier and driver Identifier "Synaptics Mouse" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection Anyone else who has a synaptics touchpad and has dealt with this, could you tell me how to re-edit this to make it scroll smoothly. |
| |||
| Ed LaBonte <edNO@SPAMlabonte.com> wrote in message news:<pan.2004.10.21.18.01.06.318688@SPAMlabonte.c om>... > Anyone else who has a synaptics touchpad and has dealt with this, could > you tell me how to re-edit this to make it scroll smoothly. I don't have my laptop with me right now, but i'll send you my relevant xorg.conf as soon as possible, i got an hp and it works perfectly. Stefano |
| |||
| Ed LaBonte <edNO@SPAMlabonte.com> wrote in message news:<pan.2004.10.21.18.01.06.318688@SPAMlabonte.c om>... > Anyone else who has a synaptics touchpad and has dealt with this, could > you tell me how to re-edit this to make it scroll smoothly. Driver "synaptics" Option "Protocol" "auto-dev" Option "ZAxisMapping" "4 5" Option "Device" "/dev/mouse" Option "Emulate3Buttons" "yes" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "BottomEdge" "4000" Option "TopEdge" "1900" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" This is my config, hope this help. Stefano |
| ||||
| On Sat, 23 Oct 2004 13:22:46 -0700, Stefano wrote: > Ed LaBonte <edNO@SPAMlabonte.com> wrote in message > news:<pan.2004.10.21.18.01.06.318688@SPAMlabonte.c om>... > >> Anyone else who has a synaptics touchpad and has dealt with this, could >> you tell me how to re-edit this to make it scroll smoothly. > > Driver "synaptics" > Option "Protocol" "auto-dev" > Option "ZAxisMapping" "4 5" > Option "Device" "/dev/mouse" > Option "Emulate3Buttons" "yes" > Option "LeftEdge" "1900" > Option "RightEdge" "5400" > Option "BottomEdge" "4000" > Option "TopEdge" "1900" > Option "FingerLow" "25" > Option "FingerHigh" "30" > Option "MaxTapTime" "180" > Option "MaxTapMove" "220" > Option "VertScrollDelta" "100" > Option "MinSpeed" "0.02" > Option "MaxSpeed" "0.18" > Option "AccelFactor" "0.0010" > Option "SHMConfig" "on" > > > This is my config, hope this help. > > > Stefano asdf |