1
0
Fork 0
flightgear/man/it/man1/fgpanel.1

47 lines
1.8 KiB
Groff
Raw Normal View History

2017-06-25 20:20:58 +00:00
.\" Copyright (C) 2011 Thorsten Brehm
.\" Copyright (C) 2017 Alessandro Menti
.\"
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License
.\" as published by the Free Software Foundation; either version 2
.\" of the License, or (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.\" Or try here: http://www.fsf.org/copyleft/gpl.html
.\"
.TH FGPANEL 1 2017-06-26 FlightGear "Pagine man di FlightGear"
.SH NOME
fgpanel \- Motore di rendering del pannello dei comandi del simulatore di volo
FlightGear
.SH SINTASSI
\fBfgpanel\fR \fB\-\-panel=\fIfile\fR [\fB\-\-fg-root=\fIpercorso\fR]
[\fB\-\-prop:\fInome\fB=\fIvalore\fR]
.SH DESCRIZIONE
.B fgpanel
è un motore di rendering del pannello dei comandi libero, open source,
multipiattaforma e leggero per disegnare pannelli 2D su computer a basso
costo/schede video senza accelerazione 3D a frame rate accettabili.
.SH OPTIONS
.TP
\fB\-\-panel=\fIfile\fR
Mostra il file di descrizione del pannello \fIfile\fR.
.TP
\fB\-\-fg\-root=\fIpercorso\fR
Imposta la directory radice dei dati di FlightGear (\fB$FG_ROOT\fR) a
\fIpercorso\fR.
.TP
\fB\-\-prop:\fInome\fB=\fIvalore\fR
Imposta la proprietà \fInome\fR a \fIvalore\fR.
.SH "VEDERE ANCHE"
.BR fgfs (1),
.UR http://\:wiki.flightgear.org/\:FGPanel
la pagina "FGPanel" del wiki FlightGear
.UE