Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 1996 00:20:35 -0400 (EDT)
From:      Jim Durham <durham@durham>
To:        hackers@freebsd.org
Subject:   Re: Specs on a Hitachi CM2085me monitor anybody ?? 
Message-ID:  <Pine.BSF.3.91.960823235814.13671B-100000@w2xo.pgh.pa.us>
In-Reply-To: <199608240220.UAA13905@rover.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
           





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960823235814.13671B-100000>