Following up on my previous post, I’d like to give a little update with the latest AMD GPUs.
I recently purchased a Gigabyte RX 7900 XTX Gaming OC 24GB. And I am happy to report it works flawlessly with the Framework!
I was a bit worried because the dimensions of the card say it’s 1mm longer than what’s officially supported by the Razer Core X Chroma (331mm vs 330mm). But it works just fine and the eGPU enclosure closes just fine.
Setup on Ubuntu 22.04
- Install a 6.0+ kernel (using mainline for example), 6.1.4 in my case.
- Install Mesa 22+ (using the oibaf ppa for example)
- Install the missing
amdgpu
firmware from linux-firmware.git- Download the latest tag (for example 20221214)
- Extract:
tar xf linux-firmware-20221214.tar.gz
- Copy the
amdgpu
firmwares:cp amdgpu/* /lib/firmware/amdgpu/
- Install & configure egpu-switcher
- Reboot and voila!
As far as I can tell, the overall experience is much better than with my previous GPU (NVIDIA RTX 2080):
- No complex NVIDIA driver install.
- No “plug the eGPU after boot” trick: you can have the eGPU plugged when the laptop boots, or at the grub screen. It just works.
So far, I have tested only on Ubuntu 22.04 + 11th gen. I’ll post an update soon for Windows and 12th gen (my 12th gen mainboard is undergoing RMA, awesome support/response time from the Framework team by the way!).