On Wed, Nov 20, 2002 at 06:15:06AM -0800, Kevin Oberman wrote: > > From: "Andrew P. Lentvorski" <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > Date: Tue, 19 Nov 2002 19:00:17 -0800 (PST) > > > > I have a Radeon VE and was having problems with the dragging. Most > > notably, dragging elements in Matlab left lots of junk on the screen. A > > refresh would clear it, but it would just come back when I started doing > > more stuff. > > > > So, I grabbed the latest version from CVS and recompiled. It's still > > there. > > > > I also grabbed some code that I used to hunt down the clipping bugs for > > this card the last time, it appears that there is an off-by-one error > > somewhere as a slow drag leaves *lots* of junk on the screen while a fast > > drag leaves junk at specific points. It feels like its non-rectangle (or > > multiple rectangle) clipping related since Matlab uses wierd shaped > > outlines to redraw the objects. > > This is a work-around and not a fix, but I added the line: > Option "NoLineAccel" > to the "Device" section of my configuration file plus the cvs drivers > fixed the problem, although at the cost of loss of acceleration in > line drawing. For what I do, acceleration is not important. (I don't > play games.)
There were problems with the XF86 4.2.x, but these should have been fixed in the latest CVS. However, the changes required installing both the new driver and XAA. When you updated to the latest CVS tree, did you install both the Radeon driver and XAA? Kevin _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
