home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22405 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  3.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!uvaarpa!murdoch!uvacs.cs.Virginia.EDU!fh8n
  2. From: fh8n@uvacs.cs.Virginia.EDU (Frank Houston)
  3. Newsgroups: comp.os.linux
  4. Subject: Trident 8900C Xfree instructions and Xconfig
  5. Message-ID: <1993Jan2.014016.8182@murdoch.acc.Virginia.EDU>
  6. Date: 2 Jan 93 01:40:16 GMT
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: University of Virginia Computer Science Department
  9. Lines: 86
  10. Originator: fh8n@jade.cs.Virginia.EDU
  11.  
  12.  
  13.   Here are the directions I followed.
  14.   At the moment I am only have a 640X480 monitor, so i don't 
  15.   know if higher resolution will work.
  16.  
  17.   At the end you will find my xconfig
  18.  
  19.   Good luck 
  20.   and keep on hacking
  21.  
  22.   Frank Houston < ThE MaD HaCkEr >
  23.   --------------
  24.  
  25. To get X/SLS/Linux working, do the following:
  26.  
  27. 1. Install the complete SLS package (except i? and t?).
  28.    You can safely ignore the error messages during the installation.
  29. 2. Include /usr/X386/bin in your PATH.
  30. 3. Put the following line in your /etc/profile:
  31.    DISPLAY=":0"
  32.    (Normally, you should use 
  33.    DISPLAY=":0"; export DISPLAY
  34.    but the default /etc/profile includes a line
  35.     export PATH DISPLAY etc... 
  36.    anyway.)
  37. 4. Put my Xconfig into the home directory.
  38. 5. In each of the (4 or 5?) font directories mentioned in the font path
  39.    line in my Xconfig, issue the command "mkfontdir", not "mkfont".
  40. 6. Return to your home directory and issue the command "startx".
  41. 7. This should work if you use Trident8900C and Microsoft compatible
  42.    mouse on COM1.  If you have other type of mouse on different
  43.    COM port, say Ligitech on COM4, then
  44.    replace the following line in my Xconfig
  45.    Microsoft "/dev/ttys0"
  46.    by
  47.    Logitech "/dev/ttys3".
  48. 8. You don't have to worry about the clock setting thing *IF* you
  49.     a Trident 8900C. Note a Trident 9000 or 8900B will not work
  50.  
  51.  ----------------------------------------
  52.  
  53. FontPath    "/usr/X386/lib/X11/fonts/misc/,/usr/X386/lib/X11/fonts/Speedo/,/usr/X386/lib/X11/fonts/75dpi/,/usr/X386/lib/X11/fonts/Type1/"
  54.  
  55. Keyboard
  56.   AutoRepeat 500 5
  57.   ServerNumLock
  58.  
  59. Microsoft "/dev/ttys0"
  60.  
  61. vga256
  62.   Virtual    1024 768
  63.   ViewPort      0 0
  64.   Modes            "1024x768" "800x600" "640x480"
  65.  
  66. vga2
  67.   Virtual    800 600
  68.   ViewPort      0 0
  69.   Modes        "800x600" "640x480"
  70.  
  71. ModeDB
  72. # OFFICIAL VESA Monitor timings + IBM Standards - TRY THESE FIRST
  73. # Contributor:          Thomas Roell [roell@sgcs.com]
  74. # Last Edit Date:       3/29/92
  75. #
  76. # name        clock   horizontal timing     vertical timing      flags
  77.  "640x480"     25      640  664  760  800    480  491  493  525
  78.                31      640  664  704  832    480  489  492  520
  79.  "800x600"     36      800  824  896 1024    600  601  603  625
  80.                40      800  840  968 1056    600  601  605  628
  81.                50      800  856  976 1040    600  637  643  666
  82.  "1024x768i"   44     1024 1040 1216 1264    768  777  785  817  Interlace
  83.  "1024x768"    65     1024 1032 1176 1344    768  771  777  806
  84.                75     1024 1048 1184 1328    768  771  777  806
  85.                85     1024 1032 1152 1360    768  784  787  823
  86.  "1280x1024i"  80     1280 1296 1512 1568   1024 1025 1037 1165  Interlace
  87.  "1280x1024"  110     1280 1328 1512 1712   1024 1025 1028 1054
  88.               135     1280 1312 1456 1712   1024 1027 1030 1064
  89.  
  90.  
  91.  
  92.  
  93. -- 
  94.                                              Frank Houston 
  95.                                          |   University of Virginia
  96. VOICE   : (804)982-2294                  |   Thornton / Comp Sci
  97. Internet: fh8n@opal.cs.virginia.edu      |   Charlottesville Va 22901
  98.