bman, on 24 January 2013 - 01:15, said:
So, how do I go about COMPLETELY removing all of the 13.1 drivers I installed, and putting back the opensource? Every time I have done this before, tried, I end up being stuck outside Ubuntu on a black screen or console mode.
The very first post I linked to has explicit instructions for how to do this.
xorangekiller, on 02 December 2012 - 00:23, said:
Follow the instructions below to remove
fglrx and revert to
radeon.
# Remove the proprietary AMD graphics driver.
sudo apt-get purge $(dpkg --get-selections | awk '{if($1 ~ /fglrx/) print $1}')
# Backup and remove your X configuration file (if one exists).
[ -e /etc/X11/xorg.conf ] && sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.fglrx.0
# Install the necessary packages necessary to get full graphical acceleration.
# Some (or all) of these packages may already be installed.
sudo apt-get install libgl1-mesa-dri-experimental libgl1-mesa-glx linux-firmware-nonfree xserver-xorg-video-radeon
# Reboot to apply changes.
sudo reboot
bman, on 24 January 2013 - 01:15, said:
Is different versions of Ubuntu that different?
I know awhile ago I was running Ubuntu 11.04 I believe on the exact same system, and never had issues. Now this keeps happening for no reason? Kinda crazy.
Newer versions of Ubuntu ship with newer versions of virtually every package on the system. Sometimes those newer versions add new features, sometimes they fix bugs, sometimes they depreciate or remove outdated functionality, and sometimes, unfortunately, they introduce new bugs. With regard to your graphics driver problem, the issue is most likely the result of Ubuntu 12.04 shipping with a newer version of X which the proprietary AMD graphics driver was not properly tested against.
bman, on 24 January 2013 - 01:15, said:
So ok, it's the new 13.1 AMD drivers that just give up after awhile. Why is Ubuntu 12.04 so much different (in that respect) then 11.04. Kinda annoying.
The main reason I installed the proprietary drivers is because since Steam came to Linux, I wanted to try and play some games, like Skyrim under Wine, and with the open source it's not possible.
Of course I don't really play that many games anymore, and care all that much, playing HD videos is what I mainly do. It's just kinda annoying.
If you were getting poor framerates with the open-source
radeon driver, its most likely because you didn't have the proper firmware and/or MESA 3D libraries installed. Although the driver is open-source, it requires binary firmware to use some of the advanced features of the graphics card. Due to potential legal problems with its distribution, the firmware is not installed by default. The instructions I quoted above involve installing both of the aforementioned components.