I know that for such new hardware would be better to use a rolling release distro or at least the latest 22.10, but I was wondering if with some tinkering it is still possible to get the latest LTS to work.
As far as I know, to get a 7900 XTX to work on linux you need at least these:
- Kernel 6.x+
- LLVM 15+
- Mesa 22.3+
- latest linux-firmware for
/lib/firmware/amdgpu/
(and rebuildinitramfs
)
Is it possible and, if yes, what would be the best way to achieve this on Ubuntu 22.04 LTS?
To get an AMD Radeon RX 7900 XT(X) to work with Ubuntu 22.04 LTS, you can follow these steps:
If you use Xorg instead of Wayland and have the issue where the mouse cursor is invisible, you can try to create the file
/etc/X11/xorg.conf.d/99-modesetting.conf
with the following content:This should make the latest LTS work with your hardware.