From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 14:16:51 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 903D5106566C for ; Sun, 8 Feb 2009 14:16:51 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id D74F98FC3F for ; Sun, 8 Feb 2009 14:16:50 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 08 Feb 2009 14:16:49 -0000 Received: from p54A3DED5.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.222.213] by mail.gmx.net (mp055) with SMTP; 08 Feb 2009 15:16:49 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX1/zWGwpJJrzCLZYrmuaFWapCL99eTA9DopJVySh/o y5F5IsuOVQlAm7 Message-ID: <498EE950.300@gmx.de> Date: Sun, 08 Feb 2009 15:16:48 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Oliver Fromme References: <200902081247.n18ClJaM015821@lurza.secnetix.de> In-Reply-To: <200902081247.n18ClJaM015821@lurza.secnetix.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 Cc: freebsd-current@FreeBSD.ORG Subject: Re: CFT: Graphics support for /boot/loader X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 14:16:52 -0000 Oliver Fromme schrieb: > Antonios Anastasiadis wrote: > > I've got the red border on a TFT monitor by the way. > > OK, yeah, the problem is more widespread than I thought. > Obviously some TFT monitors (probably wide-screen ones in > particular) aren't scaling VGA modes to the full size of > the screen, so the border bug becomes visible. This "bug" is called "overscan" and is actually a feature of graphics cards. The overscan colour index can be selected with the "Overscan Color" register (0x11) of the attribute controller (port 0x3C0). You can even set a colour which is outside of the 0-15 range, so you get a 17th colour for the border!