[meta-freescale] [meta-fsl-arm][PATCH 11/12] xserver-xf86-config: Add i.MX6UL xorg.conf

Lauren Post lauren.post at freescale.com
Fri Jul 31 07:18:46 PDT 2015


Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 .../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 0000000..79b6c0f
--- /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
-- 
1.7.9.5



More information about the meta-freescale mailing list