LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Tapping problem..xorg.conf (https://www.linuxquestions.org/questions/linux-newbie-8/tapping-problem-xorg-conf-310022/)

javb 04-05-2005 12:47 PM

Tapping problem..xorg.conf
 
i know this has been disscused a lot, but reding other posts beforme writting this i could solve my problem, the here i am.

i am using the synaptics driver for my ALPS touchpad funtions, including tapping and the vertical scroll in the right side, so i cant DISABLE tapping and ENABLE the vertical scrolling... i got it working on SuSe, i copied the synaptic part but didnt work.. what is wrong here!! (here is my xorg.conf)
ubuntu 5.04 hoargi amd64

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
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" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"

EndSection
(in the module section i have "Load "synaptics" "


All times are GMT -5. The time now is 12:55 AM.