Difference between revisions of "Fs2 open on Linux/Graphics Settings"
From FreeSpace Wiki
(4:3 isn't the only aspect ratio that works now.) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
NextPage=[[Fs2_open on Linux/StartUp Script|StartUp Script]]}} | NextPage=[[Fs2_open on Linux/StartUp Script|StartUp Script]]}} | ||
<p></p> | <p></p> | ||
− | Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. | + | 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| | + | [[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