| View previous topic :: View next topic |
| Author |
Message |
renegade600 Xplorer
Joined: 04 Sep 2006 Posts: 16
|
Posted: Fri Apr 20, 2007 7:21 pm Post subject: touchpad page scroll |
|
|
I am tired of using the touchpad and find myself several pages away when all I was doing was scrolling to a url within a page. I cannot figure out which line to modify to stop the touchpads page scrolling. I thought I modified the correct line - maybe one needs to be added. The following is the section pertaining to the touchpad in my xorg.conf file.
| Quote: | Section "InputDevice"
Identifier "synaptics"
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" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "0"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
Option "SendCoreEvents" "yes" |
Any thoughts |
|
| Back to top |
|
 |
scott Xandrosianding

Joined: 24 Jan 2003 Posts: 786 Location: West Chicago,Il
|
|
| Back to top |
|
 |
|