Apenas para repetir meu comentário anterior: Nikita Volkov's answer :
Execute dconf-editor
( apt-get install dconf-editor
se você precisar instalá-lo), vá para org.gnome.settings-daemon.plugins.mouse
, desmarque active
.
Acabei de atualizar para o Saucy (isso estava funcionando no Raring). Eu tentei reiniciar.
Aqui está o /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
E aqui está a saída 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
Observe que PressureMotionMinZ
, MaxTapMove
e PalmDetect
são conforme especificado em xorg.conf
, mas VertEdgeScroll
e VertTwoFingerScroll
não são. Eu posso configurá-los temporariamente por meio de synclient VertEdgeScroll=0
e synclient VertTwoFingerScroll=1
, mas essas alterações são perdidas quando eu reinicializo. Qual é a melhor maneira de consertar isso?
Apenas para repetir meu comentário anterior: Nikita Volkov's answer :
Execute dconf-editor
( apt-get install dconf-editor
se você precisar instalá-lo), vá para org.gnome.settings-daemon.plugins.mouse
, desmarque active
.