home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10461 < prev    next >
Encoding:
Text File  |  1992-09-11  |  3.8 KB  |  118 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!milo.mcs.anl.gov!oxygen!goral
  3. From: goral@aps.anl.gov (Jack T. Goral)
  4. Subject: et4000 & WEN monitor
  5. Message-ID: <1992Sep11.143349.7151@mcs.anl.gov>
  6. Sender: usenet@mcs.anl.gov
  7. Reply-To: goral@aps.anl.gov
  8. Organization: Argonne National Lab -- APS
  9. Date: Fri, 11 Sep 1992 14:33:49 GMT
  10. Lines: 106
  11.  
  12.  
  13. The following is a Xconfig file for Aamazing VGA-900 adapter ($89) with
  14. 1Mb memory (based on Tseng et4000) and WEN SVGA ($249)monitor.
  15.  
  16.  
  17.  
  18. # $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
  19. #
  20. # Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  21. #
  22. # Permission to use, copy, modify, distribute, and sell this software and its
  23. # documentation for any purpose is hereby granted without fee, provided that
  24. # the above copyright notice appear in all copies and that both that
  25. # copyright notice and this permission notice appear in supporting
  26. # documentation, and that the name of Thomas Roell not be used in
  27. # advertising or publicity pertaining to distribution of the software without
  28. # specific, written prior permission.  Thomas Roell makes no representations
  29. # about the suitability of this software for any purpose.  It is provided
  30. # "as is" without express or implied warranty.
  31. #
  32. # THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  33. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  34. # EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  35. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  36. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  37. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  38. # PERFORMANCE OF THIS SOFTWARE.
  39. #
  40. # Author:  Thomas Roell, roell@informatik.tu-muenchen.de
  41. # modified by obz for easier linux porting
  42. # modified by Jack Goral (N9ERY) to be used with following hardware:
  43. #    1.Aamazing VGA-900 adapter:
  44. #        -ET4000
  45. #        -1Mb mem
  46. #    2.WEN SVGA monitor
  47. #
  48. # some nice paths, to avoid conflicts with other X-servers
  49. #
  50. RGBPath        "/usr/X11/lib"
  51. FontPath    "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"
  52. #FontPath    "/usr/lib/X11/fonts/misc/"
  53.  
  54. Keyboard
  55.   AutoRepeat 500 5
  56. #  Xleds      1 2 3
  57.   ServerNumLock
  58. #  DontZap
  59.  
  60. Microsoft    "/dev/ttys0"
  61. #MouseSystems    "/dev/ttys2"
  62. #MMSeries    "/dev/ttys2"
  63. #Logitech    "/dev/ttys2"
  64. #MouseMan    "/dev/ttys2"
  65. #Busmouse    "/dev/ttys2"
  66.   BaudRate    1200
  67. #  SampleRate    150
  68.   Emulate3Buttons
  69.  
  70. #
  71. # The graphics drivers
  72. #
  73. vga256
  74.   Virtual    1024 768 #800  600
  75.   ViewPort      0 0
  76.   Modes            "640x480" "800x600" "1024x768i"
  77. #  Clocks 25 28 57 72 78 68 50 62
  78. #  Clocks 25 28 37 24 29 32 39 46 85 69 73 61 59 62 74 86)
  79. #
  80. # Aamazing VGA-900  (ET4000) + WEN SVGA Monitor
  81. # use 'startx 2>clock.log &' to get clock values in 'clock.log' file
  82. Clocks 25 28 35 29 30 33 22 24 50 57 65 61 60 0 55 47
  83.   #Staticgray
  84.   #Grayscale
  85.   #Staticcolor
  86.   #Pseudocolor
  87.   #Truecolor
  88.   #Directcolor
  89.   Chipset    "et4000"
  90.   #Chipset    "et3000"
  91.   #Chipset    "gvga"
  92.   #Chipset    "pvga1"
  93.   Displaysize    1024 768
  94.   #Screenno    0
  95.   #Vendor    "legend"
  96.   Videoram    1024
  97.  
  98. ModeDB
  99. # clock  horzontal timing      vertical timing
  100.  "640x480"   25     640  672  768  800    480  490  492  525
  101. #             28     640  672  768  800    480  490  492  525
  102.  
  103.  "800x600"   35     800  816  952 1056    600  608  610  633
  104. #            36     800  832  966  966    600  600  609  631
  105. #            39     800  872  968 1104    600  600  606  624
  106. #            39     800  864  896 1008    600  600  606  624
  107.  
  108.  "1024x768i" 47    1024 1064 1224 1264    768  777  785  817   Interlace
  109. #            45    1024 1064 1224 1264    768  777  785  817   Interlace
  110.  "1024x768"  61    1024 1092 1220 1344    768  786  791  810
  111. #            61    1024 1096 1272 1328    768  776  778  808
  112. #            61    1024 1072 1176 1272    768  778  779  804
  113. #            61    1024 1072 1200 1240    768  766  782  786
  114.  
  115. #end of Xconfig
  116.  
  117.  
  118.