]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - xorg-x11-drv-nv/patches/nv-2.1.8-g80-no-doublescan.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / xorg-x11-drv-nv / patches / nv-2.1.8-g80-no-doublescan.patch
1 diff -up xf86-video-nv-2.1.8/src/g80_dac.c.jx xf86-video-nv-2.1.8/src/g80_dac.c
2 --- xf86-video-nv-2.1.8/src/g80_dac.c.jx 2008-01-29 20:55:21.000000000 -0500
3 +++ xf86-video-nv-2.1.8/src/g80_dac.c 2008-04-29 16:44:08.000000000 -0400
4 @@ -205,7 +205,7 @@ G80CreateDac(ScrnInfoPtr pScrn, ORNum or
5 pPriv->set_pclk = G80DacSetPClk;
6 output->driver_private = pPriv;
7 output->interlaceAllowed = TRUE;
8 - output->doubleScanAllowed = TRUE;
9 + output->doubleScanAllowed = FALSE;
10
11 return output;
12 }
13 diff -up xf86-video-nv-2.1.8/src/g80_sor.c.jx xf86-video-nv-2.1.8/src/g80_sor.c
14 --- xf86-video-nv-2.1.8/src/g80_sor.c.jx 2008-03-06 15:33:15.000000000 -0500
15 +++ xf86-video-nv-2.1.8/src/g80_sor.c 2008-04-29 16:44:16.000000000 -0400
16 @@ -510,7 +510,7 @@ G80CreateSor(ScrnInfoPtr pScrn, ORNum or
17 pPriv->set_pclk = G80SorSetPClk;
18 output->driver_private = pPriv;
19 output->interlaceAllowed = TRUE;
20 - output->doubleScanAllowed = TRUE;
21 + output->doubleScanAllowed = FALSE;
22
23 return output;
24 }