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

Bug#401710: Please add /proc/fb to hw-report



package: installation-report
severity: minor
tags: patch

Please, add content of /proc/fb to logs as this may help detecting issues related to DirectFB accessing the wrong framebuffer device when multiple framebuffer debvices are available.
Patch is attached.

thanks

Attilio

Index: report-hw
===================================================================
--- report-hw   (revisione 43161)
+++ report-hw   (copia locale)
@@ -41,4 +41,5 @@
 if [ "$DEBIAN_FRONTEND" = gtk ] && \
    [ -x /usr/lib/directfb-0.9.25/bin/dfbinfo ]; then
        /usr/lib/directfb-0.9.25/bin/dfbinfo 2>&1 | addinfo dfbinfo
+       cat /proc/fb 2>&1 | addinfo /proc/fb
 fi



Reply to: