3

In Ubuntu 14.04, after arriving at the lightdm login screen and entering my password, the screen briefly disappears, but then comes back to the login screen. When going to terminal with ALT-CTR-F1 and doing sudo startx I get into X but no top and side bar.

With sudo startx unity I see the side bar but no status bar. And the screen looks weird and does not work well.

I did not change anything to my configuration, I guess it has been some automatic update.

Any suggestion as to how to solve this? I really do not want to reinstall.

tihe
  • 93

5 Answers5

5

I had a similar error and the problem was due to my /tmp/ directory having the incorrect permissions and .Xauthority. This Answer worked for me (I copied and pasted it in case it gets removed, @SiddharthaRT is the original author):

Press Ctrl+Alt+F3 and login into the shell.

Now run ls -lah. If in the output the line

-rw-------  1 root root   53 Nov 29 10:19 .Xauthority

then you need to do chown username:username .Xauthority and try logging in.

Else, do ls -ld /tmp. Check for the first 10 letters in the left: they should read exactly so: drwxrwxrwt.

drwxrwxrwt 15 root root 4096 Nov 30 04:17 /tmp

Else, you need to do sudo chmod a+wt /tmp and check again.

If not both, I'd recommend you either

dpkg-reconfigure lightdm

or uninstall, reinstall it.

Now press Alt+-> until you reach the login screen again, and restart.

Doryx
  • 214
1

This is just a workaround that save me in two cases I've faced:

  • One was a bad update of gnome-session from a PPA.
  • Another one, I couldn't figure out but all trials left me in front of lightdm.

In both cases, I got login loop with lightdm then:

  1. I switched to another display manager gdm:

    sudo apt-get install gdm
    
  2. Reboot, login was successful.

user.dz
  • 49,176
1

I had almost the same problem.

  1. When the logon screen will be shown press Ctrl+Alt+F1.

This will take you to TTY1.

  • Login with your default credentials.
  • Type in TTY1: sudo -s
  • Then type: adduser username(Type whatever you want instead of username)
  • Choose password and confirm it.
  • Then go to GUI by pressing Ctrl+Alt+F7
  • Login with your new user.
  • Go to System Settings>User Accounts>Your new user.
  • Click on Unblock and type your old user's password.
  • Change Account type to Administrator.
  • Click on your old user, select it and then click - on the bottom of the "My Account"'s list.

    I do this when I accidentally change my preferences of my Graphics Card

If you have problems with unity, Go to TTY, login as root and type:

unity --reset

I have personally verified that this does work. However, if your objective is only to be able to run Unity, then there does not appear to be any specific need to delete the old user, which is what you will be doing if you follow the instructions in the foregoing answer. All I needed to do was to logout, choose the new user, and choose Unity from the gdm login screen. If you don't delete the old user, you might also choose not to make the new user an administrator.

0

What I did

  1. Enter into recovery mode
  2. Select build broken packages(or something like that)
  3. Select yes
  4. Click enter

It worked for me!!!

0

What you are describing looks like what I recently faced for Ubuntu 15.04. Press Ctrl+Alt+F1, login with your user and password and Try this:

sudo apt-get install linux-generic

Then go back to your lightdm by pressing Ctrl+Alt+F7. If it is not fixed, try rebooting. Let me know if it works for you.