]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config: Add i.MX6UL xorg.conf
authorLauren Post <lauren.post@freescale.com>
Fri, 31 Jul 2015 14:18:46 +0000 (09:18 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:14 +0000 (15:03 -0300)
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf [new file with mode: 0644]

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 (file)
index 0000000..79b6c0f
--- /dev/null
@@ -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