I have Ubuntu 11.10 installed in dual boot in a MacBook Pro 5.1.
I have installed the xserver-xorg-input-multitouch Multitouch X input driver
, but I'm not sure I like it (it's too sensitive and moves too fast). So I want to get back to the default touchpad settings, but I can't.
If I remove the Multitouch X driver via synaptics, the touchpad won't work anymore. I have tried installing gsynaptics+gpointing device settings
, and also I tried installing Synaptics TouchPad driver for X.Org server
but nothing works other than the Multitouch X (which is the one installed now, all the others are not).
Also, I don't have the "touchpad" tab under the "Mouse and Touchpad" settings anymore, it disappeared.
So, how can I bring back the default touchpad and the touchpad tab?
Thanks!
Best Answer
Type
gksu gedit /etc/X11/xorg.conf
at the terminal. Check for the section having to do with the touchpad. It should start withSection "InputClass"
and end withEndSection
withmultitouch
somewhere in the middle. Put#
in front of every line of that section. Now quit gedit and reboot. You should be back to your old trackpad driver and see it appear in the Mouse and Touchpad settings of System Settings.Basically what I think is happening is that this conf file is being read even after you deleted the Multitouch X driver. So it tries to initialize a nonexistent driver and thus your trackpad doesn't work.