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 08:07] 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/uhid0: Invalid 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
  
-uhidd works+  fgfs --launcher
  
-  * Get ''ugen#.#'' from ''dmesg'' +  fgjs
-  * Hot-plug controller and get ''event#'' by last timestamp+
  
-  dmesg+====== Flags ======
  
-  ls -la '/dev/input'+<code>--fog-disable --disable-clouds3d</code>
  
-  chown espionage724:espionage724 /dev/input/event13+<code>--prop:/sim/rendering/vsync-enable=false</code>
  
-  /usr/local/sbin/uhidd --kmohs -u /dev/ugen0.6+<code>--timeofday=dawn --random-wind --units-feet</code>
  
-  rm -f '/dev/uhid0' && ln -s '/dev/uvhid0' '/dev/uhid0'+===== multithreading-mode =====
  
-====== Controls ======+<code>--prop:/sim/rendering/multithreading-mode=AutomaticSelection</code>
  
-===== Axis =====+<code>--prop:/sim/rendering/multithreading-mode=CullDrawThreadPerContext</code>
  
-  * Axis 0View (horizontal) (hat dpad left/right) +<code>--prop:/sim/rendering/multithreading-mode=DrawThreadPerContext</code>
-  * Axis 1: View (vertical (hat dpad up/down) (inverted) +
-  * Axis 2: Aileron (stick left/right) +
-  * Axis 3: Elevator (stick up/down) (inverted) +
-  * Axis 4: Rudder (stick twist left/right) +
-  * Axis 5: Throttle All Engine (wheel) +
- +
-  * Axis 6: None (unknown) +
-  * Axis 7: None (unknown) +
- +
-===== Column 1 ===== +
- +
-  * 2: Flaps Down (stick bottom circle button) +
- +
-===== Column 3 ===== +
- +
-  * 1: Flaps Up (stick top circle button)+
  
 +<code>--prop:/sim/rendering/multithreading-mode=CullThreadPerCameraDrawThreadPerContext</code>
  
/srv/www/wiki/data/attic/games/bsd/flightgear.1725883620.txt.gz · Last modified: by Sean Rhone