Translations:Archive:GPU-Performance/44/ca: Difference between revisions
Appearance
Created page with "* Podeu activar l'acceleració EXA al fitxer ''xorg.conf'':
:{{Input|1=<nowiki>
Section "Device"
...
Option "AccelMethod" "EXA"
# optional, may improve performance b..." |
No edit summary |
||
Line 1: | Line 1: | ||
* Podeu activar l'acceleració EXA al fitxer ''xorg.conf'': | * Podeu activar l'acceleració EXA al fitxer ''xorg.conf'': | ||
:{{Input|1=<nowiki> | :{{Input|1=<nowiki>Section "Device" | ||
Section "Device" | |||
... | ... | ||
Option "AccelMethod" "EXA" | Option "AccelMethod" "EXA" |
Revision as of 23:33, 18 March 2011
- Podeu activar l'acceleració EXA al fitxer xorg.conf:
Section "Device" ... Option "AccelMethod" "EXA" # optional, may improve performance but introduce visible artifacts # Option "MigrationHeuristic" "greedy" ... EndSection "Device"