So basically, I just installed the proprietary NVIDIA drivers, but when my system boots it does using the software renderer.
After running “sudo modprobe nvidia” in the terminal the NVIDIA drivers start working.
How can I fix this?
Hi, what configuration you have? You’re on an Optimus laptop? The command you are using “simply” load the drivers. How you have installed it?
I think it should work when you add a file to /etc/modules-load.d/ with sudo-privileges. E.g.:
/etc/modules-load.d/nvidia.conf
content of the file is just one line:
nvidia
I think that way the nvidia-module should be loaded during boot.