Gentoo Archives: gentoo-user-br

From: Felipe Varga <felipe@×××××××.br>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Gentoo instalado, e depois?
Date: Fri, 23 Dec 2005 13:16:21
Message-Id: 43ABF891.6080603@4up.com.br
In Reply to: [gentoo-user-br] Gentoo instalado, e depois? by Alex Figueiredo
1 no home do usuário deve existir um arquivo chamado .xinitrc . Edite ele
2 e coloque lá dentro o comando: exec startkde
3
4 Salve e digite no console: startx
5
6 Pronto, se o xorg.conf estiver configurado corretamente ele levantará o
7 X e começará a rodar o KDE.
8
9 Para inicializar o sistema pelo X, escolha entre o KDM e o XDM. Consulte
10 as páginas a seguir para poder escolher e configurar corretamente:
11
12 http://gentoo-wiki.com/Category:XDM
13
14 ou
15
16 http://www.gentoo.org/doc/en/kde-config.xml
17
18 TRECHO A SER CONSIDERADO:
19
20 Graphical Login
21
22 If you want to use kdm as graphical login manager (which means you don't
23 have to login to a terminal and type startx every time) you need to edit
24 a configuration file and set up your system so that it enters graphical
25 mode after boot, as explained below.
26
27 In /etc/rc.conf, set the DISPLAYMANAGER variable to kdm.
28
29 Code Listing 3.2: Setting DISPLAYMANAGER in /etc/rc.conf
30
31 # nano -w /etc/rc.conf
32 (Edit the following variable)
33 DISPLAYMANAGER="kdm"
34
35
36 Finish up by adding xdm to the default runlevel:
37
38 Code Listing 3.3: Adding xdm to the default runlevel
39
40 # rc-update add xdm default
41
42
43 When you reboot your system, it will use KDM as the graphical login
44 manager.
45
46 KDM will provide a list of available sessions to choose from, including
47 KDE - of course - and including all the other sessions installed on your
48 system, which KDM finds by looking in /usr/share/xsessions/. Thus, if
49 you use KDM, you don't need to edit ~/.xinitrc.
50
51
52
53 []'s
54 klutz
55
56
57
58 Alex Figueiredo escreveu:
59
60 > Finalmente consegui instalar o Gentoo completinho aqui, mas e após,
61 > como faço para instalar as interfaces, como o X, o KDE, etc?
62 >
63 > Já dei um emerge KDE, mas não sei como faço para entrar nele nem como
64 > inicializar o sistema pelo X
65 >
66 > Onde posso conseguir ajuda com isso?
67 >
68 > Obrigado
69 >
70 > Alex
71
72 --
73 gentoo-user-br@g.o mailing list