X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=man%2Ffgfs.1.in;h=1b7a0fc4ec6be6086c2261812c99761512cfe56b;hb=9eef30ff6edbd80c2facda1693d4dd0441335b45;hp=6ff5d476c97853424a269d268bdc8509c0823c48;hpb=d7c03cec1c73889d242ea93691ba4a9b8e77ca88;p=flightgear.git diff --git a/man/fgfs.1.in b/man/fgfs.1.in index 6ff5d476c..1b7a0fc4e 100644 --- a/man/fgfs.1.in +++ b/man/fgfs.1.in @@ -16,7 +16,7 @@ .\" Or try here: http://www.fsf.org/copyleft/gpl.html .\" .Id $Id$ -.TH FGFS 1 "January 2002" "@VERSION@" "@PACKAGE@" +.TH FGFS 1 "September 2002" "@VERSION@" "@PACKAGE@" .SH NAME fgfs \- FlightGear Flight Simulator .SH SYNOPSIS @@ -57,6 +57,9 @@ Specify the bits per pixel for the renderer. .BI "--browser-app=" "path" Specify location of your web browser. .TP +.BI "--callsign=" "value" +Specify a unique name for multiplayer play. +.TP .BI "--config=" "path" Load additional properties from path. Multiple instances of this option are recognized. @@ -73,6 +76,9 @@ Disable auto coordination between aileron and rudder. .B "--disable-clouds" Disable cloud rendering. .TP +.B "--disable-distance-attenuation" +Disable runway light distance attenuation. +.TP .B "--disable-freeze" Start out in a running state. .TP @@ -127,6 +133,9 @@ Enable auto coordination between aileron and rudder. .B "--enable-clouds" Enable cloud rendering. .TP +.B "--enable-distance-attenuation" +Enable runway light distance attenuation. +.TP .B "--enable-freeze" Start out in a frozen state. .TP @@ -183,6 +192,9 @@ Specify the root path for data files. .BI "--fg-scenery=" "path" Specify the base path for scenery data. .TP +.BI "--fix=" "ID" +Specify starting position relative to a fix. +.TP .BI "--flight-plan=" "file" Read all waypoints from the specified file. .TP @@ -201,6 +213,9 @@ Specify initial field of view angle (degrees). .BI "--garmin=" "medium" "," "direction" "," "hz" "," "options" "," "..." Open an IO connection using the Garmin GPS protocol. .TP +.BI "--generic=" "params" +Open connection using the serial port protocol. See README.IO for details. +.TP .BI "--geometry=" "WxH" Specify window geometry (ie. 640x480, 800x600, etc). .TP @@ -208,7 +223,7 @@ Specify window geometry (ie. 640x480, 800x600, etc). Specify heading or yaw angle (degrees). .TP .BR "--help" ", " "-h" -Show help message. +Show a brief help message. Use --verbose,-v for a full listing of options. .TP .BI "--httpd=" "port" Start an HTTP server on the specified port. @@ -224,7 +239,7 @@ Start up in the air. This is implied when specifying an initial altitude above ground level. .TP .BI "--joyclient=" "medium" "," "direction" "," "hz" "," "options" "," "..." -Open an IO connection to an Agwagon joystick +Open an IO connection to an Agwagon joystick. .TP .BI "--jpg-httpd=" "port" Start a screen shot HTTP server on the specified port. @@ -232,6 +247,9 @@ Start a screen shot HTTP server on the specified port. .BI "--lat=" "degrees" Specify starting latitude (degrees). .TP +.BI "--log-level=" "value" +Set log level for this session (1..5 where 1=verbose, 5=quiet). +.TP .BI "--lon=" "degrees" Specify starting longitude (degrees). .TP @@ -241,6 +259,9 @@ Specify initial mach number. .BI "--model-hz=" "n" Run the FDM at this rate (iterations per second). .TP +.BI "--multiplay=" "direction,hz,address,port" +Specify multiplayer communication settings. Multiple instances allowed. +.TP .BI "--native-ctrls=" "medium" "," "direction" "," "hz" "," "options" "," "..." Open an IO connection using the FlightGear Native Controls protocol. .TP @@ -250,6 +271,9 @@ Open an IO connection using the FlightGear Native FDM protocol. .BI "--native=" "medium" "," "direction" "," "hz" "," "options" "," "..." Open an IO connection using the FlightGear Native protocol. .TP +.BI "--ndb=" "ID" +Specify starting position relative to an NDB. +.TP .B "--net-hud" Enable network information in the HUD. .TP @@ -286,8 +310,11 @@ set property to . .BI "--pve=" "medium" "," "direction" "," "hz" "," "options" "," "..." Open an IO connection using the PVE (Provision Entertainment) protocol. .TP +.B "--random-wind" +Randomize initial wind parameters. See also: --wind. +.TP .BI "--ray=" "medium" "," "direction" "," "hz" "," "options" "," "..." -Open an IO connection to a "RayWoodworth" motion chair +Open an IO connection to a "RayWoodworth" motion chair. .TP .BI "--roll=" "degrees" Specify roll angle (degrees). @@ -301,6 +328,9 @@ Enable flat shading. .B "--shading-smooth" Enable smooth shading. .TP +.B "--show-aircraft" +Show a listing of all available aircraft. +.TP .BI "--speed=" "n" Run the FDM "n" times faster than real-time. .TP @@ -331,6 +361,9 @@ Trace the reads for a property. Multiple instances allowed. .BI "--trace-write=" "property" Trace the writes for a property. Multiple instances allowed. .TP +.BI "--turbulence=" "value" +Specify turbulence from 0.0 (calm) to 1.0 (severe). +.TP .BI "--uBody=" "value" Specify velocity along the body X axis (feet per second unless --units-meters specified). @@ -355,12 +388,18 @@ Specify the default forward view direction as an offset from straight ahead. Allowable values are LEFT, RIGHT, CENTER, or a specific number of degrees. .TP +.B "--verbose, -v" +Show verbose help message. +.TP .BI "--visibility-miles=" "value" Specify initial visibility (miles). .TP .BI "--visibility=" "value" Specify initial visibility (meters). .TP +.BI "--vor=" "ID" +Specify starting position relative to a VOR. +.TP .BI "--wBody=" "value" Specify velocity along the body Z axis (feet per second unless --units-meters specified). @@ -374,7 +413,7 @@ Specify a waypoint for the GC autopilot. Multiple instances of this option are recognized in build a route. .SH ENVIRONMENT .TP -.B $FGROOT +.B $FG_ROOT Path used to locate data files. .SH FILES ~/.fgfsrc @@ -382,24 +421,29 @@ Path used to locate data files. Per user configuration file. .RE .TP -$FGROOT/system.fgfsrc +$FG_ROOT/system.fgfsrc +.RS +System-wide configuration file in command line format. +.RE +.TP +$FG_ROOT/preferences.xml .RS -System-wide configuration file in command line format +System-wide configuration file in XML format. .RE .TP -$FGROOT/preferences.xml +$FG_ROOT/keyboard.xml .RS -System-wide configuration file in XML format +Keyboard bindings. .RE .TP -$FGROOT/keyboard.xml +$FG_ROOT/Input/Joysticks/ .RS -Keyboard bindings +Joystick bindings. .RE .TP -$FGROOT/joystick.xml +$FG_ROOT/mice.xml .RS -Joystick bindings +Mouse bindings. .RE .SH BUGS Send bug reports to .