diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 11:19:20 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-19 11:19:20 +0100 |
commit | 295823d0879a5b574bb79843a6acd43adb9259e5 (patch) | |
tree | 906690668e8f980f6346bc1268314d27a0fbd0a1 /man | |
parent | 81f3b4070b70483d6da4f7587e52a64ac69c8ca0 (diff) |
radeon: Default to leaving AGP transfer mode and fast writes unchanged.
Based on the assumption that firmware should have set up the card and host
bridge appropriately for these settings, this may actually be safer, at least
for the transfer rate; leaving fast writes enabled is hopefully safe as well,
it certainly is on my sytem.
See https://bugs.freedesktop.org/show_bug.cgi?id=9284 .
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/man/radeon.man b/man/radeon.man index ddfd0ffd..b0a4f041 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -163,22 +163,25 @@ The default is Set AGP data transfer rate. (used only when DRI is enabled) .br -1 \-\- x1 (default) +1 \-\- 1x (before AGPv3 only) .br -2 \-\- x2 +2 \-\- 2x (before AGPv3 only) .br -4 \-\- x4 +4 \-\- 4x .br -8 \-\- x8 +8 \-\- 8x (AGPv3 only) .br others \-\- invalid +.br +The default is to +.B leave it unchanged. .TP .BI "Option \*qAGPFastWrite\*q \*q" boolean \*q -Enable AGP fast write. Enabling this option is frequently the cause of +Enable or disable AGP fast writes. Enabling this is frequently the cause of instability. Used only when the DRI is enabled. .br -The default is -.B off. +The default is to +.B leave it unchanged. .TP .BI "Option \*qBusType\*q \*q" string \*q Used to replace previous ForcePCIMode option. |