LightDM is having major problems with the xserver and generic graphics driver on Ubuntu 12.04 LTS for me, and I really don't like the look and feel of GDM or LXDM, so I just want to disable the mouse on the LightDM login screen instead, to fix the jittery mouse problem and force guests to learn the arrow key method instead.
Is there a way I can do this?
First use the following command in terminal to find out your mouse id:
Once you find it, run the following commands for editing
lightdm.conf
file with root privileges:Add the following two lines at the end of
lightdm.conf
file:Save the file and close it and don't forget to close that root shell.
Now, reboot your system and use only the keyboard at the login screen.