我有一台 Dell Latitude E6510,配備 Slackware 14x86_64、gnome 3.6(dropline)、alps 雙點觸控板和最新的 3.11.4 核心。
我的觸控板被正確檢測到,並且我在 gnome 設置中進行了觸控板設置,但不幸的是,滾動只能用兩根手指進行。我已經習慣用一根手指來做這件事了。還可以這樣做嗎?
答案1
您應該能夠在 Gnome 的控制中心中更改它。運行gnome-control-center
或從選單中選擇設定。然後,進入“滑鼠和觸控板”部分並在“觸控板”選項卡中切換到邊緣滾動:
如果這不起作用,您可以嘗試手動設定。編輯或建立文件
/usr/lib/X11/xorg.conf.d/10-synaptics.conf
並使其如下所示:
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "HorizEdgeScroll" "1"
Option "MaxTapTime" "300"
Driver "synaptics"
EndSection