diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-20 11:01:41 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-20 13:53:17 -0300 |
| commit | 3608e9987ae986e4443bebc5e4e3f0dcb5c84988 (patch) | |
| tree | 8a8e19fc052a73efb40c9a961d35260cab2de970 | |
| parent | c4d32e0005a75680e9f36ddf3557e05ed230ac64 (diff) | |
| download | meta-freescale-3608e9987ae986e4443bebc5e4e3f0dcb5c84988.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-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf | 7 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf index ddfd7df05..a99e6f248 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf +++ b/meta-fsl-arm/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" |
| 9 | EndSection | 9 | EndSection |
| 10 | |||
| 11 | Section "ServerFlags" | ||
| 12 | Option "BlankTime" "0" | ||
| 13 | Option "StandbyTime" "0" | ||
| 14 | Option "SuspendTime" "0" | ||
| 15 | Option "OffTime" "0" | ||
| 16 | EndSection | ||
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 1265c1dad..81dea271f 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-fsl-arm/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 |
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 3 | 3 | ||
| 4 | PRINC := "${@int(PRINC) + 4}" | 4 | PRINC := "${@int(PRINC) + 5}" |
