Magellan Linux

Contents of /trunk/xf86-video-savage/patches/xf86-video-savage-2.3.9-ftbfs-xorg-server-1.20.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3122 - (show annotations) (download)
Mon Jun 11 14:23:26 2018 UTC (5 years, 11 months ago) by niro
File size: 664 byte(s)
-added ftbfs patch for xorg-server-1.20
1 diff -Naur xf86-video-savage-2.3.9/src/savage_driver.c xf86-video-savage-2.3.9-ftbfs/src/savage_driver.c
2 --- xf86-video-savage-2.3.9/src/savage_driver.c 2017-01-17 23:43:40.000000000 +0100
3 +++ xf86-video-savage-2.3.9-ftbfs/src/savage_driver.c 2018-06-11 16:21:30.723438020 +0200
4 @@ -2034,8 +2034,10 @@
5 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Detected current MCLK value of %1.3f MHz\n",
6 mclk / 1000.0);
7
8 +#if 0
9 pScrn->maxHValue = 2048 << 3; /* 11 bits of h_total 8-pixel units */
10 pScrn->maxVValue = 2048; /* 11 bits of v_total */
11 +#endif
12 pScrn->virtualX = pScrn->display->virtualX;
13 pScrn->virtualY = pScrn->display->virtualY;
14