summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-20 11:01:41 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-20 13:53:17 -0300
commit053d5f2c9cabc2b6d24fdacfcdeea89ff204074a (patch)
treebf1ffea4a563d031486f3e7db44ea0c04c161f58
parentc87c8816e9332010539e4ee9d618b7ec423c3490 (diff)
downloadmeta-fsl-arm-053d5f2c9cabc2b6d24fdacfcdeea89ff204074a.tar.gz
xserver-xf86-config (mx5): disable DPMS functions by default
By default, the device shouldn't turn the display off so we change the server setting but allow for easy customization by user, if need. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf7
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend2
2 files changed, 8 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf
index ddfd7df..a99e6f2 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf
@@ -7,3 +7,10 @@ Section "Device"
7 # and "Y8INV" (8-bit gray inverted). 7 # and "Y8INV" (8-bit gray inverted).
8 Option "FormatEPDC" "Y8INV" 8 Option "FormatEPDC" "Y8INV"
9EndSection 9EndSection
10
11Section "ServerFlags"
12 Option "BlankTime" "0"
13 Option "StandbyTime" "0"
14 Option "SuspendTime" "0"
15 Option "OffTime" "0"
16EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index 1265c1d..81dea27 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,4 +1,4 @@
1# Append path for freescale layer to include bsp xorg.conf 1# Append path for freescale layer to include bsp xorg.conf
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3 3
4PRINC := "${@int(PRINC) + 4}" 4PRINC := "${@int(PRINC) + 5}"