diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-08-27 18:32:40 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-08-27 18:32:40 +0000 |
commit | a8eaa15264ff0db1596d653e91260c9a39a8b5ee (patch) | |
tree | 4945892f3b725d48a22bbdc67e89f79b0144b355 | |
parent | 360dab062f895c19e1784146e6684f75a20c5b24 (diff) |
Bug #1061 (documentation-only update): Document the RenderAccel option in
the radeon manpage.
-rw-r--r-- | man/radeon.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/radeon.man b/man/radeon.man index e464f79..d70b33a 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -109,9 +109,15 @@ are supported: Selects software cursor. The default is .B off. .TP +.BI "Option \*qRenderAccel\*q \*q" boolean \*q +Enables or disables hardware Render acceleration. +The default is to +.B enable +Render acceleration for the 9200 and below. This driver cannot do Render +acceleration for the 9500 and above. +.TP .BI "Option \*qNoAccel\*q \*q" boolean \*q Enables or disables all hardware acceleration. -.br The default is to .B enable hardware acceleration. |