libvdpau-va-gl: Use Bash startup files.

This commit is contained in:
Zeckmathederg 2024-10-23 07:57:48 -06:00
parent 90c498a2a8
commit 05d2409bcf
2 changed files with 12 additions and 2 deletions

View File

@ -39,6 +39,15 @@
</listitem>
-->
<listitem>
<para>October 23rd, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - libvdpau-va-gl: Use Bash startup files.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 22nd, 2024</para>
<itemizedlist>

View File

@ -136,10 +136,11 @@ ldconfig</userinput></screen>
<title>Configuration</title>
<para>
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:
</para>
<screen><userinput>echo "export VDPAU_DRIVER=va_gl" >> ~/xorg.sh</userinput></screen>
<screen role="root"><userinput>echo "export VDPAU_DRIVER=va_gl" >> /etc/profile.d/xorg.sh</userinput></screen>
</sect2>