If all I need is the nvidia display driver package why wasn't it installed when I instlled F12 on my system given that I have an nvidia card?  A couple of other issues, first there are no nvidia related packages in the F12 repositories that I can find. Second I'm running the nouveau display driver.  <br>
<br>Paolo<br><br><div class="gmail_quote">On Mon, Nov 23, 2009 at 12:42 PM, Lonni J Friedman <span dir="ltr"><<a href="mailto:netllama@gmail.com">netllama@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Nov 23, 2009 at 11:40 AM, Paolo Galtieri <<a href="mailto:pgaltieri@gmail.com">pgaltieri@gmail.com</a>> wrote:<br>
> I'm trying to compile mplayer on F12 and I've encountered a problem.  I've<br>
> installed the vdpau packages from the F12 repositories, but when I try to<br>
> configure mplayer with vdpau support it indicates there is no support for<br>
> it.  Here is the test program from the configure script.<br>
><br>
> #include <vdpau/vdpau_x11.h><br>
> int main(void) {<br>
>     (void) vdp_device_create_x11(0, 0, 0, 0);<br>
>     return VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1; }<br>
><br>
> The compiles fine:<br>
><br>
> gcc -o vdp vdp.c -lvdpau<br>
><br>
> but when you run it you get:<br>
><br>
> ./vdp<br>
> Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object<br>
> file: No such file or directory<br>
><br>
> Running<br>
><br>
> ldd ./vdp<br>
><br>
> shows:<br>
><br>
>     linux-vdso.so.1 =>  (0x00007fffb0dff000)<br>
>     libvdpau.so.1 => /usr/lib64/libvdpau.so.1 (0x00007fb918e84000)<br>
>     libc.so.6 => /lib64/libc.so.6 (0x0000003fa8400000)<br>
>     libdl.so.2 => /lib64/libdl.so.2 (0x0000003fa8800000)<br>
>     /lib64/ld-linux-x86-64.so.2 (0x0000003fa8000000)<br>
><br>
> there is no reference to libvdpau_nvidia.so.<br>
><br>
> A search of the repositories shows no matches for this library.<br>
><br>
> Any ideas what I'm missing?<br>
<br>
<br>
</div></div>libvdpau_nvidia.so ships with the NVIDIA display driver package.<br>
There's no need to install anything other than that to build mplayer<br>
with vdpau support.<br>
<br>
--<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
L. Friedman                                    <a href="mailto:netllama@gmail.com">netllama@gmail.com</a><br>
LlamaLand                       <a href="https://netllama.linux-sxs.org" target="_blank">https://netllama.linux-sxs.org</a><br>
<font color="#888888"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</font></blockquote></div><br>