diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:54:58 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:54:58 +0100 |
commit | c652208861bffca94f06b7f67688ce220e050bfb (patch) | |
tree | 7f13124bef1a68ad1ae696fc4c19c546333814f7 | |
parent | ab451e4b7a5423d61b57cf0646599267d8504af4 (diff) |
radeon: Adapt manpage to reality wrt AGP options.
-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 141342e..b8f4f93 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -154,26 +154,28 @@ The default value is either 1536 (for most chips) or 1920. Set AGP data transfer rate. (used only when DRI is enabled) .br -1 \-\- 1x (before AGPv3 only) +1 \-\- 1x (before AGP v3 only) .br -2 \-\- 2x (before AGPv3 only) +2 \-\- 2x (before AGP v3 only) .br 4 \-\- 4x .br -8 \-\- 8x (AGPv3 only) +8 \-\- 8x (AGP v3 only) .br others \-\- invalid .br The default is to -.B leave it unchanged. +.B leave it unchanged for AGP v3 +and +.B 1x otherwise. .TP .BI "Option \*qAGPFastWrite\*q \*q" boolean \*q Enable AGP fast writes. Enabling this is frequently the cause of instability. Used only when the DRI is enabled. If you enable this option you will get *NO* support from developers. .br -The default is to -.B leave it unchanged. +The default is +.B off. .TP .BI "Option \*qBusType\*q \*q" string \*q Used to replace previous ForcePCIMode option. |