Hi
I'm having a bit of trouble with my touch pad on my Asus UX301.
I currently am running Vmware Player 6 on a Windows 8.1 host with a Ubuntu 12.04 Guest (I need this version of Ubuntu for my office's dev environment). The touchpad single click works perfectly, but when I tap the touch pad, the click doesn't release. This isn't a hardware issue because on Windows 8.1, the touchpad click works perfectly, as well as my other Vmware Player with Ubuntu 14.04.
The Mouse and Touchpad UI on Ubuntu is no help, as the settings there are quite limited and have no useful options as to solve this problem.
I've used xev to debug, using the touchpad button:
But when I use my touchpad with a tap:
I've also tried setting different xorg.conf protocols (PS/2, ExplorerPS/2 and IMPS/2) and restart lightdm service with no results.
Would anyone be able to recommend me any possible solution?
Thanks in advanced.
I'm having a bit of trouble with my touch pad on my Asus UX301.
I currently am running Vmware Player 6 on a Windows 8.1 host with a Ubuntu 12.04 Guest (I need this version of Ubuntu for my office's dev environment). The touchpad single click works perfectly, but when I tap the touch pad, the click doesn't release. This isn't a hardware issue because on Windows 8.1, the touchpad click works perfectly, as well as my other Vmware Player with Ubuntu 14.04.
The Mouse and Touchpad UI on Ubuntu is no help, as the settings there are quite limited and have no useful options as to solve this problem.
I've used xev to debug, using the touchpad button:
Code:
ButtonPress event, serial 36, synthetic NO, window 0x4000001,
root 0x165, subw 0x4000002, time 867178, (40,39), root:(106,91),
state 0x0, button 1, same_screen YES
EnterNotify event, serial 36, synthetic NO, window 0x4000001,
root 0x165, subw 0x0, time 867147, (40,39), root:(106,91),
mode NotifyGrab, detail NotifyInferior, same_screen YES,
focus YES, state 256
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ButtonRelease event, serial 36, synthetic NO, window 0x4000001,
root 0x165, subw 0x4000002, time 867276, (40,39), root:(106,91),
state 0x100, button 1, same_screen YES
Code:
ButtonPress event, serial 36, synthetic NO, window 0x4000001, root 0x165, subw 0x4000002, time 832042, (48,28), root:(114,80),
state 0x0, button 1, same_screen YES
EnterNotify event, serial 36, synthetic NO, window 0x4000001,
root 0x165, subw 0x0, time 832034, (48,28), root:(114,80),
mode NotifyGrab, detail NotifyInferior, same_screen YES,
focus YES, state 256
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Would anyone be able to recommend me any possible solution?
Thanks in advanced.