가운데 터치패드 버튼을 비활성화하는 확인란은 어디에 있나요?

가운데 터치패드 버튼을 비활성화하는 확인란은 어디에 있나요?

데비안 9 입니다. 이전에는 이 기능이 없었는데, 아마도 제가 항상 별도의 버튼이 있는 터치패드를 사용해 왔기 때문일 것입니다. 이제 버튼 없는 터치패드의 가운데 버튼 기능을 사용하면 브라우저 탭이 계속 닫히는 등 이상하고 유용한 기능을 사용할 수 있습니다. 이 기능을 끄는 옵션을 검색했지만 모든 설정이나 조정 도구를 통해 찾을 수 없습니다. 온라인에서는 이에 대해 침묵하는 경우가 많으며, 어떻게 물어봐야 할지 모르겠습니다. 체크박스/스위치가 존재합니까? 그럼 어디야? 아니면 CLI 방식이 무엇인가요?

# dmesg | grep -i touch
[    1.583544] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2910, fw id: 1552988
[    1.615908] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2

Xorg.0.log:

# grep -i touch /var/log/Xorg.0.log
[    13.689] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[    13.689] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    13.689] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    13.691] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    13.691] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event1 is tagged by udev as: Touchpad
[    13.691] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event1 is a touchpad
[    13.691] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    13.691] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    13.691] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    13.691] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    13.692] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event1 is tagged by udev as: Touchpad
[    13.692] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event1 is a touchpad
[    13.693] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)

답변1

xserver-xorg-input-synaptics설치하면 중간 버튼 기능이 중지 됩니다 . 다시 시작해야 합니다. (변경 사항을 적용하는 더 부드러운 또 다른 방법이 있을 수 있습니다.) 설치하면 가장자리 스크롤과 같이 Gnome의 모든 설정에서 사용할 수 있는 일부 옵션이 비활성화됩니다. 설치 후 옵션은 다음과 같습니다.

$ synclient -l
Parameter settings:
LeftEdge                = 1668
RightEdge               = 5354
TopEdge                 = 1516
BottomEdge              = 4440
FingerLow               = 25
FingerHigh              = 30
MaxTapTime              = 180
MaxTapMove              = 240
MaxDoubleTapTime        = 180
SingleTapTimeout        = 180
ClickTime               = 100
EmulateMidButtonTime    = 0
EmulateTwoFingerMinZ    = 282
EmulateTwoFingerMinW    = 7
VertScrollDelta         = 109
HorizScrollDelta        = 109
VertEdgeScroll          = 0
HorizEdgeScroll         = 0
CornerCoasting          = 0
VertTwoFingerScroll     = 1
HorizTwoFingerScroll    = 0
MinSpeed                = 1
MaxSpeed                = 1.75
AccelFactor             = 0.0365631
TouchpadOff             = 0
LockedDrags             = 0
LockedDragTimeout       = 5000
RTCornerButton          = 0
RBCornerButton          = 0
LTCornerButton          = 0
LBCornerButton          = 0
TapButton1              = 0
TapButton2              = 0
TapButton3              = 0
ClickFinger1            = 1
ClickFinger2            = 3
ClickFinger3            = 2
CircularScrolling       = 0
CircScrollDelta         = 0.1
CircScrollTrigger       = 0
CircularPad             = 0
PalmDetect              = 0
PalmMinWidth            = 10
PalmMinZ                = 200
CoastingSpeed           = 20
CoastingFriction        = 50
PressureMotionMinZ      = 30
PressureMotionMaxZ      = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice         = 0
TapAndDragGesture       = 1
AreaLeftEdge            = 0
AreaRightEdge           = 0
AreaTopEdge             = 0
AreaBottomEdge          = 0
HorizHysteresis         = 27
VertHysteresis          = 27
ClickPad                = 1
RightButtonAreaLeft     = 3511
RightButtonAreaRight    = 0
RightButtonAreaTop      = 4066
RightButtonAreaBottom   = 0
MiddleButtonAreaLeft    = 0
MiddleButtonAreaRight   = 0
MiddleButtonAreaTop     = 0
MiddleButtonAreaBottom  = 0

이러한 설정은 에 있는 것으로 보입니다 /usr/share/X11/xorg.conf.d/70-synaptics.conf.

구성 조정은 디렉토리에 기록되거나 /etc/X11/xorg.conf디렉토리에서 기록될 수 있습니다 /etc/X11/xorg.conf.d/. (물론 재부팅이 필요합니다. 어쩌면 다른 방법이 있을지도...)

관련 정보