Comment 31 for bug 291053

Revision history for this message
In , Øyvind Stegard (oyvindstegard) wrote :

(In reply to comment #21)
> Created an attachment (id=21387) [details]
> updated patch
>
> (In reply to comment #20)
> > The size checks should probably be done earlier, to save superfluous function
> > calls if they fail. In particular, I suspect that calling RADEONCPGetBuffer()
> > but then still failing could cause the stability issues some people on IRC
> > encountered with this patch.
> >
>
> yeah, I was actually just thinking the same thing.
>

Hi, tried the latest patch (id=21387), and here's what I've observed so far:

+ I cannot reproduce mouse cursor corruption problem (cursor changes also take longer before they are visible, like a 2 second lag)
+ Solves this bug as well: https://bugs.freedesktop.org/show_bug.cgi?id=18398

- Compiz is noticably slower, and animations tend to be more jerky (for instance when switching desktop)

All testing so far done with only "AccelMethod" "EXA" in xorg.conf.

Øyvind