Problem with xorg serv./nvidia gpu in 14 freebsd

Hello everyone!
I have problem with FreeBSD14.0
I cant open xfce4 /xorg serv
After writing startx/startxfce4/sddm nothing is working i got: xinit:server error. And many other errors maybe i should install drivers nvidia?i been tryed : pkg install nvidia-drivers and it installed but not working. My GPU: GT710 nvidia geforce i also have intel cpu with graphics intel why it cant start with that?i been work beforce on linux without nvidia
 
In general terms:
- Your user must be in the video group.
- Install xorg and drm-kmod.
- You may need to enter your BusID in xorg.conf.

SDDM is a service, you should run it as "service sddm start", and set it to /etc/rc.conf once your desktop is up and running (sddm_enable="yes"). But I guess their problems are bigger.

You need to include more information if you want help. The last thing I remember is here:

 
pkg install nvidia-drivers .... My GPU: GT710 nvidia geforce
You need to install x11/nvidia-driver-470 [1] and add the driver module to /etc/rc.conf, to be loaded automatically.

sysrc kld_list+=nvidia-modeset



[1] https://www.nvidia.com/Download/driverResults.aspx/218854/en-us/
Rich (BB code):
FreeBSD Display Driver – x64
 
Version:     470.239.06

Supported products

GeForce 700 Series:
GeForce GTX 780 Ti, GeForce GTX 780, GeForce GTX 770, GeForce GTX 760,
GeForce GTX 760 Ti (OEM), GeForce GTX 750 Ti, GeForce GTX 750, GeForce GTX 745,
GeForce GT 740, GeForce GT 730, GeForce GT 720, GeForce GT 710
 
Back
Top