From a716eb9ee9499fd7a8bd821f306c01a21518b9b4 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 23 May 2012 23:22:48 +0300 Subject: [PATCH] pandora-first-run-wizard: fix blanking after time change for good --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 3e6cea9..f7d0c0c 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r35" +PR = "r36" SRC_URI = " \ file://first-run-wizard.sh \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 36ff0fc..4ad8696 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -23,6 +23,7 @@ ERROR_WINDOW='zenity --title="Error" --error --text="Sorry! Please try again." - RESET_ROOT="yes" xset s off +xset -dpms # Greet the user. -- 2.39.5