Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
73
rated 0 times [  73] [ 0]  / answers: 1 / hits: 175530  / 2 Years ago, mon, may 2, 2022, 9:33:47

I've installed 11.10 and the proprietary ATI drivers using "additional drivers" The performance of my system is absolutely awful and it shouldn't be. I tried to remove the proprietary drivers using the Additional Drivers tool and it appears to remove them. However after I reboot I cant get back into my desktop properly (the panel and launcher go missing). This doesn't seem to be an isolated problem in 11.XX. This guide covers how to restore the desktop (panel and launcher), but the guide doesn't fix my problem though.



Whenever I do sudo unity --reset it runs through its normal processes until it hangs at setting update "run_key" and never gets past that. I must reinstall the proprietary drivers using jockey-text or jockey-gtk in order to get back to my proper desktop.



Interestingly enough the system performance seems improved while it is in its "broken" state (missing panel and launcher).



I think restoring the default drivers may solve my problems but I cant figure out how to do it.


More From » fglrx

 Answers
0

Try to completely remove your ATI drivers from your system:



sudo apt-get purge "fglrx.*"


Remove your xorg.conf



sudo rm /etc/X11/xorg.conf


Reinstall xorg completely



sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64


Re-configure Xorg



sudo dpkg-reconfigure xserver-xorg


Reboot



sudo reboot


You should be greeted with lightdm, this will default everything x the same way a fresh install would.


[#42857] Wednesday, May 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
restlerfin

Total Points: 347
Total Questions: 112
Total Answers: 108

Location: Ukraine
Member since Wed, Dec 16, 2020
3 Years ago
;