diff options
Diffstat (limited to 'source/x/libvdpau/profile.d')
-rwxr-xr-x | source/x/libvdpau/profile.d/vdpau.csh | 22 | ||||
-rwxr-xr-x | source/x/libvdpau/profile.d/vdpau.sh | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/source/x/libvdpau/profile.d/vdpau.csh b/source/x/libvdpau/profile.d/vdpau.csh new file mode 100755 index 00000000..e2d18c18 --- /dev/null +++ b/source/x/libvdpau/profile.d/vdpau.csh @@ -0,0 +1,22 @@ +#!/bin/csh + +# Disable debugging output of the vdpau backend +setenv VDPAU_LOG 0 + +# Use the vdpau backend of the nvidia binary driver +#setenv VDPAU_DRIVER "nvidia" + +# Use the vdpau backend of the nouveau driver +#setenv VDPAU_DRIVER "nouveau" + +# Use the vdpau backend of the r300 driver +#setenv VDPAU_DRIVER "r300" + +# Use the vdpau backend of the r600 driver +#setenv VDPAU_DRIVER "r600" + +# Use the vdpau backend of the radeonsi driver +#setenv VDPAU_DRIVER "radeonsi" + +# Use the va-api/opengl backend +#setenv VDPAU_DRIVER "va_gl" diff --git a/source/x/libvdpau/profile.d/vdpau.sh b/source/x/libvdpau/profile.d/vdpau.sh new file mode 100755 index 00000000..918312e2 --- /dev/null +++ b/source/x/libvdpau/profile.d/vdpau.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# Disable debugging output of the vdpau backend +export VDPAU_LOG=0 + +# Use the vdpau backend of the nvidia binary driver +#export VDPAU_DRIVER="nvidia" + +# Use the vdpau backend of the nouveau driver +#export VDPAU_DRIVER="nouveau" + +# Use the vdpau backend of the r300 driver +#export VDPAU_DRIVER="r300" + +# Use the vdpau backend of the r600 driver +#export VDPAU_DRIVER="r600" + +# Use the vdpau backend of the radeonsi driver +#export VDPAU_DRIVER="radeonsi" + +# Use the va-api/opengl backend +#export VDPAU_DRIVER="va_gl" |