From owner-freebsd-hackers Thu Jul 2 03:31:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23949 for freebsd-hackers-outgoing; Thu, 2 Jul 1998 03:31:15 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from oslo.geco-prakla.slb.com (geos01.oslo.geco-prakla.slb.com [134.32.44.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA23925; Thu, 2 Jul 1998 03:31:04 -0700 (PDT) (envelope-from smoergrd@geos01.oslo.geco-prakla.slb.com) Received: from sunw132.geco-prakla.slb.com (sunw132 [134.32.45.120]) by oslo.geco-prakla.slb.com (8.8.8/8.6.9) with SMTP id MAA24261 ; Thu, 2 Jul 1998 12:29:56 +0200 (MET DST) Received: by sunw132.geco-prakla.slb.com (SMI-8.6/SMI-SVR4) id MAA07752; Thu, 2 Jul 1998 12:29:56 +0200 To: sos@FreeBSD.ORG Cc: nick.hibma@jrc.it, hackers@FreeBSD.ORG Subject: Re: Console driver (was: Problems with irq 9(2)?) References: <199807021019.DAA21576@hub.freebsd.org> Organization: Schlumberger Geco-Prakla X-Disclaimer: I speak only for myself. From: smoergrd@oslo.geco-prakla.slb.com (Dag-Erling Coidan Smørgrav) Date: 02 Jul 1998 12:29:55 +0200 In-Reply-To: sos@freebsd.org's message of Thu, 2 Jul 1998 03:19:57 -0700 (PDT) Message-ID: Lines: 32 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos@freebsd.org writes: > In reply to Dag-Erling Coidan Smørgrav who wrote: > > However, no VGA board that I know of will exhibit snow while in text > > mode, so waiting for vertical retrace is not necessary. It should not > Well you dont know much then :), most modern videocards will > "snow" when you muck with the font generator, you probably > confuses this with writing to the screen buffer, which works > on all VGA's etc etc... Ah. I didn't realize that we were talking font generator here. Honestly, I don't really see the point in having a nifty pseudo- graphical mouse cursor in text mode. First, it's overkill because you only need character resolution, not pixel resolution. Second, it steals four characters from your character set. Third, it doesn't work properly (or at least doesn't look good) in all modes. > > > Or, much better, use an int routine called by the vertical retrace that > > > is mentioned in the message below. > > No. Modern graphics adapters do not have that functionality. > Well, most VGA comaptibles do have it, but there is enough cards > outthere that doesn't, so its not a soluiton. Of all the VGA adapters I've ever laid eyes on, the only one to generate an interrupt on vertical retrace is an old VLB S3 86c805 based accelerator, and even that one has a jumper for it which is off by factory default. I currently own two S3 cards, one TSeng Labs card, and a bunch of no-brand Cirrus Logic and Western Digital based cards. DES -- Dag-Erling Smørgrav - smoergrd@oslo.geco-prakla.slb.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message