Which kernel are you using?
Kernel Version: 6.18.10-200.fc43.x86_64 (64-bit)
Which BIOS version are you using?
25.116.1
Which Framework Laptop 16 model are you using?
AMD Ryzen™ 7040 Series
I think my graphics module is reaching end-of-life and I would like to disable it until my replacement comes in, but I can’t find any tools that would do that. And GPUmode Fedora requires an Nvidia graphics module when I don’t have. Does anyone know how to handle this?
You can stop the amdgpu kernel driver from binding to it, thus no driver for device, thus disabled.
Look up how to passthrough a device to a vm. That shows you have to unbind the driver. Then just don’t bother configuring it into a virtual machine VM.
I can confirm that this should work. Not because I’ve tested the commands James suggested, but because when I was trying to pass my dGPU into a VM I would always have to reboot in order to get the dGPU working again host-side.
Ok! One final question. How do I check the graphics card ID? I tried using lspci | grep -i ‘vga\|3d\|display’ but it didn’t give me an ID like you’re using.