I was looking to disable guest login and I found one link 'remove guest login ubuntu' http://www.ubuntugeek.com/ubuntu-tiphow-to-disable-guest-account-in-ubuntu-12-04precise.html
I did this: Open /etc/lightdm/lightdm.conf file
from your terminal using the following command
gksudo gedit /etc/lightdm/lightdm.conf
Add the following line
allow-guest=false
Save and exit the file
After I restarted my laptop I see "The system is running in low-graphics mode"
My question is: How can i fix this problem? should i re-install ubuntu?
