Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d56e2615a43e036877e0b6cfab8e0892 > files > 8

fldigi-doc-3.20-3.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>



  
  
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Command Line Parameters</title>


  
  
  
  
  
  <meta content="Dave Freese" name="author"></head><body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 204);" alink="#000099" link="#000099" vlink="#990099">


<h1>Command Line Switches</h1>


<br>Usage:<br>
&nbsp;&nbsp;&nbsp; fldigi [option...]<br>
<br>
fldigi options:<br>
<br>
&nbsp; --config-dir DIRECTORY<br>
&nbsp;&nbsp;&nbsp; Look for configuration files in DIRECTORY<br>
&nbsp;&nbsp;&nbsp; The default is: /home/dave/.fldigi/<br>
<br>
&nbsp; --rx-ipc-key KEY<br>
&nbsp;&nbsp;&nbsp; Set the receive message queue key<br>
&nbsp;&nbsp;&nbsp; May be given in hex if prefixed with "0x"<br>
&nbsp;&nbsp;&nbsp; The default is: 9876 or 0x2694<br>
<br>
&nbsp; --tx-ipc-key KEY<br>
&nbsp;&nbsp;&nbsp; Set the transmit message queue key<br>
&nbsp;&nbsp;&nbsp; May be given in hex if prefixed with "0x"<br>
&nbsp;&nbsp;&nbsp; The default is: 6789 or 0x1a85<br>
<br>
&nbsp; --arq-server-address HOSTNAME<br>
&nbsp;&nbsp;&nbsp; Set the ARQ TCP server address<br>
&nbsp;&nbsp;&nbsp; The default is: 127.0.0.1<br>
<br>
&nbsp; --arq-server-port PORT<br>
&nbsp;&nbsp;&nbsp; Set the ARQ TCP server port<br>
&nbsp;&nbsp;&nbsp; The default is: 7322<br>
<br>
&nbsp; --xmlrpc-server-address HOSTNAME<br>
&nbsp;&nbsp;&nbsp; Set the XML-RPC server address<br>
&nbsp;&nbsp;&nbsp; The default is: 127.0.0.1<br>
<br>
&nbsp; --xmlrpc-server-port PORT<br>
&nbsp;&nbsp;&nbsp; Set the XML-RPC server port<br>
&nbsp;&nbsp;&nbsp; The default is: 7362<br>
<br>
&nbsp; --xmlrpc-allow REGEX<br>
&nbsp;&nbsp;&nbsp; Allow only the methods whose names match REGEX<br>
<br>
&nbsp; --xmlrpc-deny REGEX<br>
&nbsp;&nbsp;&nbsp; Allow only the methods whose names don't match REGEX<br>
<br>
&nbsp; --xmlrpc-list<br>
&nbsp;&nbsp;&nbsp; List all available methods<br>
<br>
&nbsp; --wo<br>
&nbsp;&nbsp;&nbsp; hide all controls but the waterfall<br>
<br>
&nbsp; --debug-level LEVEL<br>
&nbsp;&nbsp;&nbsp; Set the event log verbosity<br>
<br>
&nbsp; --noise<br>
&nbsp;&nbsp;&nbsp; unhide controls for noise tests<br>
<br>
&nbsp; --version<br>
&nbsp;&nbsp;&nbsp; Print version information<br>
<br>
&nbsp; --build-info<br>
&nbsp;&nbsp;&nbsp; Print build information<br>
<br>
&nbsp; --help<br>
&nbsp;&nbsp;&nbsp; Print this option help<br>
<br>
Standard FLTK options:<br>
<br>
&nbsp;&nbsp; -bg COLOR, -background COLOR<br>
&nbsp;&nbsp;&nbsp; Set the background color<br>
&nbsp;&nbsp; -bg2 COLOR, -background2 COLOR<br>
&nbsp;&nbsp;&nbsp; Set the secondary (text) background color<br>
<br>
&nbsp;&nbsp; -di DISPLAY, -display DISPLAY<br>
&nbsp;&nbsp;&nbsp; Set the X display to use DISPLAY,<br>
&nbsp;&nbsp;&nbsp; format is ``host:n.n''<br>
<br>
&nbsp;&nbsp; -dn, -dnd or -nodn, -nodnd<br>
&nbsp;&nbsp;&nbsp; Enable or disable drag and drop copy and paste in text fields<br>
<br>
&nbsp;&nbsp; -fg COLOR, -foreground COLOR<br>
&nbsp;&nbsp;&nbsp; Set the foreground color<br>
<br>
&nbsp;&nbsp; -g GEOMETRY, -geometry GEOMETRY<br>
&nbsp;&nbsp;&nbsp; Set the initial window size and position<br>
&nbsp;&nbsp;&nbsp; GEOMETRY format is ``WxH+X+Y''<br>
&nbsp;&nbsp;&nbsp; ** fldigi may override this setting **<br>
<br>
&nbsp;&nbsp; -i, -iconic<br>
&nbsp;&nbsp;&nbsp; Start fldigi in iconified state<br>
<br>
&nbsp;&nbsp; -k, -kbd or -nok, -nokbd<br>
&nbsp;&nbsp;&nbsp; Enable or disable visible keyboard focus in non-text widgets<br>
<br>
&nbsp;&nbsp; -na CLASSNAME, -name CLASSNAME<br>
&nbsp;&nbsp;&nbsp; Set the window class to CLASSNAME<br>
<br>
&nbsp;&nbsp; -ti WINDOWTITLE, -title WINDOWTITLE<br>
&nbsp;&nbsp;&nbsp; Set the window title<br>
<br>
Additional UI options:<br>
<br>
&nbsp; --font FONT[:SIZE]<br>
&nbsp;&nbsp;&nbsp; Set the widget font and (optionally) size<br>
&nbsp;&nbsp;&nbsp; The default is:&nbsp; sans:12<br>
<br>
</body></html>