From owner-freebsd-questions@FreeBSD.ORG Tue Mar 8 13:01:11 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E014316A4CE for ; Tue, 8 Mar 2005 13:01:11 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE8443D5E for ; Tue, 8 Mar 2005 13:01:11 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 79F98C5F3BE for ; Tue, 8 Mar 2005 08:01:10 -0500 (EST) X-Sasl-enc: DUq0Huj2v6Caw6jfiekAjw 1110286869 Received: from gumby.localhost (dsl-80-41-74-112.access.as9105.com [80.41.74.112]) by frontend2.messagingengine.com (Postfix) with ESMTP id E158B570360 for ; Tue, 8 Mar 2005 08:01:09 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Tue, 8 Mar 2005 13:01:07 +0000 User-Agent: KMail/1.7.2 References: <422C5FC1.9040608@wanadoo.es> <200503071440.j27Eexx10289@clunix.cl.msu.edu> <1271.216.220.59.169.1110211318.squirrel@216.220.59.169> In-Reply-To: <1271.216.220.59.169.1110211318.squirrel@216.220.59.169> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503081301.08590.list-freebsd-2004@morbius.sent.com> Subject: Re: Just installed FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 13:01:12 -0000 On Monday 07 March 2005 16:01, Ean Kingston wrote: > run 'pkg_add -r kde' from the command line > > edit /etc/ttys (with ee or whatever editor you like. > > Look for the line that looks like this: > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > > and change the word 'off' to 'on'. Then save the file. > Better still leave the line commented out and enter: ttyv8 " /usr/local/bin/kdm -nodaemon" xterm on secure KDM is part of KDE and is fully integrated with it, as well as being a general-purpose login manager.