fix(hw): intel open-source post Gen12 needs this for ffpmeg, OBS, etc - #4705
Merged
Conversation
Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
Contributor
|
It is mentioned in the ArchWiki: |
svartkanin
approved these changes
Aug 11, 2026
Contributor
Author
Does it also need libvpl according to your link ? On my Dell the runtime only sufficed, but I'm not sure. |
Contributor
|
Using the Search Wiki feature under Package Actions at the top right corner of the package link you provided I found this: https://wiki.archlinux.org/title/FFmpeg#Intel_QuickSync_(QSV) Maybe only the runtime suffices in your use case because you have You probably also have |
Contributor
Author
|
So we should probably add libvpl too I'm guessing |
svartkanin
pushed a commit
that referenced
this pull request
Aug 12, 2026
as per: https://wiki.archlinux.org/title/Hardware_video_acceleration#Intel_Video_Processing_Library_(Intel_VPL) Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4677 : pkg link https://archlinux.org/packages/extra/x86_64/vpl-gpu-rt/
Without this driver many enterprise type PCs with integrated Intel graphics fail to open (eg:
obs-studio)Sadly there also seems to be no mention of it on wiki page perhaps someone can change that :)