seion
February 19, 2025, 2:56am
21
Native you mean the deb package correct?
drwxr-xr-x 3 root root 100 Feb 18 15:51 dri
crw-rw---- 1 root video 226, 0 Feb 18 15:51 card0
crw-rw---- 1 root render 226, 128 Feb 18 15:51 renderD128
For the deb package in Debian I would just
su -
dpkg -i plex_package_here.deb
I would normally not do anything else than that?
ChuckPa
February 19, 2025, 6:05am
22
By native, yes I mean the dpkg -i packagename.deb method
when it comes to /dev/dri, you have two groups which is uncommon
(there appears to be no udev rules active yet)
After the native package is installed, /dev/dri becomes more more uniform.
[chuck@lizum Downloads.2042]$ ls -la /dev/dri
total 0
drwxr-xr-x 3 root root 160 Feb 14 00:10 ./
drwxr-xr-x 22 root root 5860 Feb 18 16:24 ../
drwxr-xr-x 2 root root 140 Feb 18 11:20 by-path/
crw-rw----+ 1 root render 226, 0 Feb 14 18:04 card0
crw-rw----+ 1 root render 226, 1 Feb 14 18:04 card1
crw-rw----+ 1 root render 226, 2 Feb 18 11:20 card2
crw-rw----+ 1 root render 226, 128 Feb 14 18:04 renderD128
crw-rw----+ 1 root render 226, 129 Feb 14 18:04 renderD129
[chuck@lizum Downloads.2043]$
The installer adds user plex to the render group for you.
When PMS starts, it will have the privileges to access the hardware.
1 Like
seion
February 19, 2025, 12:52pm
23
Stopped the podman plexmediaserver service
Downloaded and installed the latest plex media server package
changed ownership of /opt/plex to plex:plex
setup the override.conf and restarted the service
played the same movie Iāve been testing and its still doing the buffering
/dev/dri now is render for both card0 and renderD128
seion
February 19, 2025, 4:51pm
24
Switched back to the podman image and then updated my grub to force the load of the xe driver.
GRUB_CMDLINE_LINUX_DEFAULT="quiet i915.force_probe=!7d67 xe.force_probe=7d67"
Now plex does not hw transcode lol
Feb 19, 2025 11:35:23.006 [140468480723768] ERROR - [Req#d8/Transcode] [FFMPEG] - libva: /config/Library/Application Support/Plex Media Server/Cache/va-dri-linux-x86_64/iHD_drv_video.so init failed
Wanted to see if using the xe driver would make a difference.
doubye
February 19, 2025, 4:54pm
25
I also havenāt had any luck with xe driver which seems to be required for Battlemage GPUs. Will have to wait for official support.
seion
February 19, 2025, 7:00pm
26
I have a RTX 3060 TI lying around that I might have to throw in there to see if it can handle everything until better support comes around. My fault for buying the latest CPU and expecting it to work lol
system
Closed
May 20, 2025, 7:01pm
27
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.