From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 14:04:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97DC116A4CE for ; Mon, 30 Aug 2004 14:04:46 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3438143D62 for ; Mon, 30 Aug 2004 14:04:46 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from [192.168.1.2] (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.13.1/8.13.1) with ESMTP id i7UE4h6T000706; Mon, 30 Aug 2004 10:04:43 -0400 (EDT) (envelope-from bryan@kishka.net) Message-ID: <413333FB.5020905@kishka.net> Date: Mon, 30 Aug 2004 10:04:43 -0400 From: Bryan Liesner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040808 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cyrille Lefevre , current@freebsd.org References: <200408291848.i7TImAq8072080@mail.gits.dyndns.org> <098401c48e76$6772d300$7890a8c0@gits.invalid> In-Reply-To: <098401c48e76$6772d300$7890a8c0@gits.invalid> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 30 Aug 2004 14:04:46 -0000 Cyrille Lefevre wrote: > PR#71142 (http://www.freebsd.org/cgi/query-pr.cgi?pr=71142) > has just been submitted w/ the "static void" fix. > > PS : the vidcontrol "showing the mouse: Invalid argument" > error message has not been fixed, yet. > > Cyrille Lefevre. It works great! One exception - I'm using green_saver and it doesn't blank the screen anymore. The text stays where it is on the screen and the cursor disappears. When I hit a key, the console responds by blanking for a second, then back to normal operation. The patch as listed in the PR is mangled - some spaces are rendered as =20, equal signs rendered as =3D, and escape chars as =1B. I did manage to fix the patch and get it to apply cleanly.