https://bugs.freedesktop.org/show_bug.cgi?id=99457

Michel Dänzer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED

--- Comment #30 from Michel Dänzer <[email protected]> ---
Thanks, now I understand what's happening:

It's a bug in the tigervnc vncHooksBlockHandler function, it doesn't handle the
function wrapping correctly: It keeps calling RADEONBlockHandler_oneshot,
although that function sets pScreen->BlockHandler = RADEONBlockHandler_KMS.
vncHooksBlockHandler needs to re-retrieve the current pScreen->BlockHandler
pointer after calling it.

Though if it turns out difficult to get this fixed in tigervnc, we can consider
a workaround.

P.S. This would also happen with the modesetting driver as of xserver 1.19.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to