summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:09:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-05-28 12:29:05 +0200
commitd13caaba2d90f856b944ebde44967b679d3eb3a9 (patch)
tree417d262852123f10c03838f81bc51bda9c2c3a03 /recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
parent7a56c4b0ae2a656cde85ab8b369e6bc2969ca91c (diff)
apalis-tk1: drop machine
The downstream kernel gets to old to be used with the new zeus userspace components. Drop the machine. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/binary-drivers/linux-driver-package/xorg.conf')
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package/xorg.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf b/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
deleted file mode 100644
index 68b7925..0000000
--- a/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (c) 2011-2013 NVIDIA CORPORATION. All Rights Reserved.
-
-#
-# This is the minimal configuration necessary to use the Tegra driver.
-# Please refer to the xorg.conf man page for more configuration
-# options provided by the X server, including display-related options
-# provided by RandR 1.2 and higher.
-
-# Disable extensions not useful on Tegra.
-Section "Module"
- Disable "dri"
- SubSection "extmod"
- Option "omit xfree86-dga"
- EndSubSection
-EndSection
-
-Section "Device"
- Identifier "Tegra0"
- Driver "nvidia"
- Option "NoLogo" "true"
-EndSection
-