cara Konfig Touschpad klik : Jika file 70-synaptics.conf tidak ada di direktory '/etc/X11/xorg.conf.d/' maka anda harus copy dengan cara sebagai berikut : >> sudo cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d Satelah itu buka '70-synaptics.conf' liat baris section "InputClass" paling pertama setelah "Match Touchpad" tambahkan di bawah.nya seperti ini : >> nano /etc/X11/xorg.conf.d/70-synaptics.conf -> masukan sysntaks berikut di bawah "Match Touchpad" seperti ini : Option "TapButton1" "1" Option "VertEdgeScroll" "on" Option "VertTwoFingerScroll" "on" Option "HorizEdgeScroll" "on" Option "HorizTwoFingerScroll" "on" => before : # 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*" => After : # Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" Option "TapButton1" "1" Option "VertEdgeScroll" "on" Option "VertTwoFingerScroll" "on" Option "HorizEdgeScroll" "on" Option "HorizTwoFingerScroll" "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*" setelah itu coding syntaks berikut : >> synclient TapButton1=1 #Ok Selesai :)