Comment 26 for bug 1714178

Revision history for this message
Timo Aaltonen (tjaalton) wrote : Re: Triple monitor display failed with Dell Dock (HiDPI) (modesetting)

forget about #25, as you pointed out the bug is in hw/xfree86/drivers/modesetting/drmmode_display.c:

xf86CrtcSetSizeRange(pScrn, 320, 200, mode_res->max_width, mode_res->max_height);

so using INT16_MAX there for width & height should make it work.