summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:55 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-31 09:29:30 -0300
commit89aaae63cbd4cb2b996f9c1670b925a05a36fcf8 (patch)
treea2b02230f8703ced43364b5da8de1344fe3f9a3a /recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
parent06453a025b13e13653a28c4984a7ee8b3f94805b (diff)
downloadmeta-fsl-arm-89aaae63cbd4cb2b996f9c1670b925a05a36fcf8.tar.gz
xserver-xf86-config: Add support for PXP Frame Buffer displays
PXP devices for mx6sx, mx6sl and mx7 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
new file mode 100644
index 0000000..79b6c0f
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
@@ -0,0 +1,12 @@
1Section "Device"
2 Identifier "Kernel Framebuffer Device"
3 Driver "fbdev"
4 Option "fbdev" "/dev/fb0"
5EndSection
6
7Section "ServerFlags"
8 Option "BlankTime" "0"
9 Option "StandbyTime" "0"
10 Option "SuspendTime" "0"
11 Option "OffTime" "0"
12EndSection