From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 00:21:22 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2040D1065670 for ; Fri, 22 Jun 2012 00:21:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id CE2AF8FC14 for ; Fri, 22 Jun 2012 00:21:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q5M0LLBC074816; Thu, 21 Jun 2012 18:21:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q5M0LKa5074813; Thu, 21 Jun 2012 18:21:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 21 Jun 2012 18:21:20 -0600 (MDT) From: Warren Block To: David Tilbrook In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 21 Jun 2012 18:21:21 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: xrandr cropping my window 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: Fri, 22 Jun 2012 00:21:22 -0000 On Thu, 21 Jun 2012, David Tilbrook wrote: > Preamble: > > % cvt 1600 1280 > # 1600x1280 59.92 Hz (CVT 2.05M4) hsync: 79.51 kHz; pclk: 171.75 MHz > Modeline "1600x1280_60.00" 171.75 1600 1712 1880 2160 1280 1283 > 1290 1327 -hsync +vsync > > Running the following: > > xrandr --auto > xrandr --newmode "1600x1280_60.00" 171.75 1600 1712 1880 2160 1280 > 1283 1290 1327 -hsync +vsync > xrandr --addmode VGA1 "1600x1280_60.00" > xrandr --output VGA1 --mode "1600x1280_60.00" > yields: > > Default gamma for IRGB image is 2.20 > Compressing colormap ...no improvment [sic] > Clipping image...(Adding border)...done > Building XImage...done > > It does accomplish most of what I want, but indeed added a black border > at the top of the display. > > The root window has geometry 1600x1280+0+0, however the area > that's visible on the display is approximately 1520x1200. > > This means that when maximizing a window, the bottom and left edges > are not displayed. > > Are there adjustments I can make to get my full screen? Unless you have a very old or defective monitor, it will report the modes it can display. xrandr should pick those up; run it without options to display known modes. Select one of those existing modes rather than creating a new one that the monitor may not be able to display.