From owner-freebsd-hackers Fri Aug 23 21:18:35 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA19685 for hackers-outgoing; Fri, 23 Aug 1996 21:18:35 -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 VAA19667 for ; Fri, 23 Aug 1996 21:18:29 -0700 (PDT) Received: (from durham@localhost) by w2xo.pgh.pa.us (8.6.12/8.6.9) id AAA13726; Sat, 24 Aug 1996 00:20:36 -0400 Date: Sat, 24 Aug 1996 00:20:35 -0400 (EDT) From: Jim Durham X-Sender: durham@w2xo.pgh.pa.us To: hackers@freebsd.org Subject: Re: Specs on a Hitachi CM2085me monitor anybody ?? In-Reply-To: <199608240220.UAA13905@rover.village.org> 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 Fri, 23 Aug 1996, Warner Losh wrote: > : I've got my hands on one of these oldish 20" monitors, > : I don't have any specs on it though, anybody know > : the videobandwith, max h/V sync frequencies etc... > > If it is off a Sun I can help you... Otherwise I can't. I have a > XF86Config file for my Sun minitor that I've included. I've also > included an *OLD* post on the topic I wrote. > > Warner > P.S. I've cc'd hackers to make sure this makes it into the archives :-) > > > Keep in mind that you *MUST* leave your monitor off while you are away > from your machine and you *MUST* turn it off ASAP when the machine > crashes and is rebooting to prevent possible damage to the monitor > when the machine is in text mode. I have two monitors: the 17" Sony > from the Solbourne machine that I normally use, and a 15" Hitachi that > I use to upgrade my machine, or when the system has crashed and I need > to do something about it before bringing X up again or I'm on the road > with my machine. > > Warner > I have a 19 inch Hitachi (HM-4119). It is 48 khz horizontal and 60-70 vertical, just for giggles. Here is my "monitor" section of XF86Config... Section "Monitor" Identifier "Hitachi Monitor" VendorName "Hitachi" ModelName "HM-4119" # Bandwidth is in MHz unless units are specified Bandwidth 100.0 HorizSync 48-52 VertRefresh 58-64 # typical for a single frequency fixed-sync monitor Mode "1056x796" DotClock 64.98 HTimings 1056 1160 1272 1312 VTimings 796 800 812 846 Flags "-vsync" "-hsync" EndMode Section "Screen" Driver "svga" Device "Cirrus 5422" Monitor "Hitachi Monitor" Subsection "Display" Depth 8 Modes "1056x796" ViewPort 0 0 Virtual 1180 850 EndSubsection EndSection Notice that the flags "-vsync" and "-hsync" are necessary with my Hitachi to make the sync pulses go in the proper direction, which is negative-going with my monitor, whereas a garden-variety VGA is positive-going. I also have to use an old 13 inch Mono monitor to see what is happening when the machine is booting. Why wouldn't it be possible to modify the console driver so that the scan rates could be changed on it to allow those of us with large, fixed-scan monitors to see boot messages and use the virtual consoles? I'm gonna go look to see where the video card is initialized. regards, -Jim Durham