On 03/01/2016 12:08 AM, ??????? wrote:
Hi, I've got problems with vdpau. My firefox crashes
sometimes (in the middle of work), because it can't found
it. I had in /usr/lib64/vdpau some libraries for radeon
and so on, but I need libvdpau_i965.so. How it can be
installed? I already got vdpau package installed, but
probably I have to do something with USE flags or set up
other options. From calculate-linux irc I was suggested to
put VIDEO_CARDS="intel i915 i965" into make.conf. After
upgrading packeges all libs from /usr/lib64/vdpau got
deleted, except for libvdpau_trace.so. So I still didn't
get the libvdpau_i965.so.
Searching for VDPAU support on an Intel i695 GPU ... "libvdpau-va-gl" is
required.
That library may not be in the Gentoo Repository.
-----
If you are using Calculate Linux, you are using "layman".
Not sure how that overlay works.
----
Intel seems to be bundling all the newer GPUs into the i915 driver OR
the intel driver.
----
Be aware that "vaapi" and "vdpau" USE flags usually do not work together.
You will most likely have to spend some time resolving portage blockers
and compiling.
----
This driver may have what you need : "x11-libs/libva-vdpau-driver"
---> Adding this in make.conf this is suggested :
---> USE=vdpau && VIDEO_CARDS="intel i915"
---> Emerge it, or re-emerge it with --newuse
---> Or try this if that does not work :
---> USE=vaapi && VIDEO_CARDS="intel i915"
---> Emerge it, or re-emerge it with --newuse
Another driver to try is the "x11-libs/libva-intel-driver"
---> Adding this in make.conf this is suggested :
---> USE=vdpau && VIDEO_CARDS="intel i915"
---> Emerge it, or re-emerge it with --newuse
---> Or try this if that does not work :
---> USE=vaapi && VIDEO_CARDS="intel i915"
---> Emerge it, or re-emerge it with --newuse
Hope this helps.