Hi! I want to install FreeBSD 10.2 release on a netbook (Sony VPCW12J1E) and I don't know exactly how to set up the proper driver for its graphics card (Intel GMA 950). Should I just install the x11-drivers/xf86-video-intel port/package and then install Xorg or should I also load some kernel module and/or set up Xorg? Thanks.
 
You should add
Code:
kern.vty=vt
to loader.conf and reboot, so you can switch back to a virtual console from X, but you should not need to configure Xorg.
 
Back
Top