https://bugzilla.kernel.org/show_bug.cgi?id=77531
Alex Deucher alexdeucher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexdeucher@gmail.com
--- Comment #5 from Alex Deucher alexdeucher@gmail.com --- This isn't a driver bug. It's a weston bug. Weston assumes all hardware cursors are 64x64 pixels, but newer radeon hardware only supports 128x128 pixel cursors. Weston should be updated to query the kernel kms driver and see what size cursors it supports. See this patch I wrote for xf86-video-modesetting: http://cgit.freedesktop.org/xorg/driver/xf86-video-modesetting/commit/?id=67...