From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gxykm-0003hS-6h for garchives@archives.gentoo.org; Sat, 23 Dec 2006 04:45:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBN4imG5014958; Sat, 23 Dec 2006 04:44:48 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBN4ilAi000620 for ; Sat, 23 Dec 2006 04:44:48 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 2F8A2642F5 for ; Sat, 23 Dec 2006 04:44:47 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sat, 23 Dec 2006 04:44:47 +0000 From: "Josh Saddler" Date: Sat, 23 Dec 2006 04:44:47 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: kde-config.xml Message-Id: <20061223044447.2F8A2642F5@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: abd0ddc1-9472-4fa2-8d48-72516e0ffc46 X-Archives-Hash: d7727b27034affef8bcab06e94e5b3f5 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 @@ - + @@ -641,11 +641,15 @@

If you want to use kdm as graphical login manager (which means you don't -have to login to a terminal and type startx 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 startx 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.

+
+# emerge --ask --noreplace kdm
+
+

In /etc/conf.d/xdm, set the DISPLAYMANAGER variable to kdm. -- gentoo-doc-cvs@gentoo.org mailing list