20,741
edits
Line 45: | Line 45: | ||
Parse the following lines to the console (separated by one empty character) after "FGFS" or set the respective options in [[Fgrun]] or in [[FlightGear configuration via XML|one of FlightGear's XML configuration files]]. | Parse the following lines to the console (separated by one empty character) after "FGFS" or set the respective options in [[Fgrun]] or in [[FlightGear configuration via XML|one of FlightGear's XML configuration files]]. | ||
<pre> | |||
--airport=ksfo | |||
--offset-distance=4000 | |||
--offset-azimuth=90 | |||
--altitude=500 | |||
--heading=0 | |||
--model-hz=60 | |||
--bpp=16 | |||
--enable-wireframe | |||
--disable-random-objects | |||
--prop:/sim/rendering/quality-level=0 | |||
--prop:/sim/rendering/shaders/quality-level=0 | |||
--disable-ai-traffic | |||
--prop:/sim/ai/enabled=0 | |||
--aircraft=ufo | |||
--disable-sound | |||
--prop:/sim/rendering/random-vegetation=0 | |||
--prop:/sim/rendering/random-buildings=0 | |||
--disable-specular-highlight | |||
--disable-ai-models | |||
--disable-clouds | |||
--disable-clouds3d | |||
--disable-skyblend | |||
--disable-textures | |||
--fog-fastest | |||
--visibility=5000 | |||
--disable-distance-attenuation | |||
--disable-enhanced-lighting | |||
--disable-skyblend | |||
--disable-textures | |||
--disable-real-weather-fetch | |||
--prop:/sim/rendering/particles=0 | |||
</pre> | |||
Using these settings, frame rates between 400-500 fps and a steady frame spacing (latency) of 3-11 ms, can be achieved on a notebook from 2007 (1024x768). Disabling wireframe mode lowers the framerate by about 50-80 fps. | Using these settings, frame rates between 400-500 fps and a steady frame spacing (latency) of 3-11 ms, can be achieved on a notebook from 2007 (1024x768). Disabling wireframe mode lowers the framerate by about 50-80 fps. |