From 5d2603461da96e81515942c014a70f3a1df44945 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 18 Jan 2016 22:54:13 -0800 Subject: [PATCH] xserver-xf86-config: use modesetting for Vybrid Explicitly use the generic Xorg driver for KMS devices. Signed-off-by: Stefan Agner Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xf86-config/vf/xorg.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf 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 index 00000000..b4ee82a9 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf @@ -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 -- 2.40.1