How to get to the GUI

Good Morning, i am totally new to FreeBSD, and i am using FreeBSD 8.2, i did realize that i will meet the console :), anyways, How can i get the GUI part of FreeBSD.

Looking forward to the reply.
 
hi, is easy configuration GUI in bsd. Go the line of command...

# sysinstall

select Package -> x11 -> xorg 4.x and kde4.x

next installl package.
next configure file /etc/rc/conf
copy

# nano /etc/rc.conf

add lines:
Code:
dumpdev="AUTO"
sshd_enable="YES"
mouse_enable="YES"
dbus_enable="YES"
hald_enable="YES"
kdm4_enable="YES"

Save and exit. Reboot
 
desshi said:
hi , is easy configuration GUI in bsd.go the line of command...

...

#nano /etc/rc.conf

I don't believe nano is part of kde4. Though ee() is on the system for new users delaying the inevitable of learning vi().
 
Back
Top