Difference between revisions of "Fs2 open on Linux/Graphics Settings"
From FreeSpace Wiki
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
<p></p> | <p></p> | ||
Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. Since wxLauncher runs on Linux, use it to set your resolution. | Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. Since wxLauncher runs on Linux, use it to set your resolution. | ||
+ | |||
+ | Also, if you have problem running fullscreen with a dual-head config try setting this in the terminal you use to launch FSO: | ||
+ | |||
+ | <code>export SDL_VIDEO_FULLSCREEN_HEAD=0</code> | ||
+ | |||
+ | [[Category:FreeSpace Open on Linux|StartUp Script]] |
Latest revision as of 12:14, 2 May 2015
« Post-Compile Configuration | The fs2_open on Linux Guide Graphics Settings |
StartUp Script » |
Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. Since wxLauncher runs on Linux, use it to set your resolution.
Also, if you have problem running fullscreen with a dual-head config try setting this in the terminal you use to launch FSO:
export SDL_VIDEO_FULLSCREEN_HEAD=0