From owner-freebsd-questions@FreeBSD.ORG Sat Oct 7 14:51:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DB6C516A416 for ; Sat, 7 Oct 2006 14:51:19 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88543D53 for ; Sat, 7 Oct 2006 14:51:17 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id AAA09435; Sun, 8 Oct 2006 00:51:08 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 8 Oct 2006 00:51:07 +1000 (EST) From: Ian Smith To: Paul Schmehl In-Reply-To: <20061007051305.F078B16A4E8@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: Strange X problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 14:51:19 -0000 On Sat, 7 Oct 2006 freebsd-questions-request@freebsd.org wrote: > Message: 26 > Date: Fri, 06 Oct 2006 19:36:32 -0500 > From: Paul Schmehl > --On October 6, 2006 5:23:45 PM -0700 backyard > wrote: > > > > "For FreeBSD, edit /etc/ttys and find the line like > > this: > > > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off > > secure > > > > and edit it to this: > > > > ttyv8 "/usr/local/bin/kdm" xterm on secure > > > Yeah, I got a chance to look at it this afternoon, and that's what the > problem was. I wasn't looking closely enough at that line. Maybe you were looking _too_ closely at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html which I was browsing just before seeing your thread, that indeed says: To enable kdm, the ttyv8 entry in /etc/ttys has to be adapted. The line should look as follows: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure Cheers, Ian