diff options
-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. |