home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22014 < prev    next >
Encoding:
Text File  |  1992-12-29  |  3.8 KB  |  113 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!Sirius.dfn.de!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!sg1502.chemie.uni-marburg.de!gobbi
  3. From: gobbi@sg1502.chemie.uni-marburg.de (Alberto Gobbi)
  4. Subject: RE: X11 with Trident 8900C
  5. Message-ID: <1992Dec29.124856.2002@solaris.rz.tu-clausthal.de>
  6. Sender: root@solaris.rz.tu-clausthal.de (Operator)
  7. Organization: Techn. Univ. Clausthal
  8. Date: Tue, 29 Dec 1992 12:48:56 GMT
  9. Lines: 102
  10.  
  11. I tried hard to use X11 with my Trident 8900C card and it worked finaly with
  12. xfree86.11 and the following Xconfig-file:
  13.  
  14.  
  15. # $Header: /home/x_cvs/mit/server/ddx/x386/Xconfig,v 1.14 1992/09/12 07:03:09 dawes Exp $
  16. # $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
  17. #
  18. # Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  19. #
  20. # Permission to use, copy, modify, distribute, and sell this software and its
  21. # documentation for any purpose is hereby granted without fee, provided that
  22. # the above copyright notice appear in all copies and that both that
  23. # copyright notice and this permission notice appear in supporting
  24. # documentation, and that the name of Thomas Roell not be used in
  25. # advertising or publicity pertaining to distribution of the software without
  26. # specific, written prior permission.  Thomas Roell makes no representations
  27. # about the suitability of this software for any purpose.  It is provided
  28. # "as is" without express or implied warranty.
  29. #
  30. # THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  31. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  32. # EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  33. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  34. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  35. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  36. # PERFORMANCE OF THIS SOFTWARE.
  37. #
  38. # Author:  Thomas Roell, roell@informatik.tu-muenchen.de
  39.  
  40. #
  41. # some nice paths, to avoid conflicts with other X-servers
  42. #
  43. RGBPath        "/usr/X386/lib/X11/rgb"
  44. FontPath    "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/Speedo,/usr/X386/lib/X11/fonts/75dpi/"
  45.  
  46. # Use this if the Type1 font code is in the server
  47. #FontPath    "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/Type1/,/usr/X386/lib/X11/fonts/Speedo,/usr/X386/lib/X11/fonts/75dpi/"
  48.  
  49. # NoTrapSignals
  50.  
  51. #Xqueue
  52.  
  53. Keyboard
  54.   AutoRepeat 500 5
  55. #  Xleds      1 2 3
  56.   ServerNumLock
  57. #  DontZap
  58.  
  59. Microsoft    "/dev/ttys1"
  60.   BaudRate    1200
  61.   SampleRate    150
  62. #  Emulate3Buttons
  63.  
  64. #
  65. # The graphics drivers
  66. # First the colour driver
  67. #
  68. vga256
  69. #  Virtual    800 600
  70.  
  71. # To disable SpeedUp, use NoSpeedUp
  72. #
  73. #  NoSpeedUp
  74.  
  75.     Clocks    25 28 45 36 57 65 50 40
  76.   Virtual    800 600
  77.  
  78.   ViewPort      0 0
  79.  
  80.   Modes            "800x600" "640x480"
  81.  
  82. #
  83. # Next the mono driver
  84. #
  85. vga2
  86.  
  87.   Virtual    800 600
  88.  
  89.   ViewPort      0 0
  90.  
  91.   Modes            "640x480"
  92. #  Modes        "800x600" "640x480"
  93.  
  94. ModeDB
  95. # OFFICIAL VESA Monitor timings + IBM Standards - TRY THESE FIRST
  96. # Contributor:          Thomas Roell [roell@sgcs.com]
  97. # Last Edit Date:       3/29/92
  98. #
  99. # name        clock   horizontal timing     vertical timing      flags
  100.  "640x480"     25      640  664  760  800    480  491  493  525
  101.                31      640  664  704  832    480  489  492  520
  102.  "800x600"     36      800  824  896 1024    600  601  603  625
  103.                40      800  840  968 1056    600  601  605  628
  104.                50      800  856  976 1040    600  637  643  666
  105.  "1024x768i"   44     1024 1040 1216 1264    768  777  785  817  Interlace
  106.  "1024x768"    65     1024 1032 1176 1344    768  771  777  806
  107.                75     1024 1048 1184 1328    768  771  777  806
  108.                85     1024 1032 1152 1360    768  784  787  823
  109.  "1280x1024i"  80     1280 1296 1512 1568   1024 1025 1037 1165  Interlace
  110.  "1280x1024"  110     1280 1328 1512 1712   1024 1025 1028 1054
  111.               135     1280 1312 1456 1712   1024 1027 1030 1064
  112.  
  113.