-1

I've got a new graphic card from AMD - RX6900 - and currently having trouble with the drivers.

After taking a look over the AMD official driver support here, I see that the drivers are available for 20.04.1 20.04.2 and 20.04.3.

Currently I'm running on 20.04, no driver is working for this version unfortunately.

I tried to upgrade from Software Updater - but I get only 20.10 which I don't want. Also tried to modify /etc/update-manager/release-upgrades to Prompt=lts but I still get 20.10.

Can someone please help me to upgrade to any of the versions mentioned above.

LE

sudo apt update && sudo apt upgrade returns

Hit:1 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu hirsute InRelease
Hit:2 http://archive.ubuntu.com/ubuntu hirsute InRelease
Get:3 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
Get:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
Get:5 http://archive.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
Fetched 326 kB in 1s (434 kB/s)   
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Am I missing some repositories?

Sabbin
  • 109
  • 1
    sudo apt update && sudo apt upgrade – Pilot6 Nov 21 '21 at 21:18
  • @Pilot6 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – Sabbin Nov 21 '21 at 21:19
  • @Pilot6 added full log to question – Sabbin Nov 21 '21 at 21:24
  • 1
    So (1) if you installed all the regular updates you're already in 20.04.3 where 3 is just a point release and (2) AMD Graphics drivers are open-source, already installed and running, no user action required. What you found at AMD's website is a proprietary overlay that isn't necessary and any newbie is strongly recommended to NOT touch it. That proprietary overlay brings NO advantage for regular users not even for gaming. It may improve performance for very specific professional use and a couple of other very specific scenarios. So, just don't. – ChanganAuto Nov 21 '21 at 21:26
  • Also DON'T add the oibaf PPA. The best you can do now is probably install ppa-purge and run it against that PPA. – ChanganAuto Nov 21 '21 at 21:27
  • 1
    You have 21.04, not 20.04. – Pilot6 Nov 21 '21 at 21:27
  • Run cat /etc/lsb-release and see. – Pilot6 Nov 21 '21 at 21:29
  • @ChanganAuto my issue is that I run llvmpipe driver. I don't play games on ubuntu, it's work only. But I cannot run any software for blue light filter, not even Night Light from ubuntu... I had the same issue with the nvidia before, until I got the drivers it didn't work – Sabbin Nov 21 '21 at 21:39
  • This is a perfect example of an XY Problem. Instead of asking how to solve your actual problem, you asked how to implement a proposed solution that isn't even relevant and wouldn't have solved your actual problem. Always ask about and provide details about your actual problem. I suggest asking another question since this one is about something entirely different. – Nmath Nov 21 '21 at 21:45

1 Answers1

1

You have the 21.04 Ubuntu (hirsute) release installed and you have an option to upgrade to 21.10, that is normal.

Can't you see the difference between 20.04 and 21.04?

You can check by

cat /etc/lsb-release
Pilot6
  • 90,100
  • 91
  • 213
  • 324
  • you are right. I do run 21.04 – Sabbin Nov 21 '21 at 21:35
  • 2
    21.04 does not and will not have a point release. Point releases are only for LTS releases. Standard releases are only supported for 9 months and do not have a long enough service life to get point releases. Even with LTS versions, you don't actually upgrade to the next point release. Point releases exist to consolidate updates for new/fresh installations. All you need to do on an installed system is keep up with your regular updates as part of your system maintenance. See: What are point releases? – Nmath Nov 21 '21 at 21:42