From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 22:10:40 2005 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 6A80716A4CE for ; Sun, 6 Mar 2005 22:10:40 +0000 (GMT) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C9343D53 for ; Sun, 6 Mar 2005 22:10:40 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.1) with ESMTP id j26MAcXu070080; Sun, 6 Mar 2005 15:10:38 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.1/Submit) with ESMTP id j26MAcs2070077; Sun, 6 Mar 2005 15:10:38 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 6 Mar 2005 15:10:38 -0700 (MST) From: Warren Block To: Matt Juszczak In-Reply-To: <20050305155915.S21587@neptune.atopia.net> Message-ID: <20050306150530.Y69907@wonkity.com> References: <20050305155915.S21587@neptune.atopia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (wonkity.com [127.0.0.1]); Sun, 06 Mar 2005 15:10:38 -0700 (MST) cc: freebsd-questions@freebsd.org Subject: Re: X not loading in full screen 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: Sun, 06 Mar 2005 22:10:40 -0000 On Sat, 5 Mar 2005, Matt Juszczak wrote: > I've installed Gnome2 and xorg on my laptop, and it wont load in a full > screen window. There is about an inch of black border on each side of the > window. I've googled and tried possible suggestions (such as changing the > xorg.conf file, etc.) but still no dice. Edit the xorg.conf file to match the native resolution of your notebook screen. For example, something like this: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Make sure you are editing the real xorg.conf file, not just the sample one created by Xorg -configure in your /root directory. I keep xorg.conf in /usr/X11R6/lib/X11, but some use /etc/X11. -Warren Block * Rapid City, South Dakota USA