JSP - Johnson's Server Project
SERVER - Installing & Configuring X-Windows

Note: As of FreeBSD 5.3, Xorg became the default X Server.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html
Install Xorg #cd /usr/ports/x11/xorg
#make install clean
Get hardware information: Video Adapter Chipset __________________
Video Adapter Memory __________________
Monitor Max Pixels _____________________
Monitor Vertical Freq. Range ______________
Monitor Horizontal Freq. Range ____________
Configure #Xorg -configure
Test Configuration #Xorg -config xorg.conf.new
This should produce a black and grey grid and an X mouse cursor
To exit, press Ctrl + Alt + Backspace
Tune the configuration edit xorg.conf.new
Gnome# cd /usr/ports/x11/gnome2
# make install clean
KDE# cd /usr/ports/x11/kde3
# make install clean