FreeBSD Bugzilla – Attachment 213392 Details for
Bug 237642
x11-drivers/xf86-video-ati: Upgrade from 18.1.0 to 19.0.0 results in invisible mouse pointer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
final (hopefully) fix
ports.x11-drivers.xf86-video-ati.pr237642.diff (text/plain), 1.39 KB, created by
Niclas Zeising
on 2020-04-14 15:52:11 UTC
(
hide
)
Description:
final (hopefully) fix
Filename:
MIME Type:
Creator:
Niclas Zeising
Created:
2020-04-14 15:52:11 UTC
Size:
1.39 KB
patch
obsolete
>Index: x11-drivers/xf86-video-ati/Makefile >=================================================================== >--- x11-drivers/xf86-video-ati/Makefile (revision 531405) >+++ x11-drivers/xf86-video-ati/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= xf86-video-ati > PORTVERSION= 19.1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= x11-drivers > >Index: x11-drivers/xf86-video-ati/files/patch-src_drmmode__display.c >=================================================================== >--- x11-drivers/xf86-video-ati/files/patch-src_drmmode__display.c (nonexistent) >+++ x11-drivers/xf86-video-ati/files/patch-src_drmmode__display.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/drmmode_display.c.orig 2020-04-14 15:40:09 UTC >++++ src/drmmode_display.c >+@@ -1275,7 +1275,7 @@ drmmode_show_cursor (xf86CrtcPtr crtc) >+ arg.hot_y = yhot; >+ >+ ret = drmIoctl(pRADEONEnt->fd, DRM_IOCTL_MODE_CURSOR2, &arg); >+- if (ret == -EINVAL) >++ if (ret == -1 && errno == EINVAL) >+ use_set_cursor2 = FALSE; >+ else >+ return; > >Property changes on: x11-drivers/xf86-video-ati/files/patch-src_drmmode__display.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237642
:
211884
|
213384
| 213392