Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
xserver-xf86-config: use modesetting for Vybrid
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Agner authored and otavio committed Jan 19, 2016
1 parent 7d791dd commit ad81a3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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

0 comments on commit ad81a3e

Please sign in to comment.