summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-06-07 14:19:35 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-06-07 14:19:35 +0000
commitaf9866c36096cb793f572529f18d31b92db51b46 (patch)
tree51f05df256e252b23a43784f4cc2a956cfeee245 /x11
parentUpdate to 1.1.11 (diff)
Fix the VT switching consoles bug with the i810 driver.
Submitted by: Andrew Hesford <ajh3@usrlib.org>
Notes
Notes: svn path=/head/; revision=43596
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/files/patch-i81026
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-i810 b/x11/XFree86-4/files/patch-i810
new file mode 100644
index 000000000000..f9c346b29394
--- /dev/null
+++ b/x11/XFree86-4/files/patch-i810
@@ -0,0 +1,26 @@
+--- programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c.orig Tue May 29 17:51:29 2001
++++ programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c Thu Jun 7 00:12:25 2001
+@@ -2006,9 +2006,10 @@
+ if (I810_DEBUG & DEBUG_VERBOSE_DRI)
+ ErrorF("\n\nENTER VT\n");
+
++/*********BUGGY*********************
+ if (! I810BindGARTMemory(pScrn))
+ return FALSE;
+-
++***********************************/
+ #ifdef XF86DRI
+ if (pI810->directRenderingEnabled) {
+ if (I810_DEBUG & DEBUG_VERBOSE_DRI)
+@@ -2047,9 +2048,10 @@
+ }
+ I810Restore(pScrn);
+
++/*********BUGGY***********************
+ if (! I810UnbindGARTMemory(pScrn))
+ return;
+-
++*************************************/
+ vgaHWLock(hwp);
+ }
+