<DIV>Hi,</DIV>
<DIV>&nbsp;&nbsp;I wrote a video driver in Xorg 1.3 in Fedora 7. I implement hardware acceleration of 2D </DIV>
<DIV>operation. I use software cursor in my driver. There is a problem with the cursor. You can </DIV>
<DIV>see how to reproduce the problem as following.<BR>&nbsp; 1. open a window, for example a terminal<BR>&nbsp; 2. click the window title bar with the left button of the mouse(do not release the button) </DIV>
<DIV>and continuously drag the window to other places in the screen randomly<BR>&nbsp; 3. release the left button of the mouse<BR>&nbsp; Now you can see the window of the terminal is corrupted. Among the window rectangular </DIV>
<DIV>region, there are several cursor images which cover the window image. You can see the screen </DIV>
<DIV>shot in the attach files.<BR>&nbsp; Normally if I move the cursor from one place to another(not dragging a window), everything </DIV>
<DIV>is OK.<BR>&nbsp; Then I do some further test. In my driver I implement ScreenToScreenCopy acceleration. </DIV>
<DIV>If I disable ScreenToScreenCopy acceleration, the problem disappears.<BR>&nbsp; Can you give me some comments about my problem? If you need some more information, please </DIV>
<DIV>let me know.</DIV>
<DIV>&nbsp; Harry<BR></DIV>