Difference between revisions of "Fs2 open on Linux/Graphics Settings"
From FreeSpace Wiki
(New page: Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. Unfortunately, we Linux users don't have the swank launcher app that the Windows folks do. Instead,...) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Odds are, you'll want to run fs2_open in a higher resolution than the default 640x480. | + | {{Page Navigation| |
+ | BookName=[[The fs2_open on Linux Guide]]| | ||
+ | CurrentPage=Graphics Settings|Graphics Settings| | ||
+ | PrevPage=[[Fs2_open on Linux/Post-Compile Configuration|Post-Compile Configuration]]| | ||
+ | NextPage=[[Fs2_open on Linux/StartUp Script|StartUp Script]]}} | ||
+ | <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. | ||
− | + | 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