From f5396b34b82bc7524a1216c6a84846d2ad67574a Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 31 Jul 2015 09:18:46 -0500 Subject: [PATCH] xserver-xf86-config: Add i.MX6UL xorg.conf Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf 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 @@ +Section "Device" + Identifier "Kernel Framebuffer Device" + Driver "fbdev" + Option "fbdev" "/dev/fb0" +EndSection + +Section "ServerFlags" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" +EndSection -- 2.40.1