From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 07:04:05 2007 Return-Path: X-Original-To: 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 450D516A403 for ; Wed, 3 Jan 2007 07:04:05 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from smtp-out.fcibroadband.com (smtp-out.fcibroadband.com [64.119.104.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1E31513C441 for ; Wed, 3 Jan 2007 07:04:05 +0000 (UTC) (envelope-from bobmc@bobmc.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-in1.fcibroadband.com (Postfix) with ESMTP id 860771B1741 for ; Wed, 3 Jan 2007 02:04:04 -0500 (EST) Received: from smtp-out1 ([127.0.0.1]) by localhost (smtp-out1 [127.0.0.1]) (amavisd-new, port 10025) with SMTP id 08636-08 for ; Wed, 3 Jan 2007 02:04:01 -0500 (EST) Received: from [192.168.1.100] (host6614614725.dsl.res.tor.fcibroadband.com [66.146.147.37]) by smtp-out.fcibroadband.com (Postfix) with ESMTP id 0B36E1B173E for ; Wed, 3 Jan 2007 02:04:01 -0500 (EST) Message-ID: <459B555E.4000101@bobmc.net> Date: Wed, 03 Jan 2007 02:03:58 -0500 From: bobmc User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: questions@freebsd.org References: <459B4322.5030501@bobmc.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: starting KDE after install .. -not- 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: Wed, 03 Jan 2007 07:04:05 -0000 Paul Schmehl wrote: > --On January 3, 2007 12:46:10 AM -0500 bobmc wrote: > >> After KDE is installed, "startx" still launches the twm default >> X manager. Diligent RTFM only tells me it should work once the >> Xserver is configured for the video hardware and monitor. >> >> WindowMaker provides a pleasant GUI once I create a $HOME/.xinitrc >> file. Firefox and Thunderbird work fine. However, nowhere can I find >> instructions for the complete integration of KDE and I am missing the >> use of K3b and other useful apps included with KDE. -Bob- >> > Try this. Edit /etc/ttys thus: > ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure > >> From the Handbook. > > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ Thank you for the clue .. it was set to xdm. However, xdm hides the console to present a graphical login. I am trying to launch KDE after logging in so changing /etc/ttys has no effect. -Bob-