ubuntu:gpu:amd_gpu:setup_radeon_rx_7900_xtx
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:amd_gpu:setup_radeon_rx_7900_xtx [2023/05/31 22:25] – peter | ubuntu:gpu:amd_gpu:setup_radeon_rx_7900_xtx [2023/06/05 12:54] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - GPU - AMD GPU - Setup Radeon RX 7900 XTX ====== | ||
- | [[Ubuntu: | ||
- | |||
- | ---- | ||
- | |||
- | ===== Approach ===== | ||
- | |||
- | - Update the system. | ||
- | - Shutdown the system. | ||
- | - Swap GPU card. | ||
- | - Boot the system. | ||
- | * This should work fine, since minimum support is via the kernel amdgpu. | ||
- | - Optionally, purge nvidia packages. | ||
- | - Install Mesa. | ||
- | |||
- | <WRAP info> | ||
- | **NOTE:** | ||
- | |||
- | * The NVIDIA packages can be kept, and will not cause any trouble but will just waste space. | ||
- | * Mesa is the open source implementations of OpenGL and Vulkan that AMD GPU users typically use. | ||
- | |||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== Install the AMD setup script ===== | ||
- | |||
- | Download the .deb file from https:// | ||
- | |||
- | Install the .deb file: | ||
- | |||
- | <code bash> | ||
- | dpkg -i package_file.deb | ||
- | </ | ||
- | |||
- | Run the **amdgpu-install** script: | ||
- | |||
- | <code bash> | ||
- | amdgpu-install | ||
- | |||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Optionally Purge nvidia drivers ===== | ||
- | |||
- | Remove the Nvidia packages and any Nvidia related kernel arguments you might have (DRM Kernel Mode Setting or whatever). | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * Leaving the NVIDIA stack installed ensures that it is ready if you ever need to switch to a backup GPU in a hurry. | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== Optionally Install Vulkin ===== | ||
- | |||
- | Install the AMD vulkan package to get vulkan support. | ||
- | |||
- | ---- | ||
- | |||
- | ===== Install Mesa ===== | ||
- | |||
- | <code bash> | ||
- | sudo apt install mesa-utils | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE:** Mesa is the open source implementations of OpenGL and Vulkan that AMD GPU users typically use. | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | |||
- | https:// | ||
- | |||
- | https:// |
ubuntu/gpu/amd_gpu/setup_radeon_rx_7900_xtx.1685571918.txt.gz · Last modified: 2023/05/31 22:25 by peter