nightmorph 06/12/23 04:44:47 Modified: kde-config.xml Log: whoops, this should have been in the previous revbump; adding another needed change for bug 158661, sorry for not including it in the previous commit/revbump
Revision Changes Path 1.27 xml/htdocs/doc/en/kde-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.27&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?r1=1.26&r2=1.27 Index: kde-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- kde-config.xml 23 Dec 2006 04:40:39 -0000 1.26 +++ kde-config.xml 23 Dec 2006 04:44:46 -0000 1.27 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.26 2006/12/23 04:40:39 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.27 2006/12/23 04:44:46 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -641,11 +641,15 @@ <p> If you want to use <c>kdm</c> as graphical login manager (which means you don't -have to login to a terminal and type <c>startx</c> every time) you need -to edit a configuration file and set up your system so that it enters graphical -mode after boot, as explained below. +have to login to a terminal and type <c>startx</c> every time) you need to +first emerge it, and then edit a configuration file and set up your system so +that it enters graphical mode after boot, as explained below. </p> +<pre caption="Installing kdm"> +# <i>emerge --ask --noreplace kdm</i> +</pre> + <p> In <path>/etc/conf.d/xdm</path>, set the <c>DISPLAYMANAGER</c> variable to <c>kdm</c>. -- [email protected] mailing list
