| Community Signature in Site & Forum Issues |
|
|
| Kim Dotcom fumes as Megaupload user data gets erased in Back Page News |
|
|
| 'Smurfs 2' Trailer in The Media Room |
|
|
| Are you upgrading to Windows 8.1? in Microsoft Beta |
|
|
| FX picks up Kelsey Grammer/Martin Lawrence 10-90 sitcom in The Media Room |
|
Posted 23 January 2013 - 17:46
Posted 23 January 2013 - 22:38
Posted 24 January 2013 - 01:15
Posted 24 January 2013 - 02:48
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.
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
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.
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.
Posted 24 January 2013 - 19:05
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-3.2.0-29 libgnutls-openssl27 linux-headers-3.2.0-29-generic libpython3.2 libc6-i386 lib32gcc1 libntlm0 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Posted 25 January 2013 - 02:41