Hi there,
I install the jellyfin app in Bazzite, but in Game Mode, the resolution is too low, I adjust the resolution in game mode, but it doesn’t work. Is there any way to use high resolution
I had the same problem, and found this post by searching.
Assuming others are looking for an answer, I solved it by editing this file:
.var/app/com.github.iwalton3.jellyfin-media-player/data/jellyfinmediaplayer/jellyfinmediaplayer.conf
and setting:
"forceAlwaysFS": false,
to:
"forceAlwaysFS": true,
Hope that helps someone in future!