From 53a2848e3e2479507236e01ef2e6a869e7f1789b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 29 Jan 2011 14:58:00 +0100 Subject: [PATCH] svgalib: do _not_ attempt to use linear video modes for now: buggy!? --- svgalib/patches/110-gl-linear.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 svgalib/patches/110-gl-linear.patch diff --git a/svgalib/patches/110-gl-linear.patch b/svgalib/patches/110-gl-linear.patch deleted file mode 100644 index d64ce55..0000000 --- a/svgalib/patches/110-gl-linear.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: svgalib-1.4.3/gl/grlib.c -=================================================================== ---- svgalib-1.4.3.orig/gl/grlib.c 2011-01-29 14:17:53.000000000 +0100 -+++ svgalib-1.4.3/gl/grlib.c 2011-01-29 14:17:57.000000000 +0100 -@@ -235,7 +235,7 @@ - MODEFLAGS |= MODEFLAG_TRIPLEBUFFERING_CAPABLE; - } else if ((m == G320x200x256 && modeinfo->maxpixels <= 65536) || - (modeinfo->flags & IS_LINEAR) --#if 0 /* svgalib doesn't VT-switch correctly with linear addressing. */ -+#if 1 /* svgalib doesn't VT-switch correctly with linear addressing. */ - || ((modeinfo->flags & CAPABLE_LINEAR) - /* Creepy. Try linear addressing only if the mode is set. */ - && vga_getcurrentmode() == m && (vga_setlinearaddressing() != -1))