Kde/gnome

Hi,

After installing gnome, type:

Code:
edit /etc/rc.conf

And add this:
Code:
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"

Then type ESC and save document.

After, type:
Code:
edit /etc/fstab

And add this:
Code:
proc			/proc		procfs	rw		0	0

Then type ESC and save document.

----------------------------------------------

If you install kde, for use the k display manager (kdm), replace the line for "ttyv8" in file "/etc/ttys" by:

Code:
ttyv8	"/usr/local/kde4/bin/kdm -nodaemon"	xterm	on  secure

!!! Reboot !!!

Nicolas.
 
Hi,

How about installing the kde4, and where will I type that. Does it mean I'm going to type that in the $ prompt then I will insert the DVD installer.

Thanks
 
Here is how you do it...

Code:
$ whereis kde4
kde4: /usr/ports/x11/kde4

Then
Code:
$ cd /usr/ports/x11/kde4

and install

Code:
make install clean

Umpf...You need te be root for this.

Greetz ;)
 
Back
Top