summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichel Daenzer <michel@daenzer.net>2006-03-03 16:41:41 +0000
committerMichel Daenzer <michel@daenzer.net>2006-03-03 16:41:41 +0000
commit334130651599a0edbfed21305f3ef20e3509c751 (patch)
tree4555519cdd2ed6be5a83cc29152ca086cc0f8568 /man
parent80125423bb106167303816b11cb2433349d4c9e0 (diff)
Add Option "FBTexPercent" to override the amount of video RAM reserved for
OpenGL textures with EXA.
Diffstat (limited to 'man')
-rw-r--r--man/radeon.man10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man
index 4b7538a..582cf9e 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -512,6 +512,16 @@ the Render and Composite extensions, but the rendering code for it is newer and
possibly unstable. The default is
.B XAA.
.TP
+.BI "Option \*qFBTexPercent\*q \*q" integer \*q
+Amount of video RAM to reserve for OpenGL textures, in percent. This option only
+has an effect with EXA. The remainder of video RAM is reserved for EXA offscrren
+management. Specifying 0 results in all offscreen video RAM being reserved for
+EXA and only GART memory being available for OpenGL textures. This may improve
+EXA performance, but beware that it may cause problems with OpenGL drivers from
+Mesa versions older than 6.4.
+Default:
+.B 50.
+.TP
.BI "Option \*qDMAForXv\*q \*q" boolean \*q
Try or don't try to use DMA for Xv image transfers. This will reduce CPU
usage when playing big videos like DVDs, but may cause instabilities.