Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sam-37/2bc588b5146a1aa8e7e4e0206e65f5d4 to your computer and use it in GitHub Desktop.
Save sam-37/2bc588b5146a1aa8e7e4e0206e65f5d4 to your computer and use it in GitHub Desktop.
amdgpu install on beelink gtr ser7 [AMD® Ryzen 9 7940hs w/ radeon 780m graphics] for Ubuntu

Install radeon-profile from https://github.com/marazmista/radeon-profile

# git ppa
sudo add-apt-repository ppa:radeon-profile/radeon-profile

# or stable ppa
sudo add-apt-repository ppa:radeon-profile/stable

# finally
sudo apt update
sudo apt install radeon-profile
@sam-37
Copy link
Author

sam-37 commented Jan 11, 2024

Caused issues on a new machine with initial OS as Ubuntu 22.04.2 and not Ubuntu 22.04.3
After dist upgrade

sudo apt update && sudo apt dist-upgrade

And reinstall of the amdgpu-install it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment