[Bug 237642] x11-drivers/xf86-video-ati: Upgrade from 18.1.0 to 19.0.0 results in invisible mouse pointer

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 14 09:03:41 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237642

--- Comment #24 from Niclas Zeising <zeising at FreeBSD.org> ---
(In reply to Niclas Zeising from comment #23)

One other difference is that in libdrm, drmModeSetCursor() and
drmModeSetCursor2() both call DRM_IOCTL() to do the actual ioctl, and DRM_IOCTL
calls drmIoctl(), but checks if the return from drmIoctl() is negative, and if
it is negative, retruns -errno instead of the return value from drmIoctl().  I
guess you could try swapping drmIoctl() to DRM_IOCTL() and see if that works. 
But now I'm only guessing.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list