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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!europa.asd.contel.com!darwin.sura.net!sgiblab!sgigate!odin!twilight!news.csd.sgi.com!fido!tuolumne!akin
  2. From: akin@tuolumne.asd.sgi.com (Allen Akin)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: 8 bit vs 24 bit color question.
  5. Date: 23 Nov 1992 20:18:58 GMT
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. Lines: 31
  8. Message-ID: <1erebiINNr8g@fido.asd.sgi.com>
  9. References: <1992Nov21.015223.18065@netcom.com>
  10. NNTP-Posting-Host: tuolumne.asd.sgi.com
  11.  
  12.  
  13. In article <1992Nov21.015223.18065@netcom.com>, jchauvin@netcom.com writes:
  14. > I recently received a Silicon Graphics Crimson Elan and was under the 
  15. > impression that this configuration supported 24 bit color.
  16.  
  17. You're correct; the Elan does support 24 bit color.
  18.  
  19. > ...Why is it then that the default color visual is 8 bit?
  20.  
  21. A large number of programs written for the X Window System assume that
  22. the default visual is 8-bit pseudocolor.  Making this the default for
  23. Elan minimized hassle for most users.
  24.  
  25. > Is it possible to switch between 8 bit and 24 bit color like on the
  26. > Macintosh?
  27.  
  28. You can make a truecolor visual the default by supplying the proper
  29. options (try "-class TrueColor -depth 24") on the command line that
  30. invokes the X server.  I believe the usual place to do this is in the
  31. file /usr/lib/X11/xdm/Xservers.  See "man xdm" for more information on
  32. this file, and "man Xsgi" for more information on server options.
  33.  
  34. On Elan hardware, windows of many visual types may be active on the
  35. screen at the same time without colormap flashing.  You won't need
  36. full-screen depth-switching as found on the Macintosh.  Your main
  37. concern will be choosing a default Visual that best meets the needs of
  38. any ill-behaved applications (those that don't examine the list of
  39. supported Visuals before creating windows) that you need to run.
  40.  
  41. Allen
  42.