POV-Ray for Unix version 3.7.1 | ||||
|
||||
Home | POV-Ray for Unix | POV-Ray Tutorial | POV-Ray Reference |
Options are what previous versions of POV-Ray used to refer to as command-line options. The term is no longer accurate for POV-Ray 3.x, because the command line is only one way of passing options to the program. The other, more convenient way, is to use INI files.
POV-Ray for Unix supports several special command-line options not recognized by other versions. They follow the standards for programs that run under the X Window System.
Note: See the section Known Bugs for more information about a problem with the X11 windows system.
-display <display_name>
+d
is still valid.-geometry [WIDTHxHEIGHT][+XOFF+YOFF]
WIDTH
and HEIGHT
as the dimensions, and locate the window XOFF
from the left edge, and YOFF
from the top edge of the screen, or if negative the right and bottom edges respectively.-geometry 640x480+10+20
creates a display for a 640x480 image placed at (10,20) pixels from the top-left corner of the screen. The WIDTH
and HEIGHT
, if given, override any previous +Wn
and +Hn
settings.-help
-H
by itself on the command-line to output the general POV-Ray options.-icon
-title <window_title>
window_title
.-visual <visual_type>
visual_type
, if available, instead of the automatically selected visual.Valid visual_type
values:
Note: If you are supplying a filename with spaces in it, you will need to enclose the filename itself within quotes.
POV-Ray for Unix has a built-in version of the standard benchmark scene. In version 3.7 the built-in benchmark mode has been further modified to run without accessing any other distribution files, so now benchmarking can now be done with just the compiled executable.
To run this scene use the --benchmark
command line option:
povray --benchmark
Note that running the benchmark takes some time, on a 3 GHz AMD x2 250 processor with 4GB ram, about 12 minutes. There will be no image or file output from this render. For more information on the standard POV-Ray benchmark have a look at the Benchmarking with POV-Ray page.