You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Radeon RX 9060 XT is a midrange graphics card supported by the open source `amdgpu` driver in the Linux Kernel.
13
+
14
+
It requires a 16x PCIe card slot. You will need to supply power to the card directly through a PCIe power plug.
15
+
16
+
### `amdgpu` (open source) driver
17
+
18
+
To get the amdgpu driver loaded, you have to [recompile the Linux kernel for Pi OS](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile).
19
+
20
+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `amdgpu` driver to install.
21
+
22
+
Also make sure you have the AMD firmware installed (`sudo apt install -y firmware-amd-graphics`) or the driver will complain about missing files. You may also need to download additional firmware files manually.
23
+
24
+
On the Compute Module 4, it doesn't seem we can get `amdgpu` drivers to work with the Pi's PCIe bus.
25
+
26
+
On the Pi 5, we are currently testing Coreforge's Pi OS Linux GPU support branch and yanghaku's 15-line DRM patch.
0 commit comments