<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 9 June 2016 at 07:59, Doug Lytle <span dir="ltr"><<a href="mailto:support@drdos.info" target="_blank">support@drdos.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Douglas Sargent wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Hi Doug,<br>
<br>
      big thanks for taking the time to help me out. here is the output<br>
</blockquote>
<br>
Well, the package manager thinks VDPAU is there, lets see if the file system agrees. Either under root or using sudo<br>
<br>
updatedb (Updates the locate database)<br>
locate libvdpau.so.1<br>
<br>
If the updatedb command fails, then you can install it by doing an apt-get install mlocate<br>
<br>
Mine shows up in:<br>
<br>
locate libvdpau.so.1<br>
<br>
/usr/lib/x86_64-linux-gnu/libvdpau.so.1<br>
/usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0<br>
<br>
Doug<br><br></blockquote><div>or you could just do</div><div><br></div><div>sudo find / -name "libvdpau.so.1"</div><div><br></div><div>which removes then need to install mlocate</div><div><br></div><div>Cheers,</div><div> </div></div>Anthony</div></div>