diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-01-18 22:54:13 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-19 12:20:08 -0200 |
commit | ad81a3e06a1e57f38185f377d7b4a9e4272b02af (patch) | |
tree | 56db29bc3786af2480857b30ce4cb8bf09feb27f | |
parent | 7d791dd42913fd6b14157f4211dcd8d143b6c782 (diff) | |
download | meta-fsl-arm-ad81a3e06a1e57f38185f377d7b4a9e4272b02af.tar.gz |
xserver-xf86-config: use modesetting for Vybrid
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>
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/vf/xorg.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | Section "Device" | ||
2 | Identifier "DCU DRM/KMS using Modesetting" | ||
3 | Driver "modesetting" | ||
4 | Option "kmsdev" "/dev/dri/card0" | ||
5 | EndSection | ||
6 | |||
7 | Section "ServerFlags" | ||
8 | Option "BlankTime" "0" | ||
9 | Option "StandbyTime" "0" | ||
10 | Option "SuspendTime" "0" | ||
11 | Option "OffTime" "0" | ||
12 | EndSection | ||