Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 16457  / 3 Years ago, tue, august 24, 2021, 4:34:19

I've recently upgraded to 12.04 LTS and I have an ATI Radeon HD5670. I've heard that the open source 'Radeon' driver is used by default. However, it wasn't showing anything for me. What I did was I added the 'nomodeset' option to boot up and install fglrx. But it didn't work well for me as it introduced a lot of problems (freezes/glitches). So I removed/purged fglrx and am planning to use the open source drivers instead.



So my question is this: Why is my default Radeon driver not working? Is anyone having a similar issue? I've also tried using the ubuntu-x-swat driver by running the ff commands:



sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update


But the result was the same as the Radeon driver. Nothing shows up on system boot. Any ideas? Thanks in advance!



Update
Running lspci -nn | grep VGA gives me the following:



02:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670] [1002:68d8]

More From » 12.04

 Answers
7

  1. Go to terminal past sudo ppa-purge ppa:ubuntu-x-swat/x-updates

  2. sudo apt-get update

  3. sudo add-apt-repository ppa:ubuntu-x-swat/x-update

  4. sudo apt-get update && sudo apt-get upgrade

  5. lshw -c video



If you want more information about the loaded driver, run modinfo or glxinfo


[#36372] Tuesday, August 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gigglcept

Total Points: 113
Total Questions: 105
Total Answers: 125

Location: Christmas Island
Member since Wed, Jan 13, 2021
3 Years ago
;