I am having major issues with Ubuntu touchpad on a Dell Latitude 3570 Laptop. If I use a USB mouse, everything works fine, but if I use a touchpad it is very hard to control. For example, if I want to click on something that is in the middle of the screen, I click, but for some reason Ubuntu THINKS I have clicked at the bottom Left-Hand corner of the screen, and thus opens the rubbish bin. It is REALLY making me angry.
I read somewhere that the following changes to synclient
would fix it:
synclient FingerLow=9
synclient FingerHigh=10
These don't work. And in any case as soon as I reboot the machine, synclient resets back to defaults (FingerLow=25
, FingerHigh=30
), so even if they did work I would have to set them every time I rebooted the machine!
Is there anything else I can try? This is driving me insane. For the sake of my sanity, please help me before I smash up my laptop.
As requested, xinput list
gives me the following:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06F3:00 06CB:75DA Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]
xinput list
- Thank you. – WinEunuuchs2Unix Mar 19 '17 at 18:46↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)]
Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it. – WinEunuuchs2Unix Mar 19 '17 at 20:24