XPS 13 9333 touchpad won't turn off
Bug #1294466 reported by
Elladan
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dell Sputnik |
New
|
Undecided
|
Unassigned |
Bug Description
When I attempt to turn off the touchpad using:
synclient TouchpadOff=1 (or 2)
... nothing happens. The touchpad still registers inputs.
Unless I'm mistaken, this is why "disable touchpad while typing" doesn't work, making the keyboard nearly unusable.
Also, the "PalmDetect" option appears to do nothing.
I'm using Linux Mint 16 with the i2c_hid blacklist (same as Ubuntu 13.10), but I verified the same behavior booting the official Dell recovery USB stick I made when I got the machine.
To post a comment you must log in.
I had the same problem on my Asus F5N laptop since Ubuntu 11.10 and nothing had changed in this regard. Synaptics touchpad is still poorly supported on Ubuntu. As a workaround to disable touchpad while typing I issue the "syndaemon -i 1 -K -d" command. Actually, I put this line into my /etc/rc.local file. Of course the "disable touchpad while typing" checkbox in system settings still has no effect. This bug continues into Ubuntu 14.04. My guess would be that synclient may not work correctly since shared memory is disabled for security reasons. I used to enable SHM option in /etc/X11/xorg.conf but now the appropriate place is to edit the XML file which I cannot recall on top of my head. Hope this helps.