summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf')
-rw-r--r--recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf25
1 files changed, 22 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
index 7bb8b11..ee77e84 100644
--- a/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
@@ -1,7 +1,26 @@
+# Default Xorg configuration for Toradex Colibri VF50/VF61 modules
+# (Freescale/NXP Vybrid based modules)
+#
+# This configuration uses the Xorg modesetting DDX driver, which requires
+# the DRM based DCU kernel driver (CONFIG_DRM_FSL_DCU)
+#
+
Section "Device"
- Identifier "Kernel Framebuffer Device"
- Driver "fbdev"
- Option "fbdev" "/dev/fb0"
+ Identifier "FSL-DCU"
+ Driver "modesetting"
+ Option "kmsdev" "/dev/dri/card0"
+EndSection
+
+Section "Monitor"
+ Identifier "LCD"
+ Option "DPMS" "off"
+EndSection
+
+Section "Screen"
+ Identifier "Main"
+ Device "FSL-DCU"
+ Monitor "LCD"
+ DefaultDepth 16
EndSection
Section "ServerFlags"