summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2008-01-05 06:29:59 +0200
committerMartin-Éric Racine <q-funk@iki.fi>2008-01-05 06:29:59 +0200
commit407f403583f901bbb38d267b9194835d5255d41c (patch)
tree8cf6d5eaec150857d2e4dafb56b8222496deb22d
parentcc570675d97af7b0f4f6a70af0e7e01c89690aa1 (diff)
[GX][LX] Push PreInit fixes to avoid segfauls on X -configure.xf86-video-amd-2.7.7.4
This is known to work on products with GeodeROM and Insyde BIOSes. On products with a General Software BIOS, a freeze occurs while X is probing VBE. The same issue occurs with LinuxBIOS and VGAROM, but not with LinuxBIOS omitting VGAROM. Both issues appear to be caused by X server core upgrading from vm86 to x86emu since X server release 1.3, which requires fixing x86emu, or the concerned BIOSes, or both.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c59608c..4d2cc46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-amd],
- 2.7.7.3,
+ 2.7.7.4,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-amd)