From owner-freebsd-questions Wed Oct 11 13:54:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 8616437B66C for ; Wed, 11 Oct 2000 13:54:26 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.11.0/8.11.0) id e9BKuaV31630; Wed, 11 Oct 2000 16:56:36 -0400 (EDT) (envelope-from abc) Date: Wed, 11 Oct 2000 16:56:36 -0400 From: Alan Clegg To: Mark Hummel Cc: FSD Subject: Re: How can I boot directly into KDE? Message-ID: <20001011165636.C31133@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , Mark Hummel , FSD References: <39E4D2B7.6D19A545@ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39E4D2B7.6D19A545@ispchannel.com>; from mhumm@ispchannel.com on Wed, Oct 11, 2000 at 03:51:03PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Mark Hummel said: > I am using KDE, but I have to run it by using the startx command. I'd > like to boot directly to KDE. I've been told that this is very > possible, but I still can't figure out the process. look at /etc/ttys. Find the line: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure change it to: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure kill -HUP 1 AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message