예전에 했었는데 왜 그때는 안되었고 지금은 될까 -ㅁ-?
2019/12/28 - [개소리 왈왈/컴퓨터] - 2760p wacom 화면 멀티터치 살리기
바탕화면에서 아이콘이 작을 경우 클릭이 거의 안되고(안되는건지 거의 안되는건지 모르겠다)
크롬과 PDF 뷰어에서 정상작동하는걸 확인했으니 쓸만할 듯
1회성으로 테스트
$ xsetwacom --set "Wacom Serial Penabled 2FG Touchscreen Finger touch" Gesture off |
[링크 : https://askubuntu.com/questions/1140062/]
영구 설정
ubuntu 18.04 / HP 2760p 확인
$ sudo vi /usr/share/X11/xorg.conf.d/81-local-touchscreen-tweaks.conf |
# Tweaks for the Wacom touchscreen on a ThinkPad X201 Tablet.
Section "InputClass"
Identifier "local touchscreen tweaks"
# Product to configure.
MatchProduct "Wacom Serial Penabled 2FG Touchscreen Finger"
# Driver to use for this device.
# (Identical to the default, so not essential to mention.)
Driver "wacom"
# Disable multi-touch gestures to fix tap-to-click issues.
Option "Gesture" "off"
EndSection
[링크 : https://askubuntu.com/questions/1051343/where-is-the-xorg-conf-file-in-ubuntu-18-04]
'Linux > Ubuntu' 카테고리의 다른 글
ubuntu 18.04 계산기 키가 작동하지 않을때 (0) | 2020.09.22 |
---|---|
ubuntu 18.04 tweak 설치하고 우클릭 안될 경우 (0) | 2020.09.10 |
ubuntu gnome 패널에 날짜 출력하기 (0) | 2020.09.07 |
ubuntu 18.04 모니터간 창이동 (0) | 2020.09.03 |
ubuntu sticky note (0) | 2020.09.02 |