Browse Source

Disable display reinitialization on start on RPI by default

This can put PMP/Qt into an endless loop of crashing and restarting on
some systems. The reason is unknown (possibly due to the kind of unclean
way we restore the graphics state on RPI), so disable it to be on the
safe side for now.
Vincent Lang 9 years ago
parent
commit
60d3d7eb69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/settings/settings_description.json

+ 1 - 1
resources/settings/settings_description.json

@@ -49,7 +49,7 @@
       },
       {
         "value": "hdmi_poweron",
-        "default": true,
+        "default": false,
         "hidden": true,
         "platforms": [ "oe_rpi" ]
       }