startup_options.xml 935 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0"?>
  2. <furmark>
  3. <!--
  4. run_mode: "BENCHMARK" or "STABILITY_TEST".
  5. max_time: in milliseconds.
  6. max_frames: -1 means not used.
  7. furry_object: "TORUS" or "CUBE"
  8. -->
  9. <startup_options
  10. gui_language="English"
  11. display_gui="1"
  12. display_menu_bar="0"
  13. display_score="1"
  14. display_version="0"
  15. width="1366"
  16. height="768"
  17. msaa="0"
  18. fullscreen="0"
  19. run_mode="STABILITY_TEST"
  20. time_based_benchmark="1"
  21. max_time="60000"
  22. max_frames="-1"
  23. burn_in="1"
  24. xtreme_burn_in="0"
  25. log_temperature="1"
  26. log_score="0"
  27. post_fx="0"
  28. furry_object="TORUS"
  29. dynamic_bkg_image="1"
  30. dynamic_camera="0"
  31. warning_msg_before_test="1"
  32. display_stats="1"
  33. gpu_temp_spike_filter_threshold="20.000"
  34. enable_gpu_temp_spike_filter="1"
  35. max_gpu_temp="100"
  36. enable_gpu_temp_alarm="0"
  37. use_gpuz="1"
  38. display_information="1"
  39. display_gpu_monitoring="1"
  40. display_furmark_latest_news="0"
  41. submit_score_user_email=""
  42. />
  43. </furmark>