From owner-freebsd-hackers Wed Aug 28 20:18:36 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA07733 for hackers-outgoing; Wed, 28 Aug 1996 20:18:36 -0700 (PDT) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA07722; Wed, 28 Aug 1996 20:18:29 -0700 (PDT) Received: (from durham@localhost) by w2xo.pgh.pa.us (8.6.12/8.6.9) id XAA00191; Wed, 28 Aug 1996 23:17:13 -0400 Date: Wed, 28 Aug 1996 23:17:13 -0400 (EDT) From: Jim Durham X-Sender: durham@w2xo.pgh.pa.us To: sos@freebsd.org cc: hackers@freebsd.org Subject: Re: Specs on a Hitachi CM2085me monitor anybody ?? In-Reply-To: <199608280710.JAA21785@ra.dkuug.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 28 Aug 1996 sos@freebsd.org wrote: > In reply to Jim Durham who wrote: > > > > > H&V-sync your monitor can handle, I can probably do a small patch > > > to the mode setting code that will allow you to use your monitor > > > for std modes ie 80x25, 80x50 etc... > > > Just remember that it s a hack, and nothing that I will admit to > > > have done :) > > > > I'd like to see this also, as I have a fixed-scan 19 inch monitor.. Just > > some general guidelines to hack it myself would do the trick. Where's > > the mode setting code? Syscons.c? > > > > Hmm, this might even be the best idea, I'll see if I can get > the time to write down how to do this. Remember though that > it is only possible to use the std clock rates, which probably > will result in some strange resulution. > For the adventurous look at the function set_mode() in syscons.c > that together with a description on how the videomodes are > stored in the BIOS will do the trick. I even remember seeing a little > util for DOS(I know...) that allowed one to play with the video regs > "online". That would give the values you need... OK.. I looked at it earlier. I'll look again. Any suggestions on where documentation on BIOS video modes may be lurking on the net? Of course, the absolute topper would be to hack the BIOS rom so that it natively boots to something your monitor can handle! ;-) . -Jim Durham