Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sensibilita' del touchpad
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
kevinlux
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2005
Posts: 83

PostPosted: Thu May 19, 2005 10:34 am    Post subject: sensibilita' del touchpad Reply with quote

Salve a tutti,
possiedo un notebook HP con touchpad ALPS, l'ho configurato con i driver synaptic e tutto funziona bene anche lo scroll.
Tuttavia non sono riuscito a diminuirne la sensibilita' di tocco, quindi mi capita a volte che quando scrivo
o in ogni modo lo usi ...mi partano selezioni e/o programmi.
ho provato a modificare il file xorg.conf agendo sui parametri FingerLow e FingerHigh cambiandoli di valore
sia piu bassi che piu alti ma non ho risolto nulla.
Tutto cio' inoltre e' molto vastidioso, riporto qui in basso il la parte relativa al mouse in xorg.conf.
Grazie mille

Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol"              "auto-dev"
        Option      "Device"                "/dev/psaux"
        Option      "LeftEdge"              "130"
        Option      "RightEdge"             "840"
        Option      "TopEdge"               "130"
        Option      "BottomEdge"            "640"
        Option      "FingerLow"             "7"
        Option      "FingerHigh"            "8"
        Option      "MaxTapTime"            "180"
        Option      "MaxTapMove"            "110"
        Option      "EmulateMidButtonTime"  "75"
        Option      "VertScrollDelta"       "20"
        Option      "HorizScrollDelta"      "20"
        Option      "MinSpeed"              "0.3"
        Option      "MaxSpeed"              "0.75"
        Option      "AccelFactor"           "0.015"
        Option      "EdgeMotionMinSpeed"    "200"
        Option      "EdgeMotionMaxSpeed"    "200"
        Option      "UpDownScrolling"       "1"
        Option      "CircularScrolling"     "1"
        Option      "CircScrollDelta"       "0.1"
        Option      "CircScrollTrigger"     "2"
        Option      "SHMConfig"             "on"
        Option      "Emulate3Buttons"       "on"
EndSection

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum