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/10/02 17:50] – created 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 ====== ====== Launch ======
  
 +  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher
 +  * ''fgfs'' can quick-check if game controllers are usable
   * TODO: Desktop launcher   * TODO: Desktop launcher
  
Line 7: Line 23:
   fgjs   fgjs
  
-====== Install Notes ======+====== 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> +<code>--prop:/sim/rendering/multithreading-mode=DrawThreadPerContext</code>
-FlightGear may occasionally exceed the FreeBSD default maximum data size +
-(512 MB), resulting in a crash of the program. To avoid that situation, add +
-the following lines to /boot/loader.conf and reboot the system:+
  
- # set the maximum data size limit to 1 GB +<code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext</code>
- kern.maxdsiz="1073741824" +
- # set the default data size limit to 1 GB +
- kern.dfldsiz="1073741824" +
-</code>+
  
/srv/www/wiki/data/attic/games/bsd/flightgear.1727905845.txt.gz · Last modified: by Sean Rhone