![]() | 1 | initial version |
I was also able to work around this problem by disabling the nouveau video driver (I'm using my motherboard's built-in video instead of my Nvidia card.)
sudo -i
.modprobe.blacklist=nouveau
to GRUB_CMDLINE_LINUX
in /etc/default/grub
.grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
.