From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 11:50:47 2003 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 DF4AC37B401 for ; Tue, 15 Apr 2003 11:50:47 -0700 (PDT) Received: from mail.inetcomm.ru (mail.inetcomm.ru [212.152.32.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F025943F85 for ; Tue, 15 Apr 2003 11:50:46 -0700 (PDT) (envelope-from mangoost@inetcomm.ru) Received: by mail.inetcomm.ru (Postfix, from userid 90) id A3E73182D3; Tue, 15 Apr 2003 22:50:44 +0400 (MSD) Received: from mangoost.tronet.troitsk.ru (spirit.tronet.ru [212.152.36.114]) by mail.inetcomm.ru (Postfix) with SMTP id 6FE75182C8 for ; Tue, 15 Apr 2003 22:50:42 +0400 (MSD) Date: Tue, 15 Apr 2003 22:52:11 +0000 From: alex To: FreeBSD-Questions@FreeBSD.ORG Message-Id: <20030415225211.66a99ab6.mangoost@inetcomm.ru> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Starting X Automatically 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, 15 Apr 2003 18:50:48 -0000 > > Linux has run levels > > in run level 5 X starts automatically > > what can i do to make X start up all by itself when freebsd boots up ! > > Please reply ASAP ! Change "off" to "on" in line (/etc/ttys) : ttyv9 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure xdm works fine, but you can change it to kdm/gdm. They look better.