When booting Lubuntu 14.04, a terminal screen is shown instead of the usual graphical log-in screen. Then, I have to type sudo lightdm and use Ctrl+Alt+F7 to switch to the graphical log-in screen.
I checked cat /etc/X11/default-display-manager
as described on https://askubuntu.com/a/84485/288322; this included /usr/sbin/lightdm
already.
I also did as described on https://askubuntu.com/a/457694; that works fine.
How can I repair the system so that it automatically boots the graphical log-in screen again?
sudo update-grub
anyways, restarted the computer, but the problem continues to exist. – Rantanplan Jun 10 '14 at 19:13sudo apt-get install fglrx
, thensudo update-grub
? – Tim Jun 10 '14 at 19:19Error reading existing Xauthority: Failed to open file '/home/username/.Xauthority': Permission denied
. Finally, I triedsudo update-grub
, but it did not improve. Shall I re-install Lubuntu 14.04? – Rantanplan Jun 11 '14 at 11:19