Is it possible to have one game on multiple monitors?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vcircus
:bust_in_silhouette: Reply From: Calinou

Godot doesn’t support fullscreening on multiple monitors at one, but you can use third-party utilities for this as long as the window is marked as resizable (which is the default).

Thanks for the answer, can you advise such an utility? Especially for the linux platform?

vcircus | 2020-07-21 07:45

I don’t know of any utilities for this on Linux. In general, high-end gaming utilities tend to be difficult to come by on Linux (even though this is slowly changing) :frowning:

Calinou | 2020-07-23 08:08

:bust_in_silhouette: Reply From: SteveSmith

Yes. In Project settings, set the Window size to be the size of the full view and without a border, and don’t select Full Screen. For example, if you have 3 monitors side by side and all at 1024 x 768, set the Window size to be 3072 x 768. (This assumes that all monitors have the same resolution).