From 6cd5833d3afd0fb44ef62d7dbe080cb9e687883e Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 21 Sep 2016 14:05:01 +0200 Subject: apalis-tk1: disable nvidia logo shown exlusively on lvds Signed-off-by: Marcel Ziswiler Acked-by: Stefan Agner --- .../linux-driver-package-21.5.0/xorg.conf | 22 ++++++++++++++++++++++ .../linux-driver-package_21.5.0.bbappend | 7 +++++++ 2 files changed, 29 insertions(+) create mode 100644 recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf create mode 100644 recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend diff --git a/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf b/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf new file mode 100644 index 0000000..68b7925 --- /dev/null +++ b/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 + diff --git a/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend b/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend new file mode 100644 index 0000000..55e6f37 --- /dev/null +++ b/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-driver-package-${PV}:" + +SRC_URI_append_apalis-tk1 = " file://xorg.conf" + +do_install_append_apalis-tk1 () { + cp ${WORKDIR}/xorg.conf ${D}/etc/X11/ +} -- cgit v1.2.3