Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Gunmetal Arcadia Zero

Unrest brews in the city of Arcadia, and a monstrous enemy approaches. · By J. Kyle Pittman

Linux: Trouble with multiple monitors

A topic by timotimo created Nov 04, 2016 Views: 908 Replies: 3
Viewing posts 1 to 4

Greetings,

I've already tried the game a bit on my laptop and liked it. However, on my desktop - which has two displays connected to it side-by-side - it starts up on the right monitor but has the resolution of my whole desktop. That gives me the left half of the game's screen on the right half of my screen space. Incidentally, that makes the menu tricky to use :(

Developer

Gotcha, thanks for letting me know. I don't have a Linux multimon machine to test on, but I'll see if I can find a fix for this.

Developer

This should be fixed in the latest update.

Yup, it works fine now!

Btw, the Launch.sh script is both broken and unnecessary; All it does is set LD_LIBRARY_PATH to the local path and then runs the game's binary, but there aren't actually any libraries in the shipped package. But on top of that it can't even be run, because it's missing a hashbang at the beginning to tell the kernel what interpreter to run it with, so when you try to actually run it, you get "exec: Exec format error". So either delete the Launch.sh completely, or put #!/bin/sh at the beginning :)

Hope that helps!