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/09 05:22] Sean Rhonegames:bsd:flightgear [2025/05/23 18:21] (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.2_xfce|FreeBSD 14.2 (Xfce)]]
  
 +  pkg install flightgear flightgear-data
  
-ln -s /dev/input/event13 /dev/uhid0+====== Launch ======
  
-error/dev/uhid0: Invalid argumentFound 0 joystick(s)+  * ''flightgear'' is launched with ''fgfs'' and has no desktop launcher 
 +  * ''fgjs'' can quick-check if game controllers are usable 
 +  * TODODesktop launcher
  
-uhidd works+  fgfs --launcher
  
-  * Get ''ugen#.#'' from ''dmesg'' +  fgjs
-  * Hot-plug controller and get ''event#'' by last timestamp+
  
-  dmesg+  GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;fps' vblank_mode='0'
  
-  ls -la '/dev/input'+====== Flags ======
  
-  chown espionage724:espionage724 /dev/input/event13+<code>--fog-disable --disable-clouds3d</code>
  
-  /usr/local/sbin/uhidd -v -kmohs -u /dev/ugen0.6+<code>--prop:/sim/rendering/vsync-enable=false</code>
  
-  rm -f '/dev/uhid0' && ln -s '/dev/uvhid0' '/dev/uhid0'+<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.1725873769.txt.gz · Last modified: (external edit)