Nvidia drivers not working at all

Install nvidia driver in terminal and check for any errors.
If no errors, reboot to TTY (as suggested).
Try starting sddm and if it fails, get Xorg and journal logs.
Post logs from TTY with netcat at termbin.

sudo systemctl start sddm
journalctl -b -p3 --no-hostname --no-pager |  nc termbin.com 9999
cat /var/log/Xorg.0.log | nc termbin.com 9999
1 Like