redeclipse / base

Base environment for Red Eclipse and associated source files.
https://redeclipse.net/
427 stars 86 forks source link

Wayland fullscreen does not use screen priority #1563

Open CorneliusCornbread opened 3 weeks ago

CorneliusCornbread commented 3 weeks ago
Insert the contents of your `log.txt` here.

I cannot find for the life of me where the log.txt output is. It'd be nice if it was documented somewhere like the readme.

CorneliusCornbread commented 3 weeks ago

Forcing the game to use the X11 backend SDL_VIDEODRIVER=x11 %command% and using XWayland it works just fine.

qreeves commented 3 weeks ago

Yeah I haven't tested under Wayland yet, I daresay it's the fail-safe routines for retina display detection kicking in or something.

The log should be in ~/.redeclipse

CorneliusCornbread commented 3 weeks ago

Here's my log, launching the game with fullscreen enabled still leads to it full screening on the wrong monitor but it's a little more well behaved as it now places it just on my left-most monitor unstretched. log.txt

qreeves commented 3 weeks ago

Awesome, thanks. Will take a look soon.