ripose-jp / Memento

An mpv-based video player for studying Japanese
https://ripose-jp.github.io/Memento/
GNU General Public License v2.0
434 stars 21 forks source link

Full Screen Not Working (screen goes blank, sound continues) #194

Open sashinexists opened 5 months ago

sashinexists commented 5 months ago

I'm using the flatpak on Fedora Silverblue, when I try to go full screen the screen goes black, sound continues, I can continue normally just by exiting fullscreen.

It would be great to be able to watch videos in full screen though.

Let me know if there is anything I can do on my end to help (any logs to copy etc)

ripose-jp commented 5 months ago
sashinexists commented 5 months ago

Hi there!

I will answer some of your questions right now, and the other's I will get back to you.

 ❯ flatpak run io.github.ripose_jp.Memento --msg-level=all=v
qt.qpa.qgnomeplatform: Could not find color scheme  ""
Cannot load libcuda.so.1
[file] Cannot open file '/var/home/sashin/.var/app/io.github.ripose_jp.Memento/config/memento/input.conf': そのようなファイルやディレクトリはありません
Failed to open /var/home/sashin/.var/app/io.github.ripose_jp.Memento/config/memento/input.conf.
[input] Can't open input config file /var/home/sashin/.var/app/io.github.ripose_jp.Memento/config/memento/input.conf.
ripose-jp commented 5 months ago

This is probably some unholy bug related to Intel's OpenGL implementation, Wayland, and mpv. I doubt there's anything I can do to fix it. Your best bet is to try making an issue in mpv related to this since they might be able to work around it on their end.

disabling wayland using flatseal DOES make it so fullscreen works, I don't know if there are any catches or tradeoffs

There aren't any other requiring you have XWayland. I recommend just doing this.

sashinexists commented 5 months ago

Will do, thanks for that!!!