[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'ubuntu'



 debian/changelog     |    9 +++++++++
 debian/local/dexconf |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 4f3c2969139ab97e3b37374b4354295feef4e87d
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Tue May 13 13:34:54 2008 -0700

    Adding fix for LP: #230091

diff --git a/debian/changelog b/debian/changelog
index bb732e6..6eafdae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg (1:7.3+10ubuntu11) intrepid; urgency=low
+
+  * dexconf:
+    - The output of cat /proc/fb on 2.6.24 is "0 ps3fb". Dexconf was
+      searching for "PS3" and was therefore failing to detect the platform
+      correctly. (LP: #230091)
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Tue, 13 May 2008 13:27:16 -0700
+
 xorg (1:7.3+10ubuntu10) hardy; urgency=low
 
   [ Michael Vogt ]
diff --git a/debian/local/dexconf b/debian/local/dexconf
index 50a2f4e..596a4e2 100644
--- a/debian/local/dexconf
+++ b/debian/local/dexconf
@@ -281,7 +281,7 @@ SECTION
 if [ -n "$DEVICE_DRIVER" ]; then
   printf "\tDriver\t\t\"$DEVICE_DRIVER\"\n" >&4
 fi
-PS3_FB=$(grep PS3 /proc/fb 2>/dev/null || true)
+PS3_FB=$(grep -i PS3 /proc/fb 2>/dev/null || true)
 if [ -n "$PS3_FB" ]; then
   printf "\tOption\t\t\"ShadowFB\"\t\t\"false\"\n" >&4
 fi


Reply to: