Good evening everyone.
This problem is my first post here as I favor pouring thru the handbook and researching my own problems, but I just can't beat this one.
I have two hard drives in a 2011 Macbook Pro, and I'm dual booting with FreeBSD12.2-RELEASE.
I have installed the correct driver for my display, which is the Nvidia-340 driver specifically. I have tried installing from both ports and packages. The problem I'm facing is this:
if I add
to my /boot/loader.conf, then after booting and logging in I run
But wait, here's the real kicker. If I do not use that line in /boot/loader.conf whatsoever, and instead bootup, log in, and manually load the Nvidia module with
Any thoughts?
This problem is my first post here as I favor pouring thru the handbook and researching my own problems, but I just can't beat this one.
I have two hard drives in a 2011 Macbook Pro, and I'm dual booting with FreeBSD12.2-RELEASE.
I have installed the correct driver for my display, which is the Nvidia-340 driver specifically. I have tried installing from both ports and packages. The problem I'm facing is this:
if I add
Code:
nvidia_load="YES"
kldstat
and verify it is loaded. At this point all looks normal. Once I run startx
my system crashes and almost immediately reboots. I have rewritten my configs many times from precisely following the handbook's suggestions to other ideas I've come across doing web searches.But wait, here's the real kicker. If I do not use that line in /boot/loader.conf whatsoever, and instead bootup, log in, and manually load the Nvidia module with
kldload nvidia
, then it works perfectly. Upon startx
I am greeted with an Nvidia splash screen and my WM loads just fine.Any thoughts?