home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16439 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.3 KB  |  78 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!henkv
  3. From: henkv@cs.kuleuven.ac.be (Henk Vandecasteele)
  4. Subject: X and a Trident8900C
  5. Message-ID: <1992Nov12.092417.22968@cs.kuleuven.ac.be>
  6. Sender: news@cs.kuleuven.ac.be
  7. Nntp-Posting-Host: godfather.cs.kuleuven.ac.be
  8. Organization: Dept. Computerwetenschappen
  9. Date: Thu, 12 Nov 1992 09:24:17 GMT
  10. Lines: 66
  11.  
  12. Hello to everybody,
  13.  
  14. As it seems to be difficult to set up X on a Trident VGA -card I'm posting
  15. my Xconfig file.
  16.  
  17. Further information:
  18.     I have a 386-33  with AMI bios,
  19.     a 80M harddisk (IDE, WESTERN DIGITAL)
  20.     4M memory, a cheap serial mouse,
  21.     TRIDENT TVGA 8900C card with BIOS C2.11
  22.     A cheap color monitor AOC (CM-335) 
  23.     with a maximum horizontal frequence of 39.5
  24.     I'm using the SLS-distribution v0.89pl1
  25.  
  26. This what I have been doing:
  27.     I made the root readable for everyone
  28.     I performed a mkfontdir in all the font directory's.
  29.     I did not compress the font files.
  30.     /usr/X386/bin/X a symbolic link to /usr/X386/bin/X386.
  31.     set up the config-file wich will follow.
  32.     Wondering how i can get my monitor in interlaced mode with X386
  33.  
  34. My Xconfig:
  35.  
  36. RGBPath        "/usr/X386/lib/X11/rgb"
  37. FontPath    "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/Speedo,/usr/X386/lib/X11/fonts/75dpi/"
  38.  
  39. Keyboard
  40.   AutoRepeat 500 5
  41.   ServerNumLock
  42.  
  43. # Mouse driver (I have a cheap serial mouse on a com-port)
  44. MouseSystems    "/dev/ttys1"
  45.   BaudRate    1200
  46.  
  47. #
  48. # The graphics drivers
  49. #
  50. vga256
  51.   Virtual    1024 1024
  52.  
  53.   ViewPort      0 0
  54.   Modes        "912x684" "800x600" "640x480" 
  55.  
  56.  
  57. ModeDB
  58. # name        clock   horizontal timing     vertical timing      flags
  59. # First two Vesa standard modes:  
  60.  "640x480"     25      640  664  760  800    480  491  493  525
  61.  "800x600"     36      800  824  896 1024    600  601  603  625
  62.  
  63. # A quite high resolution mode with a reasonable refresh rate.
  64.  "904x678"     45      904  936 1104 1136    678  678  684  712 
  65.  
  66. # This mode drives my monitor to the limit
  67.  "912x684"     45      912  944 1104 1136    684  684  690  712 
  68.  
  69.  
  70. Henk.
  71.  
  72.  
  73. -- 
  74. | Henk Vandecasteele            | henkv@cs.kuleuven.ac.be                      |
  75. | Dept. Computer Science        | Phone: 32 16 201015 x3094 / x3552            |
  76. | Kath. Univ. Leuven            | Fax:   32 16 205308                          |
  77. | Celestijnenlaan 200A  B-3001 Heverlee  Belgium                               |
  78.