diff options
| -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 000000000..b4ee82a9d --- /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 | ||
