Showing posts with label touchpad. Show all posts
Showing posts with label touchpad. Show all posts

Wednesday, March 26, 2014

Disable touchpad for laptop

I got problem with my touchpad.. it let the cursor jumping here and there .. so it's very annoying.

Here is the tips that I found out from the Internet

xinput list | perl -ne 'if ($_ =~ /Synaptics/) {exec "xinput","set-prop",substr($_,3+index($_,"id="),2),"Device Enabled","0"}'

You may change /Synaptics/ with any value that pointed to your device from "xinput list" command

Wednesday, December 11, 2013

Touchpad Tidak Berfungsi Selepas Upgrade 12.04LTS

Saya mengalami masalah untuk menggunakan touchpad selepas proses kemaskini pakej dalam Ubuntu 12.04 LTS saya

Berikut adalah arahan yang saya guna sebagai "root"

# modprobe -r psmouse
# modprobe psmouse proto=imps


Dan ianya berfungsi seperti sediakala.