Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162070
Collapse All | Expand All

(-)fr/kde-config.xml (-12 / +11 lines)
Lines 28-41 Link Here
28
</abstract>
28
</abstract>
29
29
30
<!-- The content of this document is licensed under the CC-BY-SA license -->
30
<!-- The content of this document is licensed under the CC-BY-SA license -->
31
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32
<license/>
32
<license/>
33
33
34
<version>1.17</version>
34
<version>1.18</version>
35
<date>2006-10-31</date>
35
<date>2006-12-22</date>
36
36
37
<chapter>
37
<chapter>
38
<title>Qu'est-ce que l'environnement de bureau KDE&nbsp;?</title>
38
<title>Qu'est-ce que l'environnement de bureau KDE&nbsp;?</title>
39
<section>
39
<section>
40
<title>Le projet</title>
40
<title>Le projet</title>
41
<body>
41
<body>
Lines 682-710 Link Here
682
<title>Invite de connexion graphique</title>
682
<title>Invite de connexion graphique</title>
683
<body>
683
<body>
684
684
685
<p>
685
<p>
686
Si vous souhaitez utiliser <c>kdm</c> en tant qu'invite de connexion graphique
686
Si vous souhaitez utiliser <c>kdm</c> en tant qu'invite de connexion graphique
687
(et donc ne pas avoir à vous connecter sur un terminal et à taper <c>startx</c>
687
(et donc ne pas avoir à vous connecter sur un terminal et à taper <c>startx</c>
688
à chaque ouverture de session), vous devez modifier un fichier de configuration
688
à chaque ouverture de session), vous devez d'abord l'installer puis modifier
689
pour que votre système démarre automatiquement en mode graphique comme
689
un fichier de configuration pour que votre système démarre automatiquement en
690
suit&nbsp;:
690
mode graphique comme suit&nbsp;:
691
</p>
691
</p>
692
692
693
<pre caption="Vérifier le nom associé à une session KDE">
693
<pre caption="Installation de kdm">
694
# <i>ls /etc/X11/Sessions</i>
694
# <i>emerge --ask --noreplace kdm</i>
695
Xsession  fluxbox  kde-3.2.1
696
</pre>
695
</pre>
697
696
698
<p>
697
<p>
699
Dans le fichier <path>/etc/rc.conf</path>, attribuez <c>kdm</c> à la variable
698
Dans le fichier <path>/etc/conf.d/xdm</path>, attribuez <c>kdm</c> à la
700
<c>DISPLAYMANAGER</c>.
699
variable <c>DISPLAYMANAGER</c>.
701
</p>
700
</p>
702
701
703
<pre caption="Paramétrer DISPLAYMANAGER dans /etc/rc.conf">
702
<pre caption="Paramétrer DISPLAYMANAGER dans /etc/conf.d/xdm">
704
# <i>nano -w /etc/rc.conf</i>
703
# <i>nano -w /etc/conf.d/xdm</i>
705
<comment>(Modifiez la variable suivante.)</comment>
704
<comment>(Modifiez la variable suivante.)</comment>
706
DISPLAYMANAGER="kdm"
705
DISPLAYMANAGER="kdm"
707
</pre>
706
</pre>
708
707
709
<p>
708
<p>
710
Terminez en ajoutant <c>xdm</c> au niveau d'exécution par défaut&nbsp;:
709
Terminez en ajoutant <c>xdm</c> au niveau d'exécution par défaut&nbsp;:

Return to bug 162070