Hello,
I’m trying to install and run nvidia drivers for my RTX 3080 TI GPU on FreeBSD 14.1 OS.
Whenever I put this to the /boot/bootloader.conf file:
nvidia-modeset_load=“YES”
I get the following error:
What could be the issue?
Weird part is that once FreeBSD 14.1 is loaded without the nvidia drivers, I can manually load the nvidia drivers using: “kldload nvidia” and run “nvidia-smi” perfectly. Just that I can’t make it automatic and have the drivers load during boot..
I installed the following driver:
pkg install nvidia-driver
rc.conf (does not crash while booting):
kld_list=“nvidia-modeset“
Here are my PC details:
Thanks for any advice.
I’m trying to install and run nvidia drivers for my RTX 3080 TI GPU on FreeBSD 14.1 OS.
Whenever I put this to the /boot/bootloader.conf file:
nvidia-modeset_load=“YES”
I get the following error:
What could be the issue?
Weird part is that once FreeBSD 14.1 is loaded without the nvidia drivers, I can manually load the nvidia drivers using: “kldload nvidia” and run “nvidia-smi” perfectly. Just that I can’t make it automatic and have the drivers load during boot..
I installed the following driver:
pkg install nvidia-driver
rc.conf (does not crash while booting):
kld_list=“nvidia-modeset“
Here are my PC details:
Thanks for any advice.