Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Escolhendo o gerenciador de janelas no boot
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
upaf
n00b
n00b


Joined: 20 Feb 2004
Posts: 20
Location: Brasil

PostPosted: Thu Mar 11, 2004 4:41 pm    Post subject: Escolhendo o gerenciador de janelas no boot Reply with quote

Pessoal, em algumas distribuições do Linux (Mandrake, Fedora, por exemplo), quando se dá o boot aparece uma tela de login onde o usuário digita seu Id, a senha e pode escolher qual gerenciador de janelas vai usar.
Tem como fazer isso no Gentoo?

Valeu!
Back to top
View user's profile Send private message
fernandotcl
Veteran
Veteran


Joined: 20 Nov 2003
Posts: 1396
Location: Sao Paulo, Brazil

PostPosted: Thu Mar 11, 2004 5:40 pm    Post subject: Reply with quote

Sim. Basta usar um gerenciador de sessões como o XDM, o GDM, o KDM ou o Entrance.
Back to top
View user's profile Send private message
leandro
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2003
Posts: 124
Location: Sweden

PostPosted: Thu Mar 11, 2004 6:07 pm    Post subject: Reply with quote

Dê uma olhada no Desktop Configuration Guide.
Back to top
View user's profile Send private message
nafre
Guru
Guru


Joined: 27 Dec 2003
Posts: 388

PostPosted: Fri Mar 12, 2004 6:00 pm    Post subject: Reply with quote

Code:

Code Listing 3.6: Editing /etc/rc.conf
 
# nano -w /etc/rc.conf

 
Code Listing 3.7: /etc/rc.conf -- setting DISPLAYMANAGER
 
# What display manager do you use ?  [ xdm | gdm | kdm ]
DISPLAYMANAGER=kdm

 

Now we just need to make sure that the xdm start-up script is read when booting.

Code Listing 3.8: Adding XDM script to default runlevel
 
# rc-update add xdm default

 


é so editar o rc.conf e escolher o displaymanager.
:)
_________________
Nome- Felipe
Nick- Nafre
Idade- 25
Salvador - Bahia - Brasil
Back to top
View user's profile Send private message
upaf
n00b
n00b


Joined: 20 Feb 2004
Posts: 20
Location: Brasil

PostPosted: Fri Mar 12, 2004 9:52 pm    Post subject: Reply with quote

nafre wrote:
Code:

Code Listing 3.6: Editing /etc/rc.conf
 
# nano -w /etc/rc.conf

 
Code Listing 3.7: /etc/rc.conf -- setting DISPLAYMANAGER
 
# What display manager do you use ?  [ xdm | gdm | kdm ]
DISPLAYMANAGER=kdm

 

Now we just need to make sure that the xdm start-up script is read when booting.

Code Listing 3.8: Adding XDM script to default runlevel
 
# rc-update add xdm default

 


é so editar o rc.conf e escolher o displaymanager.
:)


Na verdade, eu gostaria de ter disponíveis no sistema o KDE e o GNOME, por exemplo, e escolher qual dos dois usar no login.
Na Mandrake, a tela de login me permite escolher qual gerenciador de janelas vou usar e ele se "lembra" qual o ultimo que aquele usuário escolheu...
Se não me engano, o Entrace me permite fazer isso, mas quando tento dar um emerge entrance recebo essa mensagem de erro:
Code:
!!! all ebuilds that could satisfy "entrance" have been masked.
!!! possible candidates are:
- x11-misc/entrance-0.9.0.20040306 (masked by: ~keyword)

!!! Error calculating dependencies. Please correct.
Back to top
View user's profile Send private message
fernandotcl
Veteran
Veteran


Joined: 20 Nov 2003
Posts: 1396
Location: Sao Paulo, Brazil

PostPosted: Fri Mar 12, 2004 10:49 pm    Post subject: Reply with quote

upaf wrote:
Na verdade, eu gostaria de ter disponíveis no sistema o KDE e o GNOME, por exemplo, e escolher qual dos dois usar no login.
Na Mandrake, a tela de login me permite escolher qual gerenciador de janelas vou usar e ele se "lembra" qual o ultimo que aquele usuário escolheu...


Quando eu usava Slack eu usava o GDM e fazia isso sem problemas.

upaf wrote:
Se não me engano, o Entrace me permite fazer isso, mas quando tento dar um emerge entrance recebo essa mensagem de erro:
Code:
!!! all ebuilds that could satisfy "entrance" have been masked.
!!! possible candidates are:
- x11-misc/entrance-0.9.0.20040306 (masked by: ~keyword)

!!! Error calculating dependencies. Please correct.


O Entrance é um pacote masked. Tente:

Code:
ACCEPT_KEYWORDS="~x86" emerge entrance


Então, para fazer updates, use:

Code:
emerge -U world


Ao invés de:

Code:
emerge -u world
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum