summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-09-28 10:56:17 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:59:56 +0200
commit8a8ea0510f3aba5f9a0949c986eb8639ff41917f (patch)
treed6e3f6e665d800328e06d085ab4e95aebea82bb2
parent106164e30be49ca720121e9a2eb524ed201c12a1 (diff)
The Vybrid xorg.conf should not be part of the Tegra BSP. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
deleted file mode 100644
index ee77e84..0000000
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/colibri-vf/xorg.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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 "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"
- Option "BlankTime" "0"
- Option "StandbyTime" "0"
- Option "SuspendTime" "0"
- Option "OffTime" "0"
-EndSection
-
-Section "InputClass"
- Identifier "Fusion 7/10"
- Driver "evdev"
- MatchProduct "fusion_F0710A"
- MatchDevicePath "/dev/input/event*"
-EndSection
-