This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Touchpad less accurate than in Windows 7

Jonathan_Livingston

Tue Nov 26, 2013 6:43:19 pm

Hi

My touchpad functions, but it is not so accurate as in Windows 7. I am using Dell Vostro 2520, are there some possibilities to change drivers? On the manufacturer webpage I didn't find Linux drivers.

thanks

Wolfman

Wed Nov 27, 2013 10:17:57 am

Hi JL,

try installing these pacakges via the following terminal command:

Code:
sudo apt-get install xserver-xorg-input-mtrack xserver-xorg-input-multitouch


Let us know if it helps.

Regards Wolfman :D

Jonathan_Livingston

Wed Nov 27, 2013 4:35:50 pm

Hi Wolfman

I used the command(as 2 separate commands, I received an error when submitting both at once, maybe syntax). And there is no change in accuracy of touchpad.

Regards JL

Wolfman

Thu Nov 28, 2013 9:39:15 am

Hi JL,

I just tried the command myself and it came back with an "unmet dependencies message", try running the following command as it might be that there are unmet dependecies and this will force an update:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -f


Restart after running command.

I don't have any other ideas sorry!.

Regards Wolfman :D