web-dev-qa-db-fra.com

VertTwoFingerScroll et VertEdgeScroll non réglables via xorg.conf

Je viens de passer à Saucy (cela fonctionnait dans Raring). J'ai essayé de redémarrer.

Voici /etc/X11/xorg.conf:

Section "InputClass"
Identifier      "Touchpad"
Driver          "synaptics"
MatchIsTouchpad "on"
Option          "PressureMotionMinZ" "60"
Option      "MaxTapMove" "4"
Option      "PalmDetect" "1"
Option      "VertTwoFingerScroll" "1"
Option      "VertEdgeScroll" "0"
EndSection

Et voici la sortie de synclient:

LeftEdge                = 100
RightEdge               = 2408
TopEdge                 = 71
BottomEdge              = 1249
FingerLow               = 1
FingerHigh              = 1
MaxTapTime              = 180
MaxTapMove              = 4
MaxDoubleTapTime        = 180
SingleTapTimeout        = 180
ClickTime               = 100
EmulateMidButtonTime    = 75
EmulateTwoFingerMinZ    = 282
EmulateTwoFingerMinW    = 7
VertScrollDelta         = 56
HorizScrollDelta        = 56
VertEdgeScroll          = 1
HorizEdgeScroll         = 1
CornerCoasting          = 0
VertTwoFingerScroll     = 0
HorizTwoFingerScroll    = 0
MinSpeed                = 1
MaxSpeed                = 1.75
AccelFactor             = 0.0705716
TouchpadOff             = 2
LockedDrags             = 0
LockedDragTimeout       = 5000
RTCornerButton          = 2
RBCornerButton          = 3
LTCornerButton          = 0
LBCornerButton          = 0
TapButton1              = 1
TapButton2              = 3
TapButton3              = 0
ClickFinger1            = 1
ClickFinger2            = 1
ClickFinger3            = 0
CircularScrolling       = 0
CircScrollDelta         = 0.1
CircScrollTrigger       = 0
PalmDetect              = 1
PalmMinWidth            = 10
PalmMinZ                = 200
CoastingSpeed           = 20
CoastingFriction        = 50
PressureMotionMinZ      = 60
PressureMotionMaxZ      = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
ResolutionDetect        = 1
GrabEventDevice         = 1
TapAndDragGesture       = 1
AreaLeftEdge            = 0
AreaRightEdge           = 0
AreaTopEdge             = 0
AreaBottomEdge          = 0
HorizHysteresis         = 14
VertHysteresis          = 14
ClickPad                = 0

Notez que PressureMotionMinZ, MaxTapMove et PalmDetect sont tels que spécifiés dans xorg.conf, mais VertEdgeScroll et VertTwoFingerScroll ne le sont pas. Je peux les définir temporairement via synclient VertEdgeScroll=0 et synclient VertTwoFingerScroll=1, mais ces modifications sont perdues au redémarrage. Quelle est la meilleure façon de résoudre ce problème?

1
James Wood

Juste pour répéter mon commentaire précédent: réponse de Nikita Volkov :

Courir dconf-editor (apt-get install dconf-editor si vous devez l'installer), accédez à org.gnome.settings-daemon.plugins.mouse, décochez active.

1
James Wood