home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / announce / 175 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.2 KB  |  68 lines

  1. Newsgroups: comp.os.linux.announce
  2. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  3. From: balasub@cis.ohio-state.edu (Krishna Balasubramanian)
  4. Subject: FAQ. X11. Getting and Setting Up the XS3 server.
  5. Message-ID: <1993Jan21.142611.10796@klaava.Helsinki.FI>
  6. Followup-To: comp.os.linux
  7. Keywords: XS3 X11
  8. Sender: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  9. Organization: Ohio State Computer Science
  10. Date: Thu, 21 Jan 1993 14:26:11 GMT
  11. Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
  12. Lines: 54
  13.  
  14. [ Moderator's note: I sent this out once already, but I goofed it up
  15.   somehow.  Sorry if you see it twice.  --liw ]
  16.  
  17. If you have questions related to using XS3 on linux send email to
  18. jon@robots.ox.ac.uk. If your question is related to X11 or Xfree86
  19. in general consult the appropriate FAQ or man page.
  20. The following information is from Jon.
  21. krishna
  22.  
  23.  
  24. XS3 lives on ftp.robots.ox.ac.uk (pub/linux/S3), the server runs
  25. well on most non-Diamond S3 cards and support the 911, 924 and 801 S3
  26. chipsets.  Some 924 users have reported lockup problems with the
  27. server, but generally the server is as robust as XFree86.
  28.  
  29. For a comparison of speeds the various chipsets score about the 
  30. following xstones.
  31.  
  32. ET4000         6k 
  33. s3911        34k
  34. s3924        45k
  35. s3801        66k
  36.  
  37. XS3 is not (yet) based on XFree86, therefore you must not use the Xconfig
  38. supplied with the XFree86 release, nor can you use compressed fonts. 
  39.  
  40. To install XS3, first install the latest Xfree86 release, then uncompress
  41. the fonts:
  42.  
  43. # cd /usr/X386/lib/X11/fonts
  44. # uncompress */*.Z
  45. # mkfontdir *
  46.  
  47. And place a XS3 Xconfig in /usr/X386/lib/X11: 
  48. # cp Xconfig.f1280 /usr/X386/lib/X11/Xconfig
  49.  
  50. edit the mouse and modeDB sections of the Xconfig following the instructions
  51. with XFree86.
  52. # edit /usr/X386/lib/X11/Xconfig        #...
  53.  
  54. then make /usr/X386/bin/X a symbolic link to the setuid root XS3 server:
  55.  
  56. # chown root /usr/X386/bin/XS3
  57. # chmod u+s /usr/X386/bin/XS3
  58. # ln -fs /usr/X386/bin/XS3 /usr/X386/bin/X
  59.  
  60. Hopefully now all that remains is:
  61. # startx
  62.  
  63. If the server fails to run, check the error messages it gives when starting.
  64.  
  65. Eventually XS3 will be combined into XFree86 and much of this will disapear,
  66. there is a Alpha XFree86 binary on ftp.robots.ox.ac.uk with S3 support, for
  67. now this can be used to find the dot clock frequencies of your card.
  68.