summaryrefslogtreecommitdiff
path: root/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf')
-rw-r--r--jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf b/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf
new file mode 100644
index 0000000..68b7925
--- /dev/null
+++ b/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/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
+