Enabling VA-API with LIBVA_DRIVER_NAME Environment Variable #3450
Unanswered
tabletseeker
asked this question in
Q&A
Replies: 2 comments
-
xrdp itself doesn't support VA-API yet - we've only just landed support for H.264 software acceleration. You can possibly set the variable for your session, which might improve some rendering performance within the session itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah ok, I see. So this repo's egfx branch is the only implementation with h264 HW Accel (Encoding) available? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
My Libvirt VM has two GPUs, 1x Intel iGPU and 1x Virtio.
Is it not possible to add
LIBVA_DRIVER_NAME=i965
to/etc/default/xrdp
, so thatxrdp.service
will use that environment variable before launching and allow hardware acceleration with the correct GPU?Beta Was this translation helpful? Give feedback.
All reactions