home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16786 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.7 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!sun-barr!olivea!sgigate!odin!twilight!zola!xcedrin.esd.sgi.com!daifuku
  2. From: daifuku@xcedrin.esd.sgi.com (Peter Daifuku)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: 8 bit vs 24 bit color question.
  5. Message-ID: <so0414k@zola.esd.sgi.com>
  6. Date: 23 Nov 92 20:09:38 GMT
  7. References: <1992Nov21.015223.18065@netcom.com>
  8. Sender: news@zola.esd.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc.
  10. Lines: 32
  11.  
  12. In article <1992Nov21.015223.18065@netcom.com>, jchauvin@netcom.com (John H. Chauvin) writes:
  13. |> 
  14. |> I recently received a Silicon Graphics Crimson Elan and was under the 
  15. |> impression that this configuration supported 24 bit color. Why is it then that 
  16. |> the default color visual is 8 bit? Can someone explain the difference 
  17. |> between the various visuals? Is it possible to switch between 8 bit and 24 
  18. |> bit color like on the Macintosh?
  19. |> 
  20. |> 
  21. |> Thanks
  22. |> 
  23. |> jchauvin@netcom.com
  24. |> 
  25. |> -- 
  26. |> John H. Chauvin jchauvin@netcom.COM
  27. |> Netcom - Online Communication Services San Jose, CA
  28.  
  29. Elan graphics do support 24-bit color. Use xdpyinfo for a list of supported
  30. visuals. By default, the root visual is 8-bit PseudoColor. You can change this
  31. by editing /usr/lib/X11/xdm/Xservers as root. For example, 
  32.  
  33. :0 secure /usr/bin/X11/X -bs -c -class TrueColor -depth 24
  34.  
  35. changes the default visual to 24-bit TrueColor. See man Xs for the options for
  36. Xsgi, and any good X reference for a description of visuals.
  37.  
  38. Having the default visual be 8-bit PseudoColor does not prevent you from 
  39. running 24-bit TrueColor applications. It's just that an application has to
  40. request a 24-bit TC visual explicitly to get one.
  41.  
  42. Peter Daifuku
  43. daifuku@sgi.com
  44.