From owner-freebsd-questions@FreeBSD.ORG Fri Aug 4 01:28:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 230B516A4E1 for ; Fri, 4 Aug 2006 01:28:24 +0000 (UTC) (envelope-from nehe@cruzinternet.com) Received: from mail.cruzinternet.com (mail.cruzinternet.com [216.234.167.210]) by mx1.FreeBSD.org (Postfix) with SMTP id 9536043D49 for ; Fri, 4 Aug 2006 01:28:23 +0000 (GMT) (envelope-from nehe@cruzinternet.com) Received: (qmail 45576 invoked from network); 4 Aug 2006 01:28:22 -0000 Received: from iphost-216-234-182-9.cruzinternet.com (HELO ?192.168.1.2?) (216.234.182.9) by mail.cruzinternet.com with SMTP; 4 Aug 2006 01:28:22 -0000 Message-ID: <44D2A2B5.6040500@cruzinternet.com> Date: Thu, 03 Aug 2006 19:28:21 -0600 From: Jeff Molofee User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060803215556.A51AF16A4F3@hub.freebsd.org> In-Reply-To: <20060803215556.A51AF16A4F3@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: vidcontrol 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, 04 Aug 2006 01:28:24 -0000 I've noticed an odd problem when I set allscreens_flags="MODE_282". If I set this in rc.conf, when I reboot my machine, the minute GDM comes up, I can see black on the top half of my screen, overwriting everything else on the screen. As I move the mouse, the black lines overwrite more of the screen. I can also see a very tiny cursor moving in the black. What this looks like to me, is that part of the console screen memory is overwriting the screen. Is there a fix for this or is this a known problem? If I disable the allscreens_flags in rc.conf, boot normally, switch to a console CTLR_ALT-F1from within Gnome then run vidcontrol MODE_282 then switch back everything is fine... no corruption.