Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mesa excludes VAAPI, VDPAU... [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3610

PostPosted: Thu Feb 21, 2019 10:26 am    Post subject: Mesa excludes VAAPI, VDPAU... [solved] Reply with quote

Hi, on
Code:
HD Graphics 530 (rev 06)
mesa exclude vaapi & vdpau.
Should these flags be disabled for other packages, e.g.vaapi:
Code:
media-video/ffmpeg
media-video/mpv
additionally for vdpau
Code:
x11-libs/libva
Thks 4 ur attention.

Last edited by CaptainBlood on Fri Feb 22, 2019 10:49 am; edited 1 time in total
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Thu Feb 21, 2019 6:28 pm    Post subject: Reply with quote

Intel doesn't support VDPAU, only VAAPI. And their VAAPI driver isn't part of Mesa, it's entirely separate, so what you set for Mesa doesn't matter. What you want is the libva-intel-driver package. Everything other than Mesa (ffmpeg, mpv, VLC, ...) of course needs to have the vaapi flag set.
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Thu Feb 21, 2019 7:41 pm    Post subject: Reply with quote

Look at /usr/portage/media-libs/mesa/mesa-18.3.3.ebuild:
Code:
if use vaapi; then
    if ! use video_cards_r600 &&
       ! use video_cards_radeonsi &&
       ! use video_cards_nouveau; then
            ewarn "Ignoring USE=vaapi since VIDEO_CARDS does not contain r600, radeonsi, or nouveau"
    fi
fi

if use vdpau; then
    if ! use video_cards_r300 &&
       ! use video_cards_r600 &&
       ! use video_cards_radeonsi &&
       ! use video_cards_nouveau; then
            ewarn "Ignoring USE=vdpau since VIDEO_CARDS does not contain r300, r600, radeonsi, or nouveau"
    fi
fi

But that's Mesa. Other packages may (and will) honor USE flag 'vaapi' if you have an Intel graphics card.
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3610

PostPosted: Fri Feb 22, 2019 10:49 am    Post subject: Reply with quote

Oh by bad, I missed vdpau to be activated somewhere.

Now mesa doesn"t complain about VAAPI & VDPAU
Sorry for the mess.

Thks 4 ur attention, interest & support.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum