Subject: xfree86 3.1 config probs
To: None <netbsd-help@netbsd.org>
From: James Lever <J.Lever@mailbox.uq.oz.au>
List: netbsd-help
Date: 11/16/1994 15:32:22
can anyone out there help me out with a reasonable config for
xfree86 v3.1 driving a Tseng Labs ET4000 W32P (revision unknown)
and a multisync monitor (14")
thanks..
currently I am getting a slightly wavy screen with a really unreadable
font and when I exit XFree86 it still has the font as part of the screen..
following is my current XF86Config file with unnecessary stuff removed
--------------------
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
RGBPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
ServerNumLock
EndSection
Section "Pointer"
Protocol "MouseSystems"
Device "/dev/tty00"
BaudRate 1200
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "EIZO FlexScan 9080i"
VendorName "EIZO"
ModelName "FlexScan 9080i"
BandWidth 60.0
HorizSync 30.0-64.0
VertRefresh 50.0-90.0
ModeLine "640x480" 31 640 664 704 832 480 489 492 520
ModeLine "640x480a" 28 640 672 768 800 480 490 492 525
ModeLine "640x480b" 25 640 672 768 800 480 490 492 525
ModeLine "800x600" 50 800 856 976 1040 600 637 643 666
ModeLine "800x600a" 40 800 864 896 1008 600 600 606 624
ModeLine "800x600b" 36 800 816 952 1056 600 608 610 633
ModeLine "1024x768i" 45 1024 1064 1224 1264 768 777 783 815 interlace
ModeLine "1024x768ia" 44 1024 1064 1224 1264 768 777 785 817 interlace
ModeLine "1024x768" 80 1024 1032 1152 1360 768 784 787 823
ModeLine "1152x900" 80 1152 1152 1368 1400 900 912 929 945
ModeLine "1280x1024i" 80 1280 1296 1412 1632 1024 1025 1037 1165 interlace
EndSection
#From: matthieu@laas.fr (Matthieu Herrb)
#Date: Tue, 27 Sep 1994 10:05:24 +0100
Section "Monitor"
Identifier "Sampo alphascan-17"
ModelName "AlphaScan 17"
BandWidth 95MHz
HorizSync 30-77kHz
VertRefresh 20-105Hz
ModeLine "640x480" 31.5 640 664 704 832 480 489 492 520
ModeLine "800x600" 40 800 840 968 1056 600 601 605 628
ModeLine "1024x768" 80 1024 1056 1096 1374 768 774 776 800
ModeLine "1024x768i" 40 1024 1064 1224 1264 768 773 781 813 interlace
ModeLine "1152x900" 94.6 1152 1160 1400 1536 900 906 914 954
ModeLine "1152x900i" 80 1152 1184 1480 1496 900 912 950 1024 interlace
ModeLine "1280x1024i" 80 1280 1288 1408 1624 1024 1026 1032 1076 interlace
ModeLine "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
#Date: Wed, 21 Sep 1994 14:22:23 -0700 (PDT)
#From: James Dooley <jdooley@ugcs.caltech.edu>
#Also-date: Wed, 21 Sep 1994 19:54:08 -0400 (EDT)
#Also-from: Andrew Robinson <robinson@cnj.digex.net>
#Also-date: 22 Sep 1994 10:25:06 -0700 (PDT)
#Also-from: Ken Latta <klatta@pkdla5.syntex.com>
Section "Device"
Identifier "Tseng et4000w32 series"
VendorName "Tseng"
BoardName "STB W32P"
Clocks 25.04 28.32 32.47 36.00 40.00 44.56 31.48 37.49
50.00 56.65 64.93 72.04 80.03 89.70 62.99 75.04
28.00 32.00 50.00 75.00 90.00
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# The colour SVGA server
Section "Screen"
Driver "accel"
# Device "Hercules Dynamite Pro ISA (D201E)"
Device "Tseng et4000w32 series"
# Device "Any Trident TVGA 9000"
# Device "Tseng Genoa Phantom ET4000/W32i 2MB VLB"
# Device "W32P"
# Device "Generic SVGA"
# Monitor "NEC 5FG"
# Monitor "Generic Monitor"
Monitor "EIZO FlexScan 9080i"
# Monitor "Sampo alphascan-17"
Subsection "Display"
Depth 8
# Modes "640x480" "1024x768i"
# Modes "640x480" "800x600" "1024x768i"
Modes "640x480" "800x600" "1024x768" "1152x900"
ViewPort 0 0
Virtual 800 600
EndSubsection
EndSection