Results 1 to 10 of 12
I installed Gentoo a while ago and was not able to start an X session with startx-is X installed as a default install or do I need to install X? ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2005 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Philadelphia, PA
- Posts
- 6
startx?
I installed Gentoo a while ago and was not able to start an X session with startx-is X installed as a default install or do I need to install X? If I need to install X-how?
- 09-16-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
In Gentoo, almost nothing is installed "as default" :o You need to do 'emerge gnome' or 'emerge kde' or whatever.
/IMHO
//got nothin'
///this use to look better
- 09-16-2005 #3
After you do your "emerge kde" or "emerge gnome" or whatever DE/WM you want, you will have to create a .xinitrc file with your favorite text editor and put one line in it.
From your home directory, do
su >root pass
nano .xinitrc
exec startkde
Other DE/WMs use different lines.
For enlightenment, I use "/usr/bin/enlightenment"
For others, I or someone else can help you with what you need.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 09-16-2005 #4Just Joined!
- Join Date
- Sep 2005
- Location
- Philadelphia, PA
- Posts
- 6
That's helpful-I like xfce4....could I use emerge to get that?
- 09-16-2005 #5Linux Enthusiast
- Join Date
- Feb 2005
- Location
- Luton, England, UK, Earth
- Posts
- 639
yeah you can, using portage is one of gentoo's strong points
- 09-16-2005 #6Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
That's odd: I didn't need to do that last week when I emerged Gnome. 'startx' worked out of the box....
Originally Posted by budman7 /IMHO
//got nothin'
///this use to look better
- 09-18-2005 #7Maybe it has to with differences in the make.conf file.
Originally Posted by drakebasher
But when I emerged kde and tried startx, topic here .
Maybe gnome is the oddity, who knows?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 09-20-2005 #8
Originally Posted by linuxhippy Then,Code:emerge xfce4
Thats a quick way you can do from the terminal, if you dont want to do any actual text writing.Code:echo "exec /usr/bin/(xfce bin file here)" >~/.xinitrc
- 09-20-2005 #9
use:
to search for the proper name for xfce.Code:emerge -s xfce
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 09-20-2005 #10Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I beleve the proper name was "xfce4"...


Reply With Quote
