3

The other minute I updated Ubuntu from 10.10 to 11.04. I configured the system to always log in user A.

Now when I start it, the computer boots and loads the Desktop of user A, but there you can do nothing but moving the mouse. The Unity panel is empty and the task bar is not clickable, as well as any items on the desktop.

Switching to a terminal with Ctrl-Alt-F2 I found out, that the Zeitgeist daemon hangs and became a zombie, which I think might be the reason. However, if I kill the daemon, the desktop becomes fully black.

I moved old config files from /home/userA away (.compiz, .config, .local, .gconf*, .gnome2*), but that had no effect.

Has anyone an idea, what I could try? My only idea left is to re-setup the whole system (not my favourite).

Update: It's something stranger. After aptitude remove unity zeitgeist-core the computer loads Gnome, but with a similar issue: Only the Desktop background and the mouse are visible. No panels, no desktop icons, no nothing.

Journey continues: I disabled autologin via terminal. The login screen appears on startup as usual, and I can select any normal user. But for each one the result is the same: No interaction with desktop possible.

Next puzzle piece: This thread suggests the nVidia driver being the culprit. The suggested solution ("Load clasic, no effects") works for me. Issue solved, but I'm not satisfied.

Boldewyn
  • 4,468

4 Answers4

2

You can try to reinstall some packages without installing the whole system with the following:

apt-get --reinstall

You could also try removing the whole home directory of the user and creating a new one.

Gareth
  • 19,080
ceving
  • 2,007
1

As I said, it was the Nouveau driver, and the fix was to not use Unity in the latest-and-greatest version but its 2D stepsister, http://ubuntuforums.org/showthread.php?t=1728379.

Boldewyn
  • 4,468
0

Check out this post: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/684083

@anujahooja

Please use the approved proprietary driver we provide via the "Additional Drivers" application from within the system settings. You can also launch this application from the command line by typing:

sudo jockey-gtk

We cannot be responsible for effectively debug systems using drivers we have not provided, sorry.

Gareth
  • 19,080
misc
  • 1
0

I had the same problem using synergy, configured as described on https://help.ubuntu.com/community/SynergyHowto

It starts synergy as root on gdm. In 10.10 it was killed by root and started again as a user. 11.04 seems to have changed behaviour so the login scripts are ran as user instead of root as soon as the user logged in. The consequence is that a normal user is trying to kill the synergyc started by root and hangs while waiting for it.

Perhaps something similar is happening to you?

Bas
  • 1