From 05d2409bcfd6cd03858058f61e6c90b6ff0bc194 Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Wed, 23 Oct 2024 07:57:48 -0600 Subject: [PATCH] libvdpau-va-gl: Use Bash startup files. --- introduction/welcome/changelog.xml | 9 +++++++++ shareddeps/drivers/libvdpau-va-gl.xml | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 88672fc475..bb8fc423c6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,6 +39,15 @@ --> + + October 23rd, 2024 + + + [Zeckmathederg] - libvdpau-va-gl: Use Bash startup files. + + + + October 22nd, 2024 diff --git a/shareddeps/drivers/libvdpau-va-gl.xml b/shareddeps/drivers/libvdpau-va-gl.xml index eaed2e3509..d0c6420162 100644 --- a/shareddeps/drivers/libvdpau-va-gl.xml +++ b/shareddeps/drivers/libvdpau-va-gl.xml @@ -136,10 +136,11 @@ ldconfig Configuration - To allow libvdpau to find libvdpau-va-gl, set an environment variable: + To allow libvdpau to find libvdpau-va-gl, set an environment variable + as the &root; user: -echo "export VDPAU_DRIVER=va_gl" >> ~/xorg.sh +echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh