summaryrefslogtreecommitdiff
path: root/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-10-20 14:26:43 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 12:03:36 +0100
commitcb1bbea44864127987fc47da89b78738a989b8ce (patch)
treeb8b4f0f448beb8f183819c34c7fdc8b67d4b3d2c /jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package
parentb572cd2665b235d77ae5b26fecdb61742d652867 (diff)
linux-driver-package: use wildcard for bbappend
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package')
-rw-r--r--jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf b/jetson-tk1/recipes-bsp/binary-drivers/linux-driver-package/xorg.conf
new file mode 100644
index 0000000..68b7925
--- /dev/null
+++ b/jetson-tk1/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
+