Difference between revisions of "Fullscreen issue with multiple monitors"
From FreeSpace Wiki
Line 9: | Line 9: | ||
<code>export SDL_VIDEO_FULLSCREEN_HEAD=0</code> | <code>export SDL_VIDEO_FULLSCREEN_HEAD=0</code> | ||
+ | |||
+ | where 0 is the number (as reported by xrandr) of the monitor that you want FSO to run fullscreen on. | ||
[[Category:FreeSpace Open on Linux|Fullscreen issues with multiple monitors]] | [[Category:FreeSpace Open on Linux|Fullscreen issues with multiple monitors]] |
Latest revision as of 12:33, 2 May 2015
« Mouse jumping to bottom right corner | The fs2_open on Linux Guide Fullscreen issues with multiple monitors |
» |
If you have issues with fullscreen FSO running on the wrong monitor or running across both monitors, try setting this in the script/terminal/etc that you use to run FSO:
export SDL_VIDEO_FULLSCREEN_HEAD=0
where 0 is the number (as reported by xrandr) of the monitor that you want FSO to run fullscreen on.