From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:48:04 2004 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 8725D16A4CE for ; Mon, 29 Nov 2004 22:48:04 +0000 (GMT) Received: from ispmxmta09-srv.alltel.net (ispmxmta09-srv.alltel.net [166.102.165.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54AE43D48 for ; Mon, 29 Nov 2004 22:48:02 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.2] (really [69.40.80.76]) by ispmxmta09-srv.alltel.net with ESMTP id <20041129224801.CMKB6770.ispmxmta09-srv.alltel.net@[192.168.0.2]> for ; Mon, 29 Nov 2004 16:48:01 -0600 From: Trey Sizemore To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 29 Nov 2004 17:49:04 -0500 Message-Id: <1101768549.80344.6.camel@salamander.thesizemores.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Using gdm at boot 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: Mon, 29 Nov 2004 22:48:04 -0000 I've got FreeBSD 5.3 setup on my desktop and wanted to use gdm to login. Per instructions I found at marcuscom.com: Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm hanging or restarting constantly. Instead, copy the included gdm.sh.sample script to gdm.sh, and restart. This script is found in /usr/X11R6/etc/rc.d. Silly question, but I'm not sure I understand where to copy this file to. Same directory (/usr/X11R6/etc/rc.d)? Does doing this alone enable gdm without any changes to /etc.ttys? I have only a text login now, no xdm/kdm/gdm at all, but want to have gdm enabled with sessions available for gnome, kde, icewm, and xfce4. Thanks for any clarification.