home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / fj / maillis / xwindow / 19314 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.7 KB  |  67 lines

  1. Path: sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
  2. From: newr5@fel.tno.nl (Vincent Newsum)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: Re: Sun GX and xancur ?
  5. Message-ID: <1993Jan9.142744.11139@sm.sony.co.jp>
  6. Date: 9 Jan 93 14:27:44 GMT
  7. Sender: daemon@sm.sony.co.jp (The devil himself)
  8. Distribution: fj
  9. Organization: TNO Physics and Electronics Laboratory
  10. Lines: 54
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: Sat, 9 Jan 93 11:42:10 GMT
  14. Message-Id: <1993Jan9.114210.6444@fel.tno.nl>
  15. Newsgroups: comp.windows.x.apps,comp.windows.x,comp.sys.sun.apps
  16. References: <1993Jan7.203234.18392@mdd.comm.mot.com>, <1993Jan8.121851.22502@elroy.jpl.nasa.gov>
  17. Sender: xpert-request@expo.lcs.mit.edu
  18.  
  19. earle@elroy.jpl.nasa.gov (Greg Earle - Gainfully Unemployed) writes:
  20.  
  21. >In article <1993Jan7.203234.18392@mdd.comm.mot.com> tim@mdd.comm.mot.com (Tim Rosmus) writes:
  22. >>  I just replaced my cgthree (color) card with a cgsix (GX) card in my
  23. >>SPARC1+.  Now the standard cursor aninmation that comes with "xancur" only
  24. >>displays the upper left quadrant when the cursor is in the root window.
  25. >>
  26. >>Anybody seen this?  Anybody have a fix?  Thanks.
  27.  
  28. >The GX, unlike the CG3, uses a hardware cursor.  It is limited to 16x16-sized
  29. >cursors, sorry.  There is no "fix".
  30.  
  31. Hello,
  32. I don't know for sure in this case, but perhaps there is a "fix" to
  33. this problem.
  34.  
  35. in directory ..../mit/server/ddx/sun the file sunCursor.c is stuffed with:
  36. #ifdef FBIOGCURMAX /* has hardware cursor kernel support */
  37. ...
  38. #endif
  39.  
  40. You could try to put :
  41. #ifdef FBIOGCURMAX /* has hardware cursor kernel support */
  42. #undef FBIOGCURMAX /* No he has not! */
  43. #endif
  44. just before the first #ifdef FBIOGCURMAX in that file and all special code
  45. using the hardware cursor would be disabled, and I beleive that would let
  46. you have your "big" cursor again.
  47.  
  48. Naturally, this is a little gross, but if the size of the cursor is really
  49. important, it could be a solution.
  50.  
  51. Bye,
  52.  
  53. --
  54. XXX            X   ||||||||||||||||||||||||||||||||||||||||||||
  55.  XXX          X    ||                                        ||
  56.   XXX        X     ||            Vincent Newsum              ||
  57.    XXX      X      ||                                        ||
  58.     XXX    X       || TNO Physics and Electronics Laboratory ||
  59.      XXX  X        ||                                        ||
  60.     TeX  X-Windows ||               The Hague                ||
  61.      X  XXX        ||                                        ||
  62.     X    XXX       ||              Netherlands               ||
  63.    X      XXX      ||                                        ||
  64.   X        XXX     ||          V.Newsum@fel.tno.nl           ||
  65.  X          XXX    ||                                        ||
  66. X            XXX   ||||||||||||||||||||||||||||||||||||||||||||
  67.