Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Yes, I am using X. Wayland is the newer, much more modern display server (drawing and managing windows, handling input, etc) that isn't supported by Nvidia yet, I'd be running it if I could. Most Linux distros do not enable it by default because of various compatibility issues (though the hope is that will change in the next couple years). If I had to guess I'd say a majority of people running Linux games they bought on itch or Steam are still using X.

Ah okay, well if that is the case then I'm not sure how else to help you here and I'm sorry :(

One thing I was able to do is edit package.json to change the starting size of the window to 1920x1080 (my monitor's native res). This gives me a 3x scaled (1440x810), centered view when the window is maximized, which while not ideal is just about good enough to be playable. That result is obviously pretty different from what you'd get setting the resolution from within the game's code, but maybe that's a starting point for troubleshooting if more players report this issue. (and if not, great!)

Thanks so much for the help troubleshooting!

Hi there! If you're still struggling with resolution and performance issues, please try using NWJS 0.49.1, I have one person confirming it fixes the problem and does not cause additional issues (at least that they have noticed). Thank you for your patience!

Just tried this and it works great... thanks so much! Good excuse to go back to the game...

Hooray! I'll get on making an official update to this version then, soon as I can, thank you :)