cd /usr/share/glib-2.0/schemas/Look for this key node:
sudo vi com.canonical.unity-greeter.gschema.xml
<key name="draw-user-backgrounds" type="b">Change the value true to false.
<default>true</default>
<summary>Whether to draw user backgrounds</summary>
</key>
You can also remove the white dots by changing this key node:
<key name="draw-grid" type="b">Now recompile the schema with this command:
<default>true</default>
<summary>Whether to draw an overlay grid</summary>
</key>
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/Log out and back in to see the change.