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..." |
m moved Translations:GPU-Performance/44/ca to Translations:Archive:GPU-Performance/44/ca: Part of translatable page GPU-Performance. |
||
(2 intermediate revisions by one other user not shown) | |||
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" | ||
# | # opcional, pot millorar el rendiment però introdueix artefactes visibles | ||
# | # Option "MigrationHeuristic" "greedy" | ||
... | ... | ||
EndSection "Device"</nowiki>}} | EndSection "Device"</nowiki>}} |
Latest revision as of 12:46, 9 December 2011
- Podeu activar l'acceleració EXA al fitxer xorg.conf:
Section "Device" ... Option "AccelMethod" "EXA" # opcional, pot millorar el rendiment però introdueix artefactes visibles # Option "MigrationHeuristic" "greedy" ... EndSection "Device"