On Tue, Mar 17, 2009 at 10:24 PM, Paulo Cavalcanti <[email protected]> wrote:

>
>
> On Tue, Mar 17, 2009 at 8:05 PM, Dunc <[email protected]> wrote:
>
>> Dunc wrote:
>> > I cant see any specific VDPAU config options in the .spec, so maybe the
>> > autodetection failed?
>> >
>> >
>> >
>> Looks like this is the case:
>>
>> > ldd /usr/bin/mplayer |grep vdpau
>> returns no results. It should be showing something like
>> > libvdpau.so.1 => /usr/lib64/nvidia-graphics-180.29/libvdpau.so.1
>> > (0x0000003454e00000)
>> In order for my compilation of mplayer to detect vdpau with the atrpms
>> nvidia packages, I had to include these config options:
>>
>> --with-extraincdir=/usr/include/nvidia-graphics-180.29/
>> --with-extralibdir=/usr/lib64/nvidia-graphics-180.29/
>>
>> Although it would suggest this would tie it to a specific driver
>> version, it carried on working fine after I had moved up to 180.35
>>
>
> Axel, there is a missing "%" in the line below:
>
> --with-extraincdir=%{_includedir}/nvidia-graphics{?with_xvmcw::%{_includedir}/directfb}
> \
>
>
> This is the correct form:
>
> --with-extraincdir=%{_includedir}/nvidia-graphics%{?with_xvmcw::%{_includedir}/directfb}
> \
>
>
I rebuilt mplayer and it has vdpau support now. The problem is that
it does not work with xinerama. Since I do use my LCD plus
a TV, the xinerama module is loaded anyaway.

Then I rebuilt all the packages for F8 for running on a computer with
a single display, and it worked just fine.

Therefore, I think some work is still to be done on the nividia side,
because it is common for people using mythtv, to have two displays
in a twin view configuration.

If anyone has a solution for this problem, please, let me know.

-- 
Paulo Roma Cavalcanti
LCG - UFRJ
_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to