| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0"?>
- <furmark>
- <!--
- run_mode: "BENCHMARK" or "STABILITY_TEST".
- max_time: in milliseconds.
- max_frames: -1 means not used.
- furry_object: "TORUS" or "CUBE"
- -->
- <startup_options
- gui_language="English"
- display_gui="1"
- display_menu_bar="0"
- display_score="1"
- display_version="0"
- width="1024"
- height="768"
- msaa="0"
- fullscreen="0"
- run_mode="STABILITY_TEST"
- time_based_benchmark="1"
- max_time="60000"
- max_frames="-1"
- burn_in="1"
- xtreme_burn_in="0"
- log_temperature="1"
- log_score="0"
- post_fx="0"
- furry_object="TORUS"
- dynamic_bkg_image="1"
- dynamic_camera="0"
- warning_msg_before_test="1"
- display_stats="1"
- gpu_temp_spike_filter_threshold="20.000"
- enable_gpu_temp_spike_filter="1"
- max_gpu_temp="100"
- enable_gpu_temp_alarm="0"
- use_gpuz="1"
- display_information="1"
- display_gpu_monitoring="1"
- display_furmark_latest_news="0"
- submit_score_user_email=""
- />
- </furmark>
|