PDA

View Full Version : [XFCE] Installing Problem (ASUS Eee1000H)


jimisrules
May 14th, 2009, 22:51
Hello,
this is the first time i posting a thread to FreeBSD forum as i am new user and i have many problems to solve.
I read the handbook but i can't find solution.
I try to install the FreeBSD at ASUS Eee1000H and everything goes good, but when i login and type "startx" nothing happens.
I wan't to start the xfce but nothing.
I attach i picture for help.

Beastie
May 15th, 2009, 00:06
How did you install Xfce?
It seems it's missing vital components (like xfce4-session) that are supposed to be included in the meta-port.

What's in your .xinitrc exactly?

Does Xorg work fine?

Or maybe you just need to "rehash"?

jimisrules
May 15th, 2009, 18:13
Ok i installed again with the default options and without a port collection. (In the previous installation may do something wrong.)
Now when I write "startx" starts the Xorg but not xfce4 manager.
How can i install it from a cd?

Beastie
May 16th, 2009, 00:13
So actually you never had xfce4 installed???? No wonder it didn't work.

And BTW, it was probably not necessary to reinstall Xorg.

Xfce is not on any CD, AFAIK. You'll just have to use pkg_add -r xfce4 (as explained in the manual, section 5.7.4.2 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html)) to get it remotely, or manually fetch its packages along with all its dependencies (http://www.freebsd.org/cgi/ports.cgi?query=The+%22meta-port%22+for+the+XFce+4+desktop+environment&stype=text&sektion=all) from the ftp (ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.2-RELEASE/packages/) and use pkg_add locally.

Please read the manual. It's there for a reason.

Daisuke_Aramaki
May 16th, 2009, 22:39
from command line you should issue startxfce4 and not startx. else you can add the exec xfce4-session in your .xinitrc and then startx will activate xfce4 by default.

jimisrules
May 17th, 2009, 14:13
So actually you never had xfce4 installed???? No wonder it didn't work.

And BTW, it was probably not necessary to reinstall Xorg.

Xfce is not on any CD, AFAIK. You'll just have to use pkg_add -r xfce4 (as explained in the manual, section 5.7.4.2 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html)) to get it remotely, or manually fetch its packages along with all its dependencies (http://www.freebsd.org/cgi/ports.cgi?query=The+%22meta-port%22+for+the+XFce+4+desktop+environment&stype=text&sektion=all) from the ftp (ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.2-RELEASE/packages/) and use pkg_add locally.

Please read the manual. It's there for a reason.

I have read the manual but I thought that everything would be in the 3 cd with the downloaded distribution.
I can't use the ftp way so i downloaded the xfce4 and how can to fetch it?
How can i use the pkg_add locally?
If i knew all i obviously i wouldn't need help...

SirDice
May 17th, 2009, 18:55
How can i use the pkg_add locally?
Just download the files, stick them on a cd or memory stick. Cd to that directory and

# pkg_add <packagename>


The -r switch will try to fetch it remotely, without it it will use a local package.