This is a good opportunity to test our improved initgfx
script:
pkg install x11-drivers/xf86-video-nv
- Replace the old script and files:
# fetch https://raw.githubusercontent.com/nomadbsd/NomadBSD/master/config/etc/rc.d/initgfx -o /etc/rc.d # fetch https://raw.githubusercontent.com/nomadbsd/NomadBSD/master/config/etc/initgfx_xorg.cfg -o /etc # fetch https://raw.githubusercontent.com/nomadbsd/NomadBSD/master/config/etc/initgfx_device.db -o /etc
- Enable initgfx in
/etc/rc.conf
:# sysrc initgfx_enable=YES
- Just in case
/var/initgfx_config.id
exists:# rm -f /var/initgfx_config.id
- Reboot