You'll,
for a couple of years now I am running FreeBSD (presently 14.2-RELEASE) on two desktops and really enjoy the stability, simplicity and straight-forwardness. However, I struggle with installing FreeBSD on an Asus Zenbook UM433I with a Nvidia GP107 (GeForce MX350) dGPU and an AMD Renoir iGPU, getting a black screen. Nvidia driver is the current one (550.xxx) and installed with pkg install nvidia-driver. I have read quite a number of threads here on this topic, but still cannot find my mistake.
rc.conf:
/usr/local/etc/X11/xorg.conf.d/nvidia-driver.conf:
BusId determined with pciconf -lv | grep vgapci -A5
/boot/toader.conf
Appreciate your help!
for a couple of years now I am running FreeBSD (presently 14.2-RELEASE) on two desktops and really enjoy the stability, simplicity and straight-forwardness. However, I struggle with installing FreeBSD on an Asus Zenbook UM433I with a Nvidia GP107 (GeForce MX350) dGPU and an AMD Renoir iGPU, getting a black screen. Nvidia driver is the current one (550.xxx) and installed with pkg install nvidia-driver. I have read quite a number of threads here on this topic, but still cannot find my mistake.
rc.conf:
Code:
dbus_enable="YES"
gdm_enable="YES"
xfce_enable="YES"
slim_enable="YES"
kld_list="nvidia-modeset "
sound_load="YES"
snd_hda_load="YES"
cupsd_enable="YES"
linux_enable="YES"
devfs_system_ruleset="localrules"
autofs_enable="YES"
webcamd_enable="YES"
/usr/local/etc/X11/xorg.conf.d/nvidia-driver.conf:
Code:
Section "Device"
Identifier "Card0"
Driver "Nvidia"
VendorName “NVIDIA Corporation”
BusID "PCI:1:0:0"
EndSection
/boot/toader.conf
Code:
autofs_load="YES"
cuse_load="YES"
fusefs_load="YES"
geom_eli_load="YES"
snd_hda_load=”YES”
snd_driver_load=”YES”
linux_load=”YES”