After a half dozen x upgrades, all of which have broken my system, I am fully convinced they are the culprit.
If you have an ATI Radeon HD 5xxx Series and an x upgrade smashes your driver do the following:
When you're greeted with the black screen wait a moment a hit Esc. Be patient it takes some coaxing to get the error boxes (see the screenshots in the first post). Esc through all these error messages . Once you've done that, you can go to a TTY console by pressing Ctrl+Alt+F#
You may need to run:
- Code: Select all
sudo Xorg -configure
Then
- Code: Select all
sudo cp the ~/xorg.conf.new to /etc/X11/xorg.conf
Next, run this command
- Code: Select all
sudo '/usr/share/ati/amd-uninstall.sh' --force
Then reinstall the driver from the internet in the usual way,
but if the 'amd' folder isn't removed due to the log still being in the directory, run
- Code: Select all
gksudo caja /usr/share
and delete the file(s) leftover and reinstall the driver.
-------------------------------------------------------------------------End of instructions
Now, this begs a question. Running:
- Code: Select all
sudo apt-get update && sudo apt-get upgrade
will, at this very moment, execute a x-server upgrade, however, the Update Manager, with the "Level" filters set from Level 1 to Level 3, does not show the x-server upgrade in the package list. If I have the filter set with Level 4 and 5 package upgrades set to be displayed I see that the x-server upgrade is there at Level 4, meaning that installing the package could be harmful to my system's health. So, how does one go about filtering sudo apt-get upgrade like the Update Manager to weed out these potentially unsavory packages

I've skimmed the man page to apt-get, but I saw nothing that looked like a "Level" sort of filter. Thanks for reading!

Edit: The big motivation in wanting to know this is I much prefer to do system maintenance like upgrading through the terminal

.