summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-02-18 09:37:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:44 +0100
commit5036201925da2f4f4d48994d6c20513f683ea0ef (patch)
tree90bad5c2bb6fb6c9c663b2e1164b727704c2cca7 /recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
parent90dd09c4014acc74791151f2b13281efae6aacd7 (diff)
tk1: drop meta-jetson-tk1
All of meta-jetson-tk1 has been moved into meta-toradex-tegra as updates were needed. Drop meta-jetson-tk1. 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, 22 insertions, 0 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf b/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
new file mode 100644
index 0000000..68b7925
--- /dev/null
+++ b/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
@@ -0,0 +1,22 @@
+# 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
+