]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config: Fix xorg.conf for 6ULL
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 24 Apr 2020 22:22:11 +0000 (17:22 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Apr 2020 23:05:47 +0000 (20:05 -0300)
The 6ULL does not have a hardware-accelerated framebuffer
device, so switch to the kernel framebuffer device.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ull/xorg.conf [new file with mode: 0644]

diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ull/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ull/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