On Tue, 2021-02-09 at 06:51 -0600, Richard Shaw wrote:
I'm not sure I have a 100% solution for you but you could start with blacklisting the nouveau driver...
/etc/default/grub: GRUB_CMDLINE_LINUX="<current stuff> rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
(assuming UEFI) # grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
Also blacklist the proprietary Nvidia driver if it's installed (or uninstall it of course).
I was about to make the same suggestion since I do this myself in order to run GPU pass-through to a Windows VM guest, however the side-effect is that the GPU is no longer accessible from Linux, which may not be what the OP wanted.
poc