최근 Dell XPS 노트북(9360)에 Fedora를 설치했는데 터치패드에서 계속 문제가 발생합니다. 전반적으로 반응성이 그다지 좋지 않은 것 같습니다(동일 컴퓨터 및 다른 노트북의 Windows와 비교). 가장 큰 문제는 두 손가락 사이의 스크롤 거리입니다. 터치패드 중앙에서 시작하면 손가락이 터치패드 상단에서 약 1/4인치 정도 될 때까지 스크롤이 감지되지 않습니다(실제로 스크롤할 공간이 거의 없음).
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DELL08AF:00 06CB:76AF Touchpad id=10 [slave pointer (2)]
터치패드 연결 해제/중지 문제가 있어서 일부 포럼에 따라 PS/2 장치도 비활성화했습니다.
$ cat /usr/share/X11/xorg.conf.d/41-synaptics-quirks.conf
Section "InputClass"
Identifier "SynPS/2 Synaptics TouchPad"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "on"
EndSection