summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-31 09:18:46 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-04 15:33:46 -0300
commit100cb2ec685bcfae7f073643f43b1f9badba447c (patch)
treeefba88a65741ae88753e16bcbf8aa8a95d1ee26f /recipes-graphics
parentffe8329dad83d20ed7040f3bb923cde23dfa1d99 (diff)
downloadmeta-fsl-arm-100cb2ec685bcfae7f073643f43b1f9badba447c.tar.gz
xserver-xf86-config: Add i.MX6UL xorg.conf
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf
new file mode 100644
index 0000000..79b6c0f
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/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