From ad81a3e06a1e57f38185f377d7b4a9e4272b02af Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 18 Jan 2016 22:54:13 -0800 Subject: 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 0000000..b4ee82a --- /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 -- cgit v1.2.3-54-g00ecf