X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=XFree86-tdfx-fix-vtswitch-font-corruption.patch;fp=XFree86-tdfx-fix-vtswitch-font-corruption.patch;h=0000000000000000000000000000000000000000;hb=227d0535434c05a2618e2da1f5092e4334744b49;hp=25057ca24e1984270b6bca2648174fde736f8f2f;hpb=fa6f653ec05e846803d59e9e3fbaef4b145b3bf9;p=packages%2FXFree86.git diff --git a/XFree86-tdfx-fix-vtswitch-font-corruption.patch b/XFree86-tdfx-fix-vtswitch-font-corruption.patch deleted file mode 100644 index 25057ca..0000000 --- a/XFree86-tdfx-fix-vtswitch-font-corruption.patch +++ /dev/null @@ -1,27 +0,0 @@ -This patch reorders the code in the EnterVT function in the tdfx driver -in an attempt to fix VT switch font corruption problems that are easily -reproduceable, and often reported. The code is currently untested. It -may also fix other VTswitch problems as well. - -Mike A. Harris - ---- xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c.tdfx-fix-vtswitch-font-corruption Sun Feb 3 08:40:10 2002 -+++ xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c Sun Feb 3 08:42:21 2002 -@@ -2326,12 +2326,15 @@ - TDFXTRACE("TDFXLeaveVT start\n"); - pScrn = xf86Screens[scrnIndex]; - hwp=VGAHWPTR(pScrn); -- TDFXRestore(pScrn); -- vgaHWLock(hwp); - pScreen = screenInfo.screens[scrnIndex]; -+ - pTDFX = TDFXPTR(pScrn); - pTDFX->sync(pScrn); -+ -+ TDFXRestore(pScrn); -+ vgaHWLock(hwp); - TDFXShutdownFifo(pScreen); -+ - #ifdef XF86DRI - if (pTDFX->directRenderingEnabled) { - DRILock(pScreen, 0);