User Tools

Site Tools


ubuntu:gpu:amd_gpu:setup_radeon_rx_7900_xtx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:amd_gpu:setup_radeon_rx_7900_xtx [2023/05/31 22:30] peterubuntu: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:GPU:AMD GPU:Setup Radeon RX 7900 XTX manually|Setup Radeon RX 7900 XTX manually]] 
- 
----- 
- 
-===== 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.  
- 
-</WRAP> 
- 
- 
----- 
- 
-===== Install the AMD setup script ===== 
- 
-Download the .deb file from https://www.amd.com/en/support/linux-drivers. 
- 
-Install the .deb file: 
- 
-<code bash> 
-dpkg -i package_file.deb 
-</code> 
- 
-Run the **amdgpu-install** script: 
- 
-<code bash> 
-amdgpu-install 
- 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  Run the **amdgpu-install** script without any arguments, should be sufficient. 
-</WRAP> 
- 
----- 
- 
-===== 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:**  The Nvidia drivers will not load if there is no Nvidia card installed. 
- 
-  * Leaving the NVIDIA stack installed ensures that it is ready if you ever need to switch to a backup GPU in a hurry. 
-</WRAP> 
- 
- 
----- 
- 
-===== Optionally Install Vulkin ===== 
- 
-Install the AMD vulkan package to get vulkan support. 
- 
----- 
- 
-===== Install Mesa ===== 
- 
-<code bash> 
-sudo apt install mesa-utils 
-</code> 
- 
-<WRAP info> 
-**NOTE:** Mesa is the open source implementations of OpenGL and Vulkan that AMD GPU users typically use.  
-</WRAP> 
- 
----- 
- 
-===== Check that the GPU is being picked up ===== 
- 
-<code bash> 
-glxinfo | grep OpenGL 
-</code> 
- 
-returns: 
- 
-<code bash> 
-</code> 
- 
-<WRAP info> 
-**NOTE:** This should show useful info on the GPU. 
-</WRAP> 
- 
----- 
- 
-===== Test the GPU ===== 
- 
-<code bash> 
-glxgears -info 
-</code> 
- 
-<WRAP info> 
-**NOTE:** This should show some gears spinning around, together with frames per second. 
-</WRAP> 
- 
- 
----- 
- 
-===== References ===== 
- 
- 
-https://www.amd.com/en/support/linux-drivers 
- 
-https://amdgpu-install.readthedocs.io/en/latest/ 
ubuntu/gpu/amd_gpu/setup_radeon_rx_7900_xtx.1685572234.txt.gz · Last modified: 2023/05/31 22:30 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki