User Tools

Site Tools


ubuntu:gpu:vdpau:override_the_driver_for_vdpau

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:vdpau:override_the_driver_for_vdpau [2023/06/16 15:37] peterubuntu:gpu:vdpau:override_the_driver_for_vdpau [2023/06/16 15:47] (current) peter
Line 6: Line 6:
  
   * For Intel graphics you need to set it to va_gl.   * For Intel graphics you need to set it to va_gl.
-  * For the open source AMD driver set it to the proper driver version depending on your GPU, see #Verification.+  * For the open source AMD driver set it to the proper driver version depending on your GPU.
   * For the open source Nouveau driver set it to nouveau.   * For the open source Nouveau driver set it to nouveau.
   * For NVIDIA's proprietary version set it to nvidia.   * For NVIDIA's proprietary version set it to nvidia.
 +
 +----
 +
 +===== Example =====
 +
 +<code bash>
 +unset VDPAU_DRIVER
 +export VDPAU_DRIVER=radeonsi
 +</code>
  
 <WRAP info> <WRAP info>
 **NOTE:** **NOTE:**
  
-  * The installed drivers are often found in **/usr/lib/x86_64-linux-gnu/vdpau/** or **/usr/lib/vdpau//**. +  * The installed drivers are often found in **/usr/lib/x86_64-linux-gnu/vdpau/** or **/usr/lib/vdpau/**. 
     * They are used as **/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_${VDPAU_DRIVER}.so**.     * They are used as **/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_${VDPAU_DRIVER}.so**.
 +
   * Some drivers are installed several times under different names for compatibility reasons.   * Some drivers are installed several times under different names for compatibility reasons.
-    * You can see which by running sha1sum /usr/lib/vdpau/*.+    * You can see which by running: <code bash>sha1sum /usr/lib/x86_64-linux-gnu/vdpau/*</code>
  
   * For hybrid setups (both NVIDIA and AMD), it may be necessary to set the **DRI_PRIME** environment variable.    * For hybrid setups (both NVIDIA and AMD), it may be necessary to set the **DRI_PRIME** environment variable. 
Line 23: Line 33:
 </WRAP> </WRAP>
  
 +----
 +
 +===== References =====
 +
 +https://wiki.archlinux.org/title/Hardware_video_acceleration#Configuring_VDPAU
ubuntu/gpu/vdpau/override_the_driver_for_vdpau.1686929865.txt.gz · Last modified: 2023/06/16 15:37 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki