Section "InputDevice"
Identifier      "Synaptics Touchpad"
Driver          "synaptics"
Option          "CorePointer"
Option          "SendCoreEvents"        "true"
Option          "Device"                "/dev/input/mice"
Option          "Protocol"              "auto-dev"
Option          "HorizEdgeScroll"       "1"
EndSection
Section "Server Layout"
Identifier          "Default Layout"
Screen              "Default Screen"
InputDevice         "Generic Keyboard"
InputDevice         "Synaptics Touchpad"
EndSection
(può essere necessario sostituire
"HorizScrollDelta" a "HorizEdgeScroll").Verrà così abilitato lo scrolling verticale ed orizzontale.
Iceweasel usa di default lo scrolling orizzontale come backwards/forwards. Ciò può risultare assai fastidioso (non è raro sfiorare la striscia orizzontale del touchpad per sbaglio). Per disabilitarlo, puntare iceweasel su
about:config, e cambiare i seguenti parametri:mousewheel.horizscroll.withnokey.action   (cambiare 2 in 0)mousewheel.horizscroll.withnokey.numlines  (cambiare -1 in 1)Ref: wiki debian
No comments:
Post a Comment