Subject: Re: 98785A
To: None <downsj@teeny.org>
From: Brian J. Fox <bfox@samsara.com>
List: port-hp300
Date: 03/28/1996 15:13:44
Date: Thu, 28 Mar 1996 13:21:29 -0800
From: Jason Downs <downsj@teeny.org>
Sender: owner-port-hp300@netbsd.org
Precedence: list
X-Loop: port-hp300@NetBSD.ORG
Does anyone know what frequencies the 98785A supports? I don't remember.
Something in the back of my head tells me it's a Catseye monitor.
(Looking at it more as a potential PC monitor.)
--
Jason Downs
downsj@teeny.org --> teeny.org: Free Software for a Free Internet <--
http://www.teeny.org/
Big Brother... Just say No.
No to unlimited wiretaps. No to enforced `decency'.
Here is an XF86Config file for this monitor.
Basically, you can only get a little better than 1024x1168 out of it,
(I'm getting 1050x787) and, of course, you can't see anything while
the machine is booting.
If, like me, your monitor only has RGB inputs on the back, you have to
make a little circuit to get the syncs on the green input.
The circuit looks like:
G -- (neg) 100uF Capacitor (pos) ----
|
|
HS ---- n n ------------------ 1k resistor
p
|
VS -1k trim
This works by turning off the green signal when the syncs are being
sent, and costs about 3 dollars to make with parts from (ugh) Radio
Shack.
Brian Fox
Here is the XF86Config file:
# -*- Indented-Text -*-
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
Xleds 1 2 3
LeftAlt Meta
RightAlt ModeShift
EndSection
Section "Pointer"
Protocol "MouseMan"
Device "/dev/mouse"
EndSection
Section "Device"
Identifier "Diamond Stealth SE 1mb"
VendorName "Diamond"
BoardName "Stealth SE 1mb"
VideoRam 1024
Option "nolinear"
Option "sw_cursor"
EndSection
Section "Monitor"
Identifier "HP 98785A"
VendorName "Hewlett Packard"
ModelName "98785A"
HorizSync 35.0 - 49.0
VertRefresh 56.0 - 60.0
Gamma 1.8 3.3 2.1
# 1024x768 @ 60 Hz, 48.4 kHz hsync, shifted.
Mode "Test"
DotClock 65
HTimings 1050 1102 1188 1344
VTimings 787 794 800 818
Flags "-hsync"
Flags "-vsync"
EndMode
Mode "High"
DotClock 65
HTimings 1040 1102 1188 1344
VTimings 778 776 782 806
Flags "-hsync"
Flags "-vsync"
EndMode
Mode "Normal"
DotClock 65
HTimings 1024 1102 1188 1344
VTimings 768 771 777 806
Flags "-hsync"
Flags "-vsync"
EndMode
Mode "Low"
DotClock 49.90
HTimings 800 839 905 1024
VTimings 700 741 749 818
Flags "-hsync"
Flags "-vsync"
EndMode
EndSection
Section "Screen"
Driver "accel"
Device "Diamond Stealth SE 1mb"
Monitor "HP 98785A"
Subsection "Display"
Depth 8
Visual "PseudoColor"
Modes "Test" "High" "Normal" "Low"
ViewPort 0 0
Virtual 1050 787
EndSubsection
EndSection