diff -Naur xf86-video-savage-2.3.9/src/savage_driver.c xf86-video-savage-2.3.9-ftbfs/src/savage_driver.c --- xf86-video-savage-2.3.9/src/savage_driver.c 2017-01-17 23:43:40.000000000 +0100 +++ xf86-video-savage-2.3.9-ftbfs/src/savage_driver.c 2018-06-11 16:21:30.723438020 +0200 @@ -2034,8 +2034,10 @@ xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Detected current MCLK value of %1.3f MHz\n", mclk / 1000.0); +#if 0 pScrn->maxHValue = 2048 << 3; /* 11 bits of h_total 8-pixel units */ pScrn->maxVValue = 2048; /* 11 bits of v_total */ +#endif pScrn->virtualX = pScrn->display->virtualX; pScrn->virtualY = pScrn->display->virtualY;