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:27] Sean Rhonegames:bsd:flightgear [2025/08/21 16:59] (current) Sean Rhone
Line 1: Line 1:
-====== Controls ======+====== Information ======
  
-===== Axis =====+  * FlightGear 
 +  * Open-source flight simulator
  
-  * Axis 0View (horizontal) (stick-face top-center dpad left/right) +  * https://www.flightgear.org
-  * Axis 1: View (vertical (stick-face top-center dpad up/down) (inverted) +  * https://www.freshports.org/games/flightgear/
-  * Axis 2: Aileron (stick left/right) +
-  * Axis 3Elevator (stick up/down) (inverted) +
-  * Axis 4: Rudder (stick twist left/right) +
-  * Axis 5: Throttle All Engine (base wheel)+
  
-  * Axis 6: None (unknown) +====== Prerequisites ======
-  * Axis 7: None (unknown)+
  
-===== Column 1 =====+  * [[bsd;freebsd_14.3_xfce|FreeBSD 14.3 (Xfce)]]
  
-  * 1: (stick trigger) +  su -
-  * 2: Flaps Down (stick-face right-bottom circle button) +
-  * 3: (C, base top-left button)+
  
-===== Column 2 =====+  pkg install flightgear flightgear-data qt5-quickcontrols2
  
-  * 1: (stick-face left large button) +  exit
-  * 2: (A, base bottom-right button) +
-  * 3: (D, base bottom-left button)+
  
-===== Column 3 =====+====== Launch ======
  
-  * 1: Flaps Up (stick-face right-top circle button) +  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher 
-  * 2: (B, base top-right button) +  * ''fgjs'' can quick-check if game controllers are usable 
-  * 3Total Freeze (base "arrow-up" large button below wheel) (TODOThis may either activate at random or accidental input)+  * TODODesktop launcher 
 + 
 +  fgfs --launcher 
 + 
 +  fgjs 
 + 
 +  GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;fps' vblank_mode='0' 
 + 
 +====== 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>
  
/usr/local/www/wiki/data/attic/games/bsd/flightgear.1726000064.txt.gz · Last modified: by Sean Rhone