summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-11-02 21:16:53 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2006-11-02 22:18:06 +0200
commitf917f65e8d2b13d8b9bfc4320f4a935f5a5c4bff (patch)
tree299655e3673590d1eaa0d93fc0d45e733cc3af39 /src
parentca8c148942371c9445f32985625ce38eabc016e1 (diff)
Officially require libdrm 2.2.0
Note that this is only for the headers at compile-time. The driver still uses libdrm 1.2.0 from Xserver at run-time.
Diffstat (limited to 'src')
-rw-r--r--src/atidri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atidri.c b/src/atidri.c
index 2bc6d84..cd57874 100644
--- a/src/atidri.c
+++ b/src/atidri.c
@@ -1378,7 +1378,7 @@ Bool ATIDRIScreenInit( ScreenPtr pScreen )
/* Incompatible DRM version */
xf86DrvMsg( pScreen->myNum, X_ERROR,
"[dri] ATIDRIScreenInit failed because of a version mismatch.\n"
- "[dri] mach64.o kernel module version is %d.%d.%d, but version 1.0 or greater is needed.\n"
+ "[dri] mach64.o kernel module version is %d.%d.%d, but version 2.x is needed (with 2.x >= 2.0).\n"
"[dri] Disabling DRI.\n",
version->version_major,
version->version_minor,