Mengaktifkan Klik Kanan TouchPad ASUS X401U

TouchPad ASUS X401U
yesss, kali ini ane mau posting tentang masalah touchpad di ASUS X401U. Saat ane install Sistem Operasi berbasis Linux (Ubuntu) klik kanan touchpad ngga berfungsi, sempet bingung nyari solusi ga nemu-nemu... setelah nongkrong di FUI akhirnya mendapat pencerahan jujaaa :)
Ternyata itu bukan problem hardware, Jadi yang ane lakukan hanya mengedit file
/usr/share/X11/xorg.conf.d/50-synaptics.conf
menjadi kurang lebih seperti berikut:

# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
      MatchDevicePath "/dev/input/event*"
#dibawah ini adalah tambahan scriptnya
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "ClickPad" "1"
Option "EmulateMidButtonTime" "0"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
#batasnya sampe disini
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection
Kemudian simpan. Lalu logout dan login kembali, setelah itu klik kanan sudah bisa berfungsi.
Previous
Next Post »