From owner-freebsd-hackers Tue Nov 13 1: 5:34 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from clueless.redbus.aaisp.net (clueless.redbus.aaisp.net [213.161.73.195]) by hub.freebsd.org (Postfix) with SMTP id 3FA4637B416 for ; Tue, 13 Nov 2001 01:05:30 -0800 (PST) Received: from zebedee.innovision-group.com([217.169.2.11] HELO:garfield.innovisiongroup.com) by clueless.redbus.aaisp.net for freebsd-hackers@FreeBSD.ORG; Tue, 13 Nov 2001 09:05:29 +0000 From: "Jonathan Belson" To: "Vladimir Kushnir" , "Jonathan Belson" Cc: Subject: RE: Screen saver module Date: Tue, 13 Nov 2001 09:10:53 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20011109013949.G73861-100000@kushnir1.kiev.ua> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > > On Thu, 8 Nov 2001, Jonathan Belson wrote: > > > I've written a screen saver module for syscons which uses > > VESA modes (where available) for higher resolutions. > > > > It runs quite happily on my GeForce 2 but I found it > > crashes almost straight away on a Matrox Millenium > > when I try to run it in M_VESA_CG800x600 - I changed > > the code to use 640x480 and it seemed fine. > > > It runs just as happily on Vanta here (FreeBSD-CURRENT). Thanks Jonathan. Cheers for the report. The code in its current state has now been tested on five different graphics cards with no problems...it runs fine on this machine (Matrox G400) at 800x600, so maybe it's just the Millenium that has the problem with M_VESA_CG800x600. > > The source is at http://www.witchspace.com//kix.tgz > > Extract it in /usr/src/sys/modules/syscons, cd to > > 'kix' and type 'make && make install'. > > Would somebody commit it (with some warning message, perhaps)? If they could, that would be great. Cheers, --Jon http://www.witchspace.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message