Problem with or without GNOME

Hi guys

I got some problems with gnome.
I recently installed FreeBSD 8.0, and I managed to install Xorg. But it doesn't seem to work fine...
I followed the documentation, and in order to first install xorg, I did :

Code:
# cd /usr/ports/x11/xorg
# make install clean

Then compilation, reboot.
When I type :

Code:
# startx

I get 3 windows, one taller than the others, which look like tty but with some colors. And when I type on the keyboard or move the mouse, nothing happen.
Here is a screen :

p1312091851.jpg


(the yellow thing is only a reflection of my light)

Then I installed GNOME, with :
Code:
pkg_add -r gnome2

But on a startx, I still get the same 3 windows.

Any ideas ?

Sseneb
 
Hum... I read one more time this part of manual, and I noticed I forgot one part :
Additionally, to enable all GNOME services when GDM starts, add gnome_enable="YES" to /etc/rc.conf.

With this one, GNOME started fine :)
Thank you, killasmurf86 !
 
Back
Top