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

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