home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0085.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  3.0 KB  |  76 lines

  1. Mat Hostetter writes:
  2.  > Is this the inverted cursor bug?
  3.  
  4. ok, here is the deal with the `inverted cursor bug' (in which the mask
  5. is inverted and the portions of the cursor which should appear
  6. transparent are black).
  7.  
  8. it seems that some x servers incorrectly interpret the `mask' bits in
  9. `XCreatePixmapCursor ()'.  the spec (well, scheifler and gettys) says
  10. that mask bits set to zero specify pixels which are ignored
  11. (transparent).
  12.  
  13. this is what executor does.
  14.  
  15. but it seems that some x servers (dec x servers, the linux Xinside x
  16. server which i use) interpret the mask bits incorrectly.
  17.  
  18. since i don't have any easy way from detecting if a given server has
  19. this problem, i have added the X resource `Executor.invertedCursorBug'
  20. and the option `-invertedcursorbug' which will cause executor to
  21. re-invert the cursor mask, making the cursor appear correctly on
  22. servers with this problem.
  23.  
  24. if anyone else has ideas on how we can make this problem go away, i'd
  25. love to hear them.
  26.  
  27.     - Cotton
  28.  
  29. From owner-executor  Wed Feb  1 00:47:55 1995
  30. Received: (from majordom@localhost) by nacm.com (8.6.9/8.6.9) id AAA01851 for executor-outgoing; Wed, 1 Feb 1995 00:47:55 -0800
  31. Received: from ritz.cec.wustl.edu (ritz.cec.wustl.edu [128.252.247.2]) by nacm.com (8.6.9/8.6.9) with SMTP id AAA01846 for <executor@nacm.com>; Wed, 1 Feb 1995 00:47:50 -0800
  32. Received: by ritz.cec.wustl.edu (5.0/ECL-A1.27)
  33.     id AA07372; Wed, 1 Feb 1995 01:49:38 -0600
  34. Date: Wed, 1 Feb 1995 01:49:37 -0600 (CST)
  35. From: "W. Robert Williams (Rob)" <wrw1@cec.wustl.edu>
  36. X-Sender: wrw1@ritz
  37. To: kemp@convex.convex.com
  38. Cc: executor@nacm.com
  39. Subject: Re: Linux experiences... {XInside x-server}
  40. In-Reply-To: <m0rZXuU-0005hBC@moraine.convex.com>
  41. Message-Id: <Pine.SOL.3.91.950201014239.1200D-100000@ritz>
  42. Mime-Version: 1.0
  43. Content-Type: TEXT/PLAIN; charset=US-ASCII
  44. content-length: 0
  45. Sender: owner-executor@nacm.com
  46. Precedence: bulk
  47.  
  48. On Tue, 31 Jan 1995 kemp@convex.convex.com wrote:
  49.  
  50. > I'm running the xinside Xserver with the 1.99c beta version of
  51. > executor for Linux. I cannot get executor to work under 16 or 24 bit
  52. > colour in 1024x768 or 800x600. I get a xx bpp error.
  53. > for 8 bit color, I get a funky color map switch and then executor seg
  54. > faults.
  55. > Has anyone gotten executor to work under linux? I am running
  56. > 1.1.78. Are there special compile options required? Any help would be
  57. > appreciated...
  58.  
  59.     Phil,
  60. I'm using executor 1.99h on linux 1.1.79 running Xaccel from Xinside on a 
  61. Mach64 in 16bpp mode.  Executor runs at least as good if not better than 
  62. on Xfree86.  I am only running executor in the default resolution and 
  63. color depth.  I also have both the X11R5 and X11R6 shared libraries 
  64. setup.  You may need to make sure you get the Xfree86 3.1 shared 
  65. libraries installed and indicated in /etc/ld.so.conf.
  66.  
  67.         Good luck,
  68.           -Rob 
  69.  
  70. ------------------------------------------------------------------------
  71. W. Robert Williams                                wrw1@cec.wustl.edu
  72. http://www.cec.wustl.edu/~wrw1                       314.935.1508
  73.  
  74.  
  75.