]> git.pld-linux.org Git - packages/xorg-driver-video-s3virge.git/blob - xorg-abi24.patch
- fix building for xserver 1.20
[packages/xorg-driver-video-s3virge.git] / xorg-abi24.patch
1 --- xf86-video-s3virge-1.10.7/src/s3v_driver.c~ 2015-09-27 01:28:11.000000000 +0900
2 +++ xf86-video-s3virge-1.10.7/src/s3v_driver.c  2018-05-23 22:00:43.635026154 +0900
3 @@ -1203,18 +1203,6 @@
4     vga256InfoRec.directMode = XF86DGADirectPresent;
5  #endif
6  
7 -    /*
8 -     * xf86ValidateModes will check that the mode HTotal and VTotal values
9 -     * don't exceed the chipset's limit if pScrn->maxHValue and
10 -     * pScrn->maxVValue are set.  
11 -     */
12 -
13 -    /* todo -  The virge limit is 2048 vertical & horizontal */
14 -    /* pixels, not clock register settings. */
15 -                               /* true for all ViRGE? */
16 -  pScrn->maxHValue = 2048;
17 -  pScrn->maxVValue = 2048;
18 -
19                                 /* Lower depths default to config file */
20    pScrn->virtualX = pScrn->display->virtualX;
21                                 /* Adjust the virtualX to meet ViRGE hardware */
This page took 0.056789 seconds and 3 git commands to generate.