Thread: Dialup question
View Single Post
  #7   (View Single Post)  
Old 16th April 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Quote:
2) I don't see "startx" at all. I installed freeBSD from the cd, logged in as root.
You will need to install Xorg, and youw will probably also want to install a Window manager or Desktop environment.

The "fast way" to do this would be using pkg_add -r, this will fetch all the needed packages from the internet and install them, for example:
Code:
# pkg_add -r gnome2
# pkg_add -r kde4
# pkg_add -r xfce4
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote