[Bug 237642] x11-drivers/xf86-video-ati: Upgrade from 18.1.0 to 19.0.0 results in invisible mouse pointer
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237642 --- Comment #24 from Niclas Zeising <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"