User Tools

Site Tools


games:bsd:flightgear

Differences

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

Link to this comparison view

Next revision
Previous revision
games:bsd:flightgear [2024/09/09 05:16] – created Sean Rhonegames:bsd:flightgear [2024/10/15 13:13] (current) Sean Rhone
Line 1: Line 1:
-Expects:+====== Information ======
  
-/dev/uhid0+  * FlightGear 
 +  * Open-source flight simulator
  
 +  * https://www.flightgear.org/
 +  * https://www.freshports.org/games/flightgear/
  
-ln -s /dev/ugen0.6 /dev/uhid0+====== Prerequisites ======
  
-error: /dev/uhid0: Inappropriate ioctl for deviceFound 0 joystick(s)+  * [[bsd;freebsd_14.1_xfce|FreeBSD 14.1 (Xfce)]]
  
 +  pkg install flightgear flightgear-data
  
-ln -s /dev/input/event13 /dev/uhid0+====== Launch ======
  
-error: /dev/uhid0Invalid argumentFound 0 joystick(s)+  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher 
 +  * ''fgfs'' can quick-check if game controllers are usable 
 +  * TODODesktop 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>
  
-uhidd works 
/srv/www/wiki/data/attic/games/bsd/flightgear.1725873407.txt.gz · Last modified: (external edit)