Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:linux:flightgear [2024/09/04 02:02] – Sean Rhone | games:linux:flightgear [2024/10/14 22:03] (current) – Sean Rhone |
---|
* Shift + B: Parking Brake | * Shift + B: Parking Brake |
| |
====== Data Files ====== | ====== Flags ====== |
| |
* TODO: Differences between [[https://sourceforge.net/p/flightgear/fgdata/ci/next/tree/|next]] and [[https://sourceforge.net/p/flightgear/fgdata/ci/canvas_pangotext/tree/|canvas_pangotext]] | <code>--fog-disable --disable-clouds3d --disable-ai-models --disable-anti-alias-hud --timeofday=dawn --random-wind --units-feet --enable-fullscreen</code> |
| |
cd ~ && mkdir -p ~/'.fgfs' && rm -Rf ~/'.fgfs/fgdata' && git clone --branch 'next' --depth '1' --recurse-submodules 'https://git.code.sf.net/p/flightgear/fgdata' ~/'.fgfs/fgdata' && sync | <code>--prop:/sim/rendering/vsync-enable=false</code> |
| |
| <code>--prop:/sim/rendering/multithreading-mode=AutomaticSelection</code> |
| |
| <code>--prop:/sim/rendering/multithreading-mode=CullDrawThreadPerContext</code> |
| |
| <code>--prop:/sim/rendering/multithreading-mode=DrawThreadPerContext</code> |
| |
| <code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext</code> |
| |