diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-31 09:18:46 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | f5396b34b82bc7524a1216c6a84846d2ad67574a (patch) | |
tree | 4245576e666e681da9036da7005d63a6b7d8d41e /recipes-graphics/xorg-xserver | |
parent | d8fbb90d807227e8782d5cb049dc306f627a893a (diff) | |
download | meta-freescale-f5396b34b82bc7524a1216c6a84846d2ad67574a.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/xorg-xserver')
-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 00000000..79b6c0fc --- /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 | ||