diff options
author | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-03-10 13:00:49 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2006-03-10 13:00:49 +0000 |
commit | 69fe90bc501df9bd9e74b894bfca79a4025725bd (patch) | |
tree | be580fc972b8e1054967ce584d6e3d4bfc4258cf /man/radeon.man | |
parent | 8033d7423267fc1b3725df6a077dd910b586daaf (diff) |
Use "FBTexPercent" option for XAA too (only for increasing memory reserved
for textures).
Diffstat (limited to 'man/radeon.man')
-rw-r--r-- | man/radeon.man | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/radeon.man b/man/radeon.man index 582cf9e..27908e9 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -513,12 +513,14 @@ 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. +Amount of video RAM to reserve for OpenGL textures, in percent. With EXA, the +remainder of video RAM is reserved for EXA offscreen 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. With XAA, specifiying lower percentage than what gets reserved without +this option has no effect, but the driver tries to increase the video RAM +reserved for textures to the amount specified roughly. Default: .B 50. .TP |