This forum has been archived. All content is frozen. Please use KDE Discuss instead.

KDE neon + ASROCK RX6700XT CLP 12GO Drivers

Tags: None
(comma "," separated)
User avatar
Kowalsk!
Registered Member
Posts
4
Karma
1
OS
Image Image

Hello everybody,

I have a new computer with a ASROCK RX6700XT CLP 12GO graphic card.

When I have installed KDE neon from an USB stick,
the only way I managed to do it was using the "nomodeset" install.

Now, after each boot, I have a message that KDE neon is in the "nomodeset" mode.
Image

Now, I would like to install the correct drivers.

I have tried to install them from https://www.amd.com/
When I try to install them, with "./amdgpu-pro-install"
I get "Unsupported DEB-based OS: /etc/os-release ID 'neon'"

So, if anyone could give me some help, that would be awesome.

Anyway, thank you for reading, and have a nice day.
Popanz
Registered Member
Posts
18
Karma
0
If you want to install the AMD drivers, you have to modify the installation scripts. Add neon to the working distros:
Edit amdgpu-install or amdgpu-pro-install depending on what you want to install.
Search for linuxmint and add neon in this line. So it looks like that:

Code: Select all
function os_release() {
   if [[ -r  /etc/os-release ]]; then
      . /etc/os-release

      case "$ID" in
      ubuntu|linuxmint|debian|neon)
         :
         ;;
      *)
         echo "Unsupported DEB-based OS: `
            `/etc/os-release ID '$ID'" | stderr
         exit 1
         ;;
      esac
   else
      echo "Unsupported OS" | stderr
      exit 1
   fi

}


Bookmarks



Who is online

Registered users: Bing [Bot], blue_bullet, Google [Bot], rockscient, Yahoo [Bot]