User Tools

Site Tools


games:bsd:flightgear

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:bsd:flightgear [2024/09/10 16:48] – removed Sean Rhonegames:bsd:flightgear [2024/10/15 13:13] (current) Sean Rhone
Line 1: Line 1:
 +====== Information ======
 +
 +  * FlightGear
 +  * Open-source flight simulator
 +
 +  * https://www.flightgear.org/
 +  * https://www.freshports.org/games/flightgear/
 +
 +====== Prerequisites ======
 +
 +  * [[bsd;freebsd_14.1_xfce|FreeBSD 14.1 (Xfce)]]
 +
 +  pkg install flightgear flightgear-data
 +
 +====== Launch ======
 +
 +  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher
 +  * ''fgfs'' can quick-check if game controllers are usable
 +  * TODO: Desktop launcher
 +
 +  fgfs --launcher
 +
 +  fgjs
 +
 +====== Flags ======
 +
 +<code>--fog-disable --disable-clouds3d</code>
 +
 +<code>--prop:/sim/rendering/vsync-enable=false</code>
 +
 +<code>--timeofday=dawn --random-wind --units-feet</code>
 +
 +===== multithreading-mode =====
 +
 +<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>
  
/srv/www/wiki/data/attic/games/bsd/flightgear.1726001316.txt.gz · Last modified: by Sean Rhone