question about installation freebsd

hello,
I would like to install freebsd, I have an old computer, thinkpad lenavo T520i, I found version 13.2 on the site, I downloaded it, but when I install everything goes well, I can't install xfce, I followed it though tutorials on youtube and I looked at the advice on the freebsd website, I don't know how to do it
 
hello, yes this is the message
fatal server error
cannot run framebuffer mode. please specify bisIDs
server terminatoed with error
giving up
unable to connect to x server
server error

:(
 
yes,
IMG_2169.jpg
 
Please don't post pictures of text. Besides, it only shows a partial log and it's the least interesting bit.

Post the whole thing: cat /var/log/Xorg.0.log | nc termbin.com 9999
 
asume that you have a intel video card
try this simple steps:

pkg install drm-kmod
pkg install xf86-video-intel

dont know is necesary but reboot...

then run
X -configure
mv /root/xorg.conf.new /etc/X11/xorg.conf

delete any log of X in /var/log
rm -v /var/log/Xorg*

and try again with startx

and if not working post the log that SirDice tells you
 
Don't need xf86-video-intel, that's an old Intel driver. Don't use X -configure, it's a relic from the past. It's rather prone to crashing too. Just stop using it, you don't need to create a full xorg.conf anymore, most of the settings from it are going to be ignored anyway.


For the graphics/drm-kmod drivers you don't need an xorg.conf at all, everything should be automatically detected.
 
Don't need xf86-video-intel, that's an old Intel driver. Don't use X -configure, it's a relic from the past. It's rather prone to crashing too. Just stop using it, you don't need to create a full xorg.conf anymore, most of the settings from it are going to be ignored anyway.


what driver uses intel today?
sorry the xf86-video-intel driver is not in use?

in all my instalations I use xorg.conf for 3 monitor setup .. never have a problem and is a fast way to have my setup..still works
 
Back
Top