[PATCH] xf86-video-modesetting cursor reload
James Simmons
jsimmons at infradead.org
Tue Mar 6 05:55:39 PST 2012
Enable after a resolution change reload the cursor image.
Signed-off-by: James Simmons <jsimmons at infradead.org>
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 7fa933a..8a49103 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -361,11 +361,9 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode,
}
}
-#if 0
- if (pScrn->pScreen &&
- !xf86ReturnOptValBool(info->Options, OPTION_SW_CURSOR, FALSE))
+ if (pScrn->pScreen && !drmmode->sw_cursor)
xf86_reload_cursors(pScrn->pScreen);
-#endif
+
done:
if (!ret) {
crtc->x = saved_x;
More information about the dri-devel
mailing list