summaryrefslogtreecommitdiffstats
path: root/source/x/libvdpau/profile.d/vdpau.csh
blob: e2d18c181a1cb680948aa2f012bbf37dc0fc43ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"