From owner-freebsd-questions Mon Mar 13 18:18:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tdl.com (pm4-9.tdl.com [206.180.234.9]) by hub.freebsd.org (Postfix) with ESMTP id B931B37B676 for ; Mon, 13 Mar 2000 18:18:40 -0800 (PST) (envelope-from wdr@tdl.com) Received: from tdl.com (localhost [127.0.0.1]) by wdr (8.9.3/8.8.8) with ESMTP id WAA00461; Wed, 8 Mar 2000 22:18:51 -0800 (PST) (envelope-from wdr@tdl.com) Message-ID: <38C7424B.ECF06E1F@tdl.com> Date: Wed, 08 Mar 2000 22:18:51 -0800 From: William Richard X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Manuel Enrique , freebsd-questions@freebsd.org Subject: Re: How to Set up XDM or KDM in FreeBSD? References: <385450508.952578173065.JavaMail.root@web18.pub01> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Manuel Enrique wrote: > > Hi Hello! > > I need information about how to set up XDM or KDM in FreeBSD so When I turn > on my machine I enter directly to Xwindows without typing "startx" anytime I > login in FreeBSD. Well, you can either add a line to /etc/rc.local: /usr/X11R6/bin/xdm Or you can make a change in /etc/ttys: /dev/ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure (in fact, this line is probably already in /etc/ttys; just change the "off" to "on"). However, simply making XDM start at boot is not enough. You must do some configuration beforehand, or you will end up mighty confused. There was an article in the January 2000 edition of Daemon News about XDM; you might consider looking there. And say hi to the author for me. Good luck. Cheers, William Richard wdr@tdl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message