View Single Post
Old 31st October 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

after you install freebsd....

if you installed ports tree
update ports
Code:
$ portsnap fetch update
if not
Code:
$ portsnap fetch extract
install portmaster
Code:
$ cd /usr/ports/ports-mgmt/portmaster
$ make install clean
run rehash, to update progs (this is needed in csh shell)
Code:
$ rehash

and install X
Code:
$ portmaster x11/xorg
leave default options....

Last edited by graudeejs; 31st October 2008 at 04:53 PM.
Reply With Quote