Subject: Re: XFree modeline for DEC VR290 monitor
To: Matthias Buelow <mkb@mukappabeta.de>
From: Simon Burge <simonb@netbsd.org>
List: netbsd-users
Date: 06/13/2000 12:22:59
Matthias Buelow wrote:
> Hi,
>
> I'm desperately trying to get an old DEC VR290 monitor I lifted from
> the basement to work with XFree (on NetBSD/i386 1.4.2).
>
> The monitor is from a VS3100/m30 (which also runs NetBSD, albeit
> headlessly) and it does 1024x864 at 60Hz. I have crafted a modeline
> for XFree/x86 which _almost_ does it, there are two alternative problems
> left, though:
For a VR297 which is the same resolution, I've had the most success
with:
# DEC VR297
Section "Monitor"
Identifier "VR297"
VendorName "DEC"
ModelName "DA"
Bandwidth 70
HorizSync 50-55
VertRefresh 60-65
#Modeline "1024x864" 70 1024 1048 1174 1280 864 864 867 902 -hsync -vsync -csync
Modeline "1024x864" 70 1024 1056 1182 1280 864 864 867 902 -hsync -vsync -csync
Modeline "1024x768" 65 1024 1040 1168 1272 768 768 771 800 -hsync -vsync -csync
EndSection
Simon.