I tried several time to change my log in screen by using sudo dpkg-reconfigure lightdm. I choose lightdm from here. But my log in screen is unchanged and look like below.
How can I change this and back to my default unity log in screen??
I tried several time to change my log in screen by using sudo dpkg-reconfigure lightdm. I choose lightdm from here. But my log in screen is unchanged and look like below.
How can I change this and back to my default unity log in screen??
If the command sudo dpkg-reconfigure lightdm not work, edit /etc/lightdm/lightdm.conf file with your favorite editor:
gksudo gedit /etc/lightdm/lightdm.conf
Make sure the greeter-session is the unity-greeter, then restart.
greeter-session=unity-greeter
If the problem continue then give a try to this command:
sudo apt-get -o Dpkg::Options::="--force-confnew" install --reinstall lightdm
The system is running in low graphics mode. Then I choose low graphics mode and my log in screen appear like this. And icons in dash become bigger in unity. – opu 웃 Mar 12 '14 at 06:56sudo rm /etc/X11/xorg.confthensudo service lightdm restart– Maythux Mar 12 '14 at 07:02rm: cannot remove/etc/X11/xorg.conf': No such file or directory` – opu 웃 Mar 12 '14 at 07:03ls /etc/X11– Maythux Mar 12 '14 at 07:07app-defaults rgb.txt Xreset Xsession.options cursors X Xreset.d Xwrapper.config default-display-manager xinit Xresources fonts xkb Xsession fs xorg.conf.failsafe Xsession.d– opu 웃 Mar 12 '14 at 07:14sudo cp /etc/X11/xorg.conf.failsafe /etc/X11/xorg.confthen reboot – Maythux Mar 12 '14 at 07:30