Gentoo Archives: gentoo-user

From: Farhan Ahmed <farhanahmed06@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Install help
Date: Thu, 20 Apr 2006 20:07:22
Message-Id: 20060420194145.GC6685@mainframe
In Reply to: [gentoo-user] Install help by Bob Bao
1 Bob Bao wrote:
2 >
3 > Hi.
4 >
5 > I am a new gentoo user here. I downloaded gentoo 2.6 liveCD from gentoo
6 > website. After couple time trying, finally I successfully complete the
7 > installing. But, after log in, I only get a xterm window and a session
8 > window. I think suppose I should get a graphic user interface like boot
9 >
10
11 Hi Bob and welcome to Gentoo,
12 Which graphic desktop you have installed? If its plain X server
13 (i.e., xorg-x11) then you'll get a very basic desktop, which you
14 obviously dont want. If you installed kde, then probaby you've not
15 modified your .xinitrc file. Execute this command from from console,
16
17 echo "exec startkde" > ~/.xinitrc
18
19 next time you execute 'startx', kde will startup.
20
21 for GNOME, execute this command first
22
23 echo "exec gnome-session" > ~/.xinitrc
24
25 then startx will bring gnome up. For more info on other desktop's
26 checkout the Gentoo docs at http://www.gentoo.org/doc/en/list.xml
27
28 Hope this helps,
29 Farhan Ahmed
30
31 --
32 Place : Bangalore, Karnataka, India
33 GPG Key : 8BE90E98
34 Skype ID : farhanahmed06
35 IRC Nick : farhanahmed / farhanahmed06 (irc.freenode.net)

Replies

Subject Author
Re: [gentoo-user] Install help Erik Westenbroek <mistereastenstream@×××××.com>
Re: [gentoo-user] Install help Matthias Langer <mlangc@×××.at>