[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08
Thomas White
taw at bitwiz.org.uk
Fri Jan 8 13:25:16 UTC 2010
The following commit has been merged in the master branch:
commit b7961c45556704596b51256d89535c057d4fd5f3
Author: Thomas White <taw at bitwiz.org.uk>
Date: Sun Nov 8 20:32:35 2009 +0100
Fix previous commit
diff --git a/src/glamo-kms-driver.c b/src/glamo-kms-driver.c
index f790576..f25ac42 100644
--- a/src/glamo-kms-driver.c
+++ b/src/glamo-kms-driver.c
@@ -111,7 +111,7 @@ Bool GlamoKernelModesettingAvailable()
ent = readdir(dir);
if ( !ent ) return FALSE;
- if ( strncmp(ent->d_name, "drm:controlD", 12) == 0 ) {
+ if ( strncmp(ent->d_name, "controlD", 12) == 0 ) {
closedir(dir);
return TRUE;
}
--
xf86-video-glamo, SMedia Glamo video driver for X.Org
More information about the pkg-fso-commits
mailing list