On 12/23/18 2:40 PM, Tim Evans wrote:
Nouveau module is loaded, according to both 'lsmod' and 'lspci'.
Found this (different wording than I recall seeing at boot time):
Dec 22 11:32:21 osprey systemd[1]: Started Fallback to nouveau as nvidia did not load. Dec 22 11:32:38 osprey /usr/libexec/gdm-x-session[1349]: Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.10-300.fc29.x86_64 root=/dev/mapper/fedora_newosprey-root ro rd.lvm.lv=fedora_newosprey/root rd.lvm.lv=fedora_newosprey/swap pci=noaer rhgb quiet LANG=en_US.UTF-8 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
Ok, that's clear then. Edit the boot command from grub and try adding "nomodeset single" at the end of the kernel line. I'm not sure if you need to have a root password set to get in. If you can't get to a command prompt, then use "3" instead of "single". Then you can login as a user and sudo to root. Once you have a root prompt, try "modprobe nvidia" and see what happens.