Troubleshooting crashes: Difference between revisions

Jump to navigation Jump to search
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]].  


* --airport=ksfo
<pre>
* --offset-distance=4000
--airport=ksfo
* --offset-azimuth=90
--offset-distance=4000
* --altitude=500
--offset-azimuth=90
* --heading=0
--altitude=500
* --model-hz=60
--heading=0
* --bpp=16
--model-hz=60
* --enable-wireframe
--bpp=16
* --disable-random-objects
--enable-wireframe
* --prop:/sim/rendering/quality-level=0
--disable-random-objects
* --prop:/sim/rendering/shaders/quality-level=0
--prop:/sim/rendering/quality-level=0
* --disable-ai-traffic
--prop:/sim/rendering/shaders/quality-level=0
* --prop:/sim/ai/enabled=0
--disable-ai-traffic
* --aircraft=ufo
--prop:/sim/ai/enabled=0
* --disable-sound
--aircraft=ufo
* --prop:/sim/rendering/random-vegetation=0
--disable-sound
* --prop:/sim/rendering/random-buildings=0
--prop:/sim/rendering/random-vegetation=0
* --disable-specular-highlight
--prop:/sim/rendering/random-buildings=0
* --disable-ai-models
--disable-specular-highlight
* --disable-clouds
--disable-ai-models
* --disable-clouds3d
--disable-clouds
* --disable-skyblend
--disable-clouds3d
* --disable-textures
--disable-skyblend
* --fog-fastest  
--disable-textures
* --visibility=5000
--fog-fastest
* --disable-distance-attenuation
--visibility=5000
* --disable-enhanced-lighting
--disable-distance-attenuation
* --disable-skyblend
--disable-enhanced-lighting
* --disable-textures
--disable-skyblend
* --disable-real-weather-fetch
--disable-textures
* --prop:/sim/rendering/particles=0
--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.

Navigation menu