pkg install nvidia-driver
Remove any /etc/X11/xorg.conf or /usr/local/etc/X11/xorg.conf if they exist.
Create /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf with the following content:
Code:
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection
Then run
startx
and see if things work. If they don't work install misc/pastebinit and run cat /var/log/Xorg.0.log | pastebinit
. Post the URL here (so we can have a look at your logs).Don't worry about window managers or desktops at this point. We need to make sure the foundation (Xorg) is in order before we can build a house (window manager/desktop) on top of it.