]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xf86-config: use modesetting for Vybrid
authorStefan Agner <stefan.agner@toradex.com>
Tue, 19 Jan 2016 06:54:13 +0000 (22:54 -0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:24 +0000 (15:03 -0300)
Explicitly use the generic Xorg driver for KMS devices.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf [new file with mode: 0644]

diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf
new file mode 100644 (file)
index 0000000..b4ee82a
--- /dev/null
@@ -0,0 +1,12 @@
+Section "Device"
+    Identifier  "DCU DRM/KMS using Modesetting"
+    Driver      "modesetting"
+    Option      "kmsdev" "/dev/dri/card0"
+EndSection
+
+Section "ServerFlags"
+    Option "BlankTime"  "0"
+    Option "StandbyTime"  "0"
+    Option "SuspendTime"  "0"
+    Option "OffTime"  "0"
+EndSection