]> git.pld-linux.org Git - packages/xorg-driver-video-vesa.git/commitdiff
- new auto/th/xorg-driver-video-vesa-2_0_0-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 21 Aug 2008 19:34:56 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-vesa-xf86gtfmode.patch -> 1.1

xorg-driver-video-vesa-xf86gtfmode.patch [new file with mode: 0644]

diff --git a/xorg-driver-video-vesa-xf86gtfmode.patch b/xorg-driver-video-vesa-xf86gtfmode.patch
new file mode 100644 (file)
index 0000000..a6d891e
--- /dev/null
@@ -0,0 +1,19 @@
+/usr/bin/Xwrapper: symbol lookup error: /usr/lib/xorg/modules/drivers//vesa_drv.so: undefined symbol: xf86GTFMode
+
+ref: http://bugs.debian.org/489051
+
+--- xf86-video-vesa-2.0.0/src/vesa.c~  2008-07-01 19:40:04.000000000 +0200
++++ xf86-video-vesa-2.0.0/src/vesa.c   2008-08-21 21:30:41.964937080 +0200
+@@ -342,7 +342,12 @@
+      * then, by this point, you're well into despair territory.
+      */
+     for (v = mon->vrefresh[0].lo; v <= mon->vrefresh[0].hi; v++) {
++#if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(1,4,2,0,0)
++        /* xf86GTFMode is only avalaible in newer versions of Xorg */
+       mode = xf86GTFMode(p->HDisplay, p->VDisplay, v, 0, 0);
++#else
++      mode = xf86CVTMode(p->HDisplay, p->VDisplay, v, FALSE, FALSE);
++#endif
+       ret = xf86CheckModeForMonitor(mode, mon);
+       xfree(mode);
+       if (ret == MODE_OK)
This page took 0.120996 seconds and 4 git commands to generate.