home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1182 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: pravda.aa.msen.com!not-for-mail
  2. From: crandall@mail.msen.com (Chad Randall)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Hi-res mouse pointer
  5. Date: 16 Jan 1996 13:34:30 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, MI.
  7. Message-ID: <4dg9h6$dif@pravda.aa.msen.com>
  8. References: <30f9e0e6@beachyhd.demon.co.uk>
  9. NNTP-Posting-Host: conch.aa.msen.com
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Adam@beachyhd.demon.co.uk wrote:
  13. : I've recently noticed that when using a hi-res mouse pointer on my DBLPAL
  14. : screen with 720 pixel horizontal overscan, the mousepointer jumps back to
  15. : lo-res when I move it within about 16 pixels of the righthand edge of the
  16. : screen..
  17. : Does anyone know why this happens? Is it a bug in the hardware, or could this
  18. : behaviour be cured with some sort of patch?
  19.  
  20. Not really.  What is happening is that the copper is short of cycles when it
  21. approaches the right hand side... meaning it can't keep up with the
  22. monitor scanline.  It starts shortcutting on stuff.  You can fix
  23. this 2 ways.  Use moned to cut down the cycles (TOTCLKS).  Mine is set at
  24. 76, which the the extreme point where the sprite does not dissapear at
  25. 640 pixels wide.
  26. Or, as Mr Hagen suggested a few days ago, use the pointer prefs program
  27. to move the pointer to the extreme right of the buffer.  If you use
  28. Iconian 2.96, you can even go all the way to pixel 63 (64 pixels wide).
  29. This, of course, will only fix the default pointer/busy, and not program's
  30. custom pointers...
  31.