FreeBSD install notes

U2F / Yubikey
Install this package:
sh
https://www.freshports.org/security/u2f-devdXorg
Just install
sh
pkg install xorgMake sure that /etc/xorg.conf and /usr/local/etc/X11/xorg.conf does not exists
Nvidia drivers
Enable Linux
Edit /boot/loader.conf and add text:
sh
linux_load="YES"Install driver
sh
pkg install nvidia-driver
sysrc kld_list+="nvidia-modeset # adds to /etc/rc.confThen add /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf and type
sh
Section "Device"
Identifier "NVIDIA Card"
VendorName "NVIDIA Corporation"
Driver "nvidia"
EndSectionFont
sh
sudo pkg install dejavu liberation-fonts-ttf droid-fonts-ttf ubuntu-font roboto-fonts-ttf notoBash
sh
sudo pkg install bash
chsh -s /usr/local/bin/bash