home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11218 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!olivea!sgigate!odin!fido!zola!foo.esd.sgi.com!tdn
  2. From: tdn@foo.esd.sgi.com (Todd Newman)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Setting the X Window Visual Class
  5. Message-ID: <nkouv00@zola.esd.sgi.com>
  6. Date: 23 Jul 92 00:45:49 GMT
  7. References: <2084@pvi.UUCP>
  8. Sender: news@zola.esd.sgi.com (Net News)
  9. Organization: Silicon Graphics Inc.
  10. Lines: 23
  11.  
  12. In article <2084@pvi.UUCP>, gmhm@pvi.UUCP (Mike Mayer) writes:
  13.  
  14. |> I need to know how to set the visual class and display depth
  15. |> of an SGI workstation (more accurately, the root window, window:0).
  16.  
  17. The file is /usr/lib/X11/xdm/Xservers
  18. Mine looks like this:
  19. :0 secure /usr/bin/X11/X -bs -c -pseudomap 4sight
  20. You can add -class <classname> and -depth <depth> to change the default
  21. class and depth for the root window.  (which is not called window:0).
  22. If you run xdpyinfo on your workstation, you can find out which classes are
  23. supported at which depths.  I'd tell you, but it differs from machine to
  24. machine.
  25. (For your info, -bs turns off backing store.  You WANT to do this because
  26. backing store doesn't work.  -c turns off keyclick, -pseudomap 4sight
  27. loads the first several entries of the default colormap (which is 8 bits
  28.  PseudoColor if you don't specify otherwise) to look the way it did under
  29. IRIX 3.3. 
  30.  
  31. Also note that you can find out all the server command line options by
  32. typing Xsgi -help.
  33.  
  34.     /tdn
  35.