debian: แก้ปัญหาเรื่อง Tapping บน Touchpad
Tapping คือการใช้นิ้วแตะบน Touchpad แล้วให้ผลเหมือนการคลิกเมาส์ปุ่มซ้าย ซึี่งบน Windows และ Ubuntu เขาปรับตั้งมาให้อยู่แล้ว
ทดสอบบน
Netbook: Acer Aspire One D255
Linux: Debian Squeeze 6.0
วิธีที่ทดลอง แต่ไม่ได้ผล คือ การตั้งไฟล์คอนฟิกใน /etc/X11/xorg.conf.d/ และ /etc/udev/rules.d/
Xorg เขารายงานว่าหาฮาร์ดแวร์ไม่พบบ้าง ไม่พบมอดูล fbcon บ้าง สุดท้ายคือต้องแก้ที่ session
แต่ไหน ๆ ทำแล้ว ก็เลยทำเรื่อง mouse scroll ด้วย ดังนี้
System -> Preferences -> Mouse
Disable touchpad while typing
Enable mouse clicks with touchpad
Enable horizontal scrolling
# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/peripherals/touchpad/horiz_scroll_enabled true # gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/peripherals/touchpad/tap_to_click true # gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/peripherals/touchpad/disable_while_typing true
~/.xsessionrc
เนื้อไฟล์มีดังนี้
synclient VertEdgeScroll=1 synclient HorizEdgeScroll=1 synclient TapButton1=1
/etc/X11/Xsession.d/99x11-synaptic
synclient VertEdgeScroll=1 synclient HorizEdgeScroll=1 synclient TapButton1=1
เสร็จแล้ว
อ้างอิง: Solution, Tips And More: Enable Touchpad Tapping & Scrolling in Debian