February 3, 20233 yr Hi sorry if posted before but I have new 10400 intel cpu and I installed plex. I added this extra parameter and it just worked. --device=/dev/dri:/dev/dri/ When I check /dev/dri it showed card0 and renderD128 whicgh referenced the intel quick sync. But now after I added nvidia card and installed nvidia driver plugin it now has card0 and renderD128 pointing to nvidia and the intel QSV pointing to card1 and renderD129. This has broken my plex hardware transcoding as I assume plex is defaulting to card0 and renderd128. Any way to make it point to intel only? Or switch them around making intel point to renderd128? Been at this for 2 days now
February 16, 20233 yr Author Solution So what I had to do was pass through renderd129 and make it appear as renderd128 in the docker, and same for card1 and card0 so something like this --device=/dev/dri/renderd129:/dev/dri/renderd128 and --device=/dev/dri/card1:/dev/dri/card0 So the docker picks up intel gpu as the 1st one
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.