ps3 platform not detected correctly by dexconf

Bug #230091 reported by Bryce Harrington
10
Affects Status Importance Assigned to Milestone
Ubuntu PS3 Port
Fix Released
Medium
Unassigned
Nominated for Intrepid by Kẏra
xorg (Ubuntu)
Fix Released
Medium
Bryce Harrington
Hardy
Fix Released
Undecided
Bryce Harrington
Intrepid
Fix Released
Medium
Bryce Harrington

Bug Description

Binary package hint: xorg

"I sent this patch in to the mailing list last Monday. dexconf wasn't
detecting the ps3fb correctly on hardy. Because of this it misses out a
couple of options that are meant to be explicitly set for PS3. It's a
very very small change.

https://lists.ubuntu.com/archives/ubuntu-x/2008-May/000157.html

From: Dan Munckton <daniel at munckfish.net>

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.
---
 debian/local/dexconf | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

Revision history for this message
Bryce Harrington (bryce) wrote :

Committed to git. Upload to Intrepid coming soon...

Changed in xorg:
importance: Undecided → Medium
status: New → In Progress
status: In Progress → Fix Committed
Dan Munckton (munckfish)
Changed in ubuntu-ps3-port:
importance: Undecided → Medium
status: New → Fix Committed
Bryce Harrington (bryce)
Changed in xorg:
assignee: nobody → bryceharrington
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xorg - 1:7.3+10ubuntu11

---------------
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 <email address hidden> Tue, 13 May 2008 13:27:16 -0700

Changed in xorg:
status: Fix Committed → Fix Released
Revision history for this message
Martin Pitt (pitti) wrote :

Bryce, can you please reupload to hardy-proposed with -I.git, to filter out all the .git stuff? It makes the tarball unnecessarily large and is not required for an SRU, so let's keep the changes as small as possible. The actual diff is fine. Subscribed ubuntu-sru.

Changed in xorg:
assignee: nobody → bryce
status: New → In Progress
assignee: bryce → bryceharrington
Revision history for this message
Bryce Harrington (bryce) wrote :

Done. Clean debdiff attached.

Revision history for this message
Martin Pitt (pitti) wrote :

Accepted into -proposed, please test and give feedback here

Changed in xorg:
status: In Progress → Fix Committed
Revision history for this message
Steve Langasek (vorlon) wrote :

Dan, are you able to confirm that the updated dexconf in hardy-proposed works for you? I fear that no one else subscribed to this bug report has the hardware necessary to confirm this as a good fix.

Revision history for this message
Dan Munckton (munckfish) wrote : Re: [Bug 230091] Re: ps3 platform not detected correctly by dexconf

I'll check it tonight and report back asap.

Revision history for this message
Dan Munckton (munckfish) wrote :

Sincere apologies for not replying as promised. The fix is fine, and now already in xorg on both Intrepid and Hardy. Marking as Fix Released.

Changed in xorg:
status: Fix Committed → Fix Released
Changed in ubuntu-ps3-port:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.