Re-enable graphical root-login on 12.04 LTS

Solution 1:

First, check that the file /etc/lightdm/lightdm.conf is there. If it is, then do this:

sudo passwd root
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'

Root won't show up as a user, but "Login" will, which is how you manually log in with users not shown in the greeter.

Rebooted and then you should be able to login as root.