Magellan Linux

Annotation of /trunk/xf86-video-s3virge/patches/xf86-video-s3virge-1.10.7-ftbfs-xorg-server-1.20.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3121 - (hide annotations) (download)
Mon Jun 11 14:03:21 2018 UTC (6 years ago) by niro
File size: 734 byte(s)
-added patch to fix ftbfs with xorg-server-1.20
1 niro 3121 diff -Naur xf86-video-s3virge-1.10.7/src/s3v_driver.c xf86-video-s3virge-1.10.7.ftbfs/src/s3v_driver.c
2     --- xf86-video-s3virge-1.10.7/src/s3v_driver.c 2015-09-26 18:28:11.000000000 +0200
3     +++ xf86-video-s3virge-1.10.7.ftbfs/src/s3v_driver.c 2018-06-11 16:01:05.846154746 +0200
4     @@ -1203,6 +1203,7 @@
5     vga256InfoRec.directMode = XF86DGADirectPresent;
6     #endif
7    
8     +#if 0
9     /*
10     * xf86ValidateModes will check that the mode HTotal and VTotal values
11     * don't exceed the chipset's limit if pScrn->maxHValue and
12     @@ -1214,6 +1215,7 @@
13     /* true for all ViRGE? */
14     pScrn->maxHValue = 2048;
15     pScrn->maxVValue = 2048;
16     +#endif
17    
18     /* Lower depths default to config file */
19     pScrn->virtualX = pScrn->display->virtualX;