diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-01-18 22:54:13 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | 5d2603461da96e81515942c014a70f3a1df44945 (patch) | |
tree | fb87ffb70dd9b448cf577384c61e84b597d11d40 /recipes-graphics/xorg-xserver | |
parent | fb32115057e7205f77f7d3b3ba246b9daad9223e (diff) | |
download | meta-freescale-5d2603461da96e81515942c014a70f3a1df44945.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>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-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 00000000..b4ee82a9 --- /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 | ||