Howto talk:Activate multi core and multi GPU support: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
|description= foo bar  
|description= foo bar  
|notes = -
|notes = -
|instructions = steps
|instructions = <br/>
* Open $FG_ROOT/Defaults.xml
* navigate to the <code><multithreading-mode></code> section
* edit the tag to read <syntaxhighlight lang="xml"><multithreading-mode> AutomaticSelection </multithreading-mode></syntaxhighlight>
|example = <code> fooo </code>
|example = <code> fooo </code>


}}
}}

Latest revision as of 12:06, 31 July 2020

This is one of the most frequently-asked questions, and poorly covered by any other existing docs. So this should be updated, cleaned up and properly renamed. --Hooray (talk) 05:54, 31 July 2020 (EDT)

Proof Of Concept

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.


title missing

Category multi-threading
Goal improve performance
Requirements flightgear version >= 2020.x
Difficulty low
Description missing
Notes -
Instructions
  • Open $FG_ROOT/Defaults.xml
  • navigate to the <multithreading-mode> section
  • edit the tag to read
    <multithreading-mode> AutomaticSelection </multithreading-mode>
    
Example fooo