I followed this tutorial to install KDE: https://www.freebsd.org/doc/handbook/x11-wm.html , but whenever I startx I got an error about frame buffer mode. I found that it means that I need to set the video card driver. I found somewhere (don't remember) a file named xf86-video-nvidia, so I guess the driver is already there I just need to add a configuration. I did pciconf -lv and it can see the card. It is a GK208B [Geforce GT 720]. I added a config file to /usr/local/etc/X11/xorg.conf.d, which contains
Now I got that no screens found when I startx, which is funny, because I see it on the screen I connected to the card via DVI. Should I install a new driver from ports, or how is still solved? I cannot find anything in the handbook.
Code:
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection