Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReimuNotMoe/9ee3d530bd68bd70df6e362da62a8748 to your computer and use it in GitHub Desktop.
Save ReimuNotMoe/9ee3d530bd68bd70df6e362da62a8748 to your computer and use it in GitHub Desktop.
diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c
index 48dccad..031c3d5 100644
--- a/hw/xfree86/drivers/modesetting/drmmode_display.c
+++ b/hw/xfree86/drivers/modesetting/drmmode_display.c
@@ -3691,7 +3691,7 @@ drmmode_pre_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int cpp)
xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, MS_LOGLEVEL_DEBUG,
"Up to %d crtcs needed for screen.\n", crtcs_needed);
- xf86CrtcSetSizeRange(pScrn, 320, 200, mode_res->max_width,
+ xf86CrtcSetSizeRange(pScrn, 16, 16, mode_res->max_width,
mode_res->max_height);
for (i = 0; i < mode_res->count_crtcs; i++)
if (!xf86IsEntityShared(pScrn->entityList[0]) ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment