Difference between revisions of "Fullscreen issue with multiple monitors"
From FreeSpace Wiki
(Created page with "{{Page Navigation| BookName=The fs2_open on Linux Guide| CurrentPage=Fullscreen issues with multiple monitors| PrevPage=[[Fs2_open on Linux/Common Runtime Errors|Common Runti…") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
BookName=[[The fs2_open on Linux Guide]]| | BookName=[[The fs2_open on Linux Guide]]| | ||
CurrentPage=Fullscreen issues with multiple monitors| | CurrentPage=Fullscreen issues with multiple monitors| | ||
− | PrevPage=[[ | + | PrevPage=[[Mouse jumping to bottom right corner]]| |
− | NextPage= | + | NextPage=|}} |
<p></p> | <p></p> | ||
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.