]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config (mx5): disable DPMS functions by default
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Jul 2012 14:01:41 +0000 (11:01 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 20 Jul 2012 16:53:17 +0000 (13:53 -0300)
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>
meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf
meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend

index ddfd7df050916858b3567cf7250bcd7dce81aa98..a99e6f248eb970c7a3719ac1978d0a6086bcfbcd 100644 (file)
@@ -7,3 +7,10 @@ Section "Device"
     # and "Y8INV" (8-bit gray inverted).
     Option      "FormatEPDC"    "Y8INV"
 EndSection
+
+Section "ServerFlags"
+    Option "BlankTime"  "0"
+    Option "StandbyTime"  "0"
+    Option "SuspendTime"  "0"
+    Option "OffTime"  "0"
+EndSection
index 1265c1dad3cf46b9ea87b656b0381324cb1128df..81dea271f109d6186681be858bf42ccf41a21d8c 100644 (file)
@@ -1,4 +1,4 @@
 # Append path for freescale layer to include bsp xorg.conf 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PRINC := "${@int(PRINC) + 4}"
+PRINC := "${@int(PRINC) + 5}"