laamaa / m8c

Cross-platform M8 tracker headless client
Other
380 stars 81 forks source link

fullscreen=true doesn't work on raspberry bullseye #59

Closed aofn closed 1 year ago

aofn commented 2 years ago

Setting fullscreen = true in /home/<username>/.local/share/m8c/config.ini doesn't trigger the program to start in fullscreen mode and disables the alt + enter control.

Model: Raspberry Pi 4 Model B Rev 1.2 OS: Debian GNU/Linux 11 (bullseye)

laamaa commented 2 years ago

Both things work on my Windows 11 laptop, could someone with a Pi please check?

aofn commented 2 years ago

to clarify: alt+enter works if fullscreen is set to false.

db9979 commented 2 years ago

Worked on a bigger screen on my pi 5 inch waveshare. Had only trouble with sound over the pi hdmi ( lags and hangs ) without m8c started sound was ok.

bloopclick commented 2 years ago

Unable to duplicate on a 3B+ (Bullseye) with full KMS driver and Glamour enabled. Please try it with use_gpu=false.

briwil commented 1 year ago

fullscreen = true works correctly on my pi 4

laamaa commented 1 year ago

Are you still experiencing the issue? Since it seems to work for others, it might be specific to your setup.

farvardin commented 1 year ago

@marcel-klasse are you using x11 or wayland on your raspbian distribution?

If unsure, give us the result of

 echo $XDG_SESSION_TYPE

(I only have the previous version, buster, so I can't test whether wayland is working with m8c)

laamaa commented 1 year ago

Closing as inactive/cannot reproduce