I'll also post this for anyone else who is interested. Attached are myQuote:>I've got an stb vl-24 powergraph card with an s3805 chip, and I recently
>upgraded from XFree 2.x to 3.1. In the old release, the configuration for
>the card was right in the modeDB.txt file, but I can't seem to find it in
>the new file...also, I can't find any configs for card with s3 chips, so is
>there another file I should be looking in to get the right settings? Or,
>if anyone still has XFree 2.1.1 (I think that's what it was), could they
>please send me the proper settings? Email is preffered, since my computer
>is currently messed up since the upgrade, and reading news is difficult...
configuration files for both XFree86 2.1.1 and XFree86 3.1. They
include timings for 640x480, 800x600, and 1024x768 which duplicate the
way the MS-Windows drivers set up the PowerGraph VL-24. (These are the
"w" suffix timings.)
--
==== Xconfig file for XFree86 2.1.1 ====================================
# **********************************************************************
# Graphics drivers
# **********************************************************************
accel
#-------------------------------------------------------------
# Video Card Definition
# Video Card ID 82
# Video Card Name: STB PowerGraph VL-24
# 0
# Last Change: 06-12-94
# Chipset 805
Clocks "icd2061a"
#-------------------------------------------------------------
# Monitor Definition
# Monitor ID ?
# Monitor Name: Nanao F550i-W
# Last Change: 06-12-94
Modes "1024x768w" "800x600w" "640x480w" "800x600" "1024x768"
ModeDB
"1024x768" 75 1024 1048 1184 1328 768 771 777 806 +hsync +vsync
# 24 136 144 3 6 29
"800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync
# 56 120 64 37 6 23
"1024x768w" 75 1024 1080 1256 1336 768 773 776 807 -hsync -vsync
# 56 176 80 5 3 31
"800x600w" 49 800 848 960 1024 600 625 631 667 -hsync -vsync
# 48 112 64 25 6 36
"640x480w" 32 640 672 768 840 480 496 498 533 -hsync -vsync
# 32 96 72 16 2 35
==== end Xconfig =======================================================
==== XF86Config for XFree86 3.1 ========================================
Section "Monitor"
Identifier "Nanao F550i-W"
VendorName "Nanao"
ModelName "F550i-W"
BandWidth 80
HorizSync 27-65
VertRefresh 55-90
ModeLine "1024x768" 75 1024 1048 1184 1328 768 771 777 806 +hsync +vsync
ModeLine "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "1024x768w" 75 1024 1080 1256 1336 768 773 776 807 -hsync -vsync
ModeLine "800x600w" 49 800 848 960 1024 600 625 631 667 -hsync -vsync
ModeLine "640x480w" 32 640 672 768 840 480 496 498 533 -hsync -vsync
EndSection
Section "Device"
Identifier "Powergraph"
VendorName "STB"
BoardName "Powergraph VL-24"
Clockchip "icd2061a"
EndSection
Section "Screen"
Driver "accel"
Device "Powergraph"
Monitor "Nanao F550i-W"
Subsection "Display"
Modes "1024x768w" "800x600w" "640x480w" "800x600" "1024x768"
EndSubsection
EndSection
==== end XF86Config ====================================================