summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-graphics
diff options
context:
space:
mode:
authorAnatoliy Klymenko <anatoliy.klymenko@amd.com>2024-07-18 19:45:26 -0700
committerMark Hatle <mark.hatle@amd.com>2024-07-23 10:09:06 -0600
commit6f3a712992551a2d7ebd34d3e7dca1cde6193b12 (patch)
treedf74c570cae5880d82506dc4d3f2ab0ac007cacc /meta-xilinx-core/recipes-graphics
parent472d7ec33bd9f08baf063fa399cc645d2cb9e724 (diff)
downloadmeta-xilinx-6f3a712992551a2d7ebd34d3e7dca1cde6193b12.tar.gz
xserver-nodm-init: Set LD_LIBRARY_PATH for xserver
Adjust xserver LD_LIBRARY_PATH to direct runtime linker towards headless version of libMali. This is required for GPU accelerated image composition in armsoc video driver. Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-graphics')
-rw-r--r--meta-xilinx-core/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in b/meta-xilinx-core/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in
new file mode 100644
index 00000000..ba8c8f21
--- /dev/null
+++ b/meta-xilinx-core/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in
@@ -0,0 +1,8 @@
1# common environment file for sysvinit and systemd
2
3LD_LIBRARY_PATH=/usr/lib/headless:${LD_LIBRARY_PATH}
4XSERVER=/usr/bin/Xorg
5DISPLAY=:0
6ARGS=" -br -pn @BLANK_ARGS@ @NO_CURSOR_ARG@ "
7HOME=@HOME@
8USER=@USER@