home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9719 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.8 KB

  1. From: hstroyan@hpfcso.FC.HP.COM (Howard Stroyan)
  2. Date: Wed, 26 Aug 1992 17:02:14 GMT
  3. Subject: Re: Graphics adapter crx24 and Motif 1.1
  4. Message-ID: <7371262@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-cv!hp-pcd!hpfcso!hstroyan
  7. Newsgroups: comp.sys.hp
  8. References: <tghe337.714756041@cdc835>
  9. Lines: 34
  10.  
  11. In comp.sys.hp, tghe337@cdc835.cdc.polimi.it writes:
  12.  
  13. > Some news wanted about interfacing a CRX24 board with MOTIF 1.1
  14. > widgets :
  15. > 1) 24 bits depth drawing areas and related lut manipulation
  16. > 2) simultaneous display of image planes and overlay ( 24+8 )
  17.  
  18. I spend my time on the 3D graphics API side of things, so MOTIF is
  19. not my strong suit, but here are some pointers.
  20.  
  21. The CRX24 serve supports 4 different X visual:
  22.     8 bit PseudoColor (overlay) - the default/root visual
  23.     8 bit PseudoColor (image)   - like the default but in the image planes
  24.     24 bit DirectColor(image)   - this is what you are looking for.
  25.     12 bit DirectColor(image)   - not particularly useful except for 
  26.                                   3d API double buffering.
  27.  
  28. Look at the manual "Starbase Graphics Techniques": 
  29.                     Chapter 22  "Using Starbase with the X Window System"
  30.                                     "Guidelines for Portability "
  31.  
  32. This section discusses the SERVER_OVERLAY_VISUALS property which can be
  33. used as a portable means of determining overlay visual availability and
  34. usage.
  35.  
  36. This information is applicable to pure X11 applications as well as 
  37. Starbase.  I'm not as familar with the application of the transparency
  38. index (returned by the SERVER_OVERLAY_VISUALS property) to the Motif
  39. toolkits.  Perhaps someone else can fill in here.
  40.  
  41. --
  42. Howard Stroyan                                         
  43. Hewlett-Packard                                        hstroyan@fc.hp.com
  44. User Interface Technology Division                     
  45.