My Ubuntu Desktop display system has been crashed after automated updates via update manager. How can restore my old version of Ubuntu Desktop?
Asked
Active
Viewed 225 times
1

Huseyin
- 762
-
I think new update was not proper to Compiz. As I logged out and logged again with Ubuntu 2D it is work fine but with normal login, same problems be accurate. – Huseyin Oct 24 '13 at 21:08
1 Answers
0
Try these three commands:
Instructions:
Log out of X. I can't do this, since my logout menu didn't appears.
Find a virtual terminal (press Ctrl+Alt+F1) and login.
Kill X if you can't logout:
sudo killall Xorg
X will die, restart, and switch virtual terminal. Switch back with Ctrl+Alt+F1.
Then run:
mv -v ~/.config/compiz-1 ~/.config/compiz-1.BROKEN mv -v ~/.config/dconf ~/.config/dconf.BROKEN
Then go back to X (Ctrl+Alt+F7) and login.