From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 01:01:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4BE816A421 for ; Tue, 26 Jun 2007 01:01:43 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFE013C44B for ; Tue, 26 Jun 2007 01:01:43 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [127.0.0.1] (outbound.tundraware.com [192.168.0.1]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l5Q11Ytb022565 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 25 Jun 2007 20:01:36 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4680656D.7050501@tundraware.com> Date: Mon, 25 Jun 2007 20:01:33 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.9 (X11/20060911) MIME-Version: 1.0 To: Eric Crist References: <0D7B3EA1-FE81-4429-AA12-47D5A21BD385@gmail.com> In-Reply-To: <0D7B3EA1-FE81-4429-AA12-47D5A21BD385@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: Cyrus , freebsd-questions Subject: Re: KDM at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 01:01:43 -0000 Eric Crist wrote: > On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: > >> ive done this before with Slackware 11, but read up on freebsd on how >> to do >> it, and its completley different. How do I go about having KDM start >> automaticly on boot? >> > > Edit /etc/ttys and modify line 45 as follows: > > ttyv8 "/usr/local/bin/kdm " xterm on secure > > Save the file, reboot. Of course, you need to have KDE installed. Shouldn't have to reboot. 'kill -HUP 1' should do it. If not, 'shutdown now', hit return, followed by ^D will do it ...