From owner-freebsd-newbies@FreeBSD.ORG Thu Oct 9 10:44:57 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3960116A4B3 for ; Thu, 9 Oct 2003 10:44:57 -0700 (PDT) Received: from zeus.acuson.com (ac17860.acuson.com [157.226.71.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E75543FBF for ; Thu, 9 Oct 2003 10:44:54 -0700 (PDT) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02 ([157.226.230.209]:4311 helo=mvaexch02.acuson.com) by zeus.acuson.com with esmtp (Exim 4.14) id 1A7eqK-0004Je-6Q; Thu, 09 Oct 2003 10:44:52 -0700 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Thu, 9 Oct 2003 10:41:40 -0700 Received: from dhcp-46-145.acuson.com ([157.226.46.145]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TRYRCZGZ; Thu, 9 Oct 2003 10:40:49 -0700 From: Johnson David To: Talbot , freebsd-newbies@freebsd.org Organization: Siemens Medical Systems Date: Thu, 9 Oct 2003 10:43:47 -0700 User-Agent: KMail/1.5.4 References: <001101c38e77$136a6ca0$71624541@hppav> In-Reply-To: <001101c38e77$136a6ca0$71624541@hppav> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310091043.47447.DavidJohnson@Siemens.com> X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1A7eqK-0004Je-6Q*Ix39q.a7Mwc* X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Subject: Re: X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 17:44:57 -0000 On Thursday 09 October 2003 08:07 am, Talbot wrote: > Greetings > I recently installed FreeBSD 4.5 with desk top KDE using a CD that > came with the book, FreeBSD Unleashed, by Michael Urban and Brian > Tiemann. Everything seemed to go fine until I execute startx. The > desktop environment on my screen "seems" to be at least four times as > big as it should be, displaying only the top left portion of the > desktop. The Handbook section 5.4 covers this information. Your problem is that you have a "virtual desktop", one that is larger than the size of your screen. This is the unfortunate default. My preferred method of configuring XFree86 is to first run "XFree86 -configure" to detect the video card and monitor. That's only to get this information. Then I run the command line configuration utility, xf86config, manually. Answer all of the questions. Then when it comes to display modes, make sure you select and appropriate display size, and then answer NO to "Do you want a virtual screen that is larger than the physical screen?". Then once you get a XF86Config file that works, SAVE IT! But read the handbook first. David