From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 06:27:59 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 5432C16A4CE for ; Tue, 6 Jan 2004 06:27:59 -0800 (PST) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4BA43D41 for ; Tue, 6 Jan 2004 06:27:58 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.110] (helo=snoopy-bak.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.24) id 1AdsBY-0008VH-JY for freebsd-questions@freebsd.org; Tue, 06 Jan 2004 15:27:56 +0100 Received: from [12.33.76.83] (helo=srce) (Authenticated Sender=klimenta@runbox.com) by snoopy-bak.runbox.com with asmtp (Exim 4.24) id 1AdsB8-00007W-2G for freebsd-questions@freebsd.org; Tue, 06 Jan 2004 15:27:30 +0100 Message-ID: <005501c3d461$7024ec10$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <000201c3d45f$41053db0$6501a8c0@carson> Date: Tue, 6 Jan 2004 09:29:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: Two unrelated questions 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, 06 Jan 2004 14:27:59 -0000 > 2) I have installed freebsd 4.9 on my Dell Inspiron 8100 laptop, when I > try to configure XFree86 I have to use the text based tool. After doing > that, when I run startx I get a grainy desktop that almost covers my screen, > but not quite, and has only a clock window, a login window, and an xterm > window, and nothing else. Where am I going wrong? You didn't install some of the window managers. Log as root and # cd /stand # ./sysinstall Choose Post-Configure XFree86 or something and install KDE, Gnome or something similar. # rehash # startx It should work...