Solved Xorg do not start

I installed FreeBSD 13 on an Asus Laptop with amd64 processor and ' % startx' produces a serie of information that I am not able to resolve.
Code:
xauth: file /root/ .serverauth.2744 does not exist
xauth: file /root/ .Xauthority does not exist
xauth: file /root/ .Xauthority does not exist
......
......
.......
......
(EE) Fatal server error:
(EE) cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
.......
......
xinit: unable to connect to X server:
Connection refused
p.s.
I tryed NomadBSD and it loaded perfectly the graphic interface using scfb instead and starting slim
How can I do that in FreeBSD

Could someone please help me
 
Ok, install graphics/drm-kmod and X should start working. Turn off SLiM while testing, it's much easier to test by simply running startx. Once you're satisfied X starts properly with startx you can enable SLiM again.
 
Thank you very much bsduck !!! I am a true newbie :oops:.
I added kld_list="amdgpu" at /etc/rc.conf, reboot and finally everything went well !
 
Back
Top