diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-20 20:41:18 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-20 20:41:18 +0200 |
commit | 2e73c2989e6cf0f24f8b0c4ae372f0c44dc19755 (patch) | |
tree | a463bbb521c618ac4b4d08909c2f82f3ca0d7dc1 | |
parent | 3f4c12a388af05995273c9abe742f82f84e558a8 (diff) |
Documented the AccelMethod option (copied from Radeon's man page).exa
-rw-r--r-- | man/mga.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/mga.man b/man/mga.man index 6646096..be4141a 100644 --- a/man/mga.man +++ b/man/mga.man @@ -107,6 +107,17 @@ specified in multihead configurations. Default: auto\-detected. .BI "Option \*qNoAccel\*q \*q" boolean \*q Disable or enable acceleration. Default: acceleration is enabled. .TP +.BI "Option \*qAccelMethod\*q \*q" "string" \*q +Chooses between available acceleration architectures. Valid options are +.B XAA +and +.B EXA. +XAA is the traditional acceleration architecture and support for it is very +stable. EXA is a newer acceleration architecture with better performance for +the Render and Composite extensions, but the rendering code for it is newer and +possibly unstable. The default is +.B XAA. +.TP .BI "Option \*qNoHal\*q \*q" boolean \*q Disable or enable loading the "mga_hal" module. Default: the module is loaded when available and when using hardware that it supports. |