diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-31 09:18:46 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-04 15:33:46 -0300 |
commit | 100cb2ec685bcfae7f073643f43b1f9badba447c (patch) | |
tree | efba88a65741ae88753e16bcbf8aa8a95d1ee26f | |
parent | ffe8329dad83d20ed7040f3bb923cde23dfa1d99 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf | 12 |
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 @@ | |||
1 | Section "Device" | ||
2 | Identifier "Kernel Framebuffer Device" | ||
3 | Driver "fbdev" | ||
4 | Option "fbdev" "/dev/fb0" | ||
5 | EndSection | ||
6 | |||
7 | Section "ServerFlags" | ||
8 | Option "BlankTime" "0" | ||
9 | Option "StandbyTime" "0" | ||
10 | Option "SuspendTime" "0" | ||
11 | Option "OffTime" "0" | ||
12 | EndSection | ||