summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:24:05 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 12:42:29 +0200
commiteadbac2ba7701a6727e619f8b9498925b2bede47 (patch)
treeca23706b9a91a69b72ca2c64e8ca5ef7ad18d8ec /recipes-graphics
parentd78234f8ae7648fdcc9e86c62ead5f659e2ef954 (diff)
colibri-vf: drop machine
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-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
-