There’re lots of white dots on default LightDM login screen, which is quite annoying. This quick tip shows you how to remove them in Ubuntu 13.10 Saucy.
See the screenshot before and after:
To get started:
Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run:
1. Run command to allow user lightdm
to create a connection to the X server:
sudo xhost +SI:localuser:lightdm
2. Then switch to user lightdm
in the terminal window.
sudo su lightdm -s /bin/bash
3. Finally set draw grid (white dots) feature to false:
gsettings set com.canonical.unity-greeter draw-grid false
That’s it.
If you’re not comfortable with command console. You can use Ubuntu-Tweak, it has an option to turn off this feature under Tweaks -> Login Settings -> unlock -> turn off draw grid.