[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 Alexey Dokuchaev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #13 from Alexey Dokuchaev <[email protected]> --- Diffing the xf86-video-ati-{18.1.0,19.0.1}/ChangeLog files shows these three cursor-related upstream commits: 803f872f7d4b2d80be434bb42ce64dfd295b122c Use two HW cursor buffers ... 91e557f78ad261e76a1829f54722c2c0781742d2 Update cursor position in drm... 92df709786830d4e30a106dd49d8e0355c50c8f0 Use drmIoctl in drmmode_show... Reverting the last 92df709786830d4e30a106dd49d8e0355c50c8f0 change gives me back the HW cursor. Unfortunately, it requires reverting two other commits as well, but the culprit seems to be somewhere along the conversion from drmModeSetCursor[2]() to drmIoctl() in the drmmode_show_cursor(). Reverting just the first two commits does not help. -- 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]"