diff options
author | Alex Deucher <alex@botch2.hsd1.va.comcast.net> | 2007-01-30 21:11:09 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.hsd1.va.comcast.net> | 2007-01-30 21:11:09 -0500 |
commit | ff8ea19fcdce099732f9359e53cd62b9a04bfa6d (patch) | |
tree | 0d79b670e5325920ab8f1c3c9d09b1ff50f8ae0b /man | |
parent | 2fb84dd2fc1a663c7b9d77e706189439ffe08381 (diff) |
add option to force the DRI on for RN50 chips
Allow user to force the DRI on for RN50 chips.
3D is not guaranteed to work on these chips,
however in some cases it does.
fixes bug 9802.
Diffstat (limited to 'man')
-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 eb775ed..db090d5 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -26,7 +26,7 @@ driver supports PCI and AGP video cards based on the following ATI chips Radeon 7200 .TP 12 .B RV100 -Radeon 7000(VE), M6 +Radeon 7000(VE), M6, RN50/ES1000 .TP 12 .B RS100 Radeon IGP320(M) @@ -625,6 +625,12 @@ case. This is only useful for LVDS panels (laptop internal panels). The default is .B on. .TP +.BI "Option \*qRN50Force3D\*q \*q" boolean \*q +Enable DRI support for RN50/ES1000 chips. The 3D engine on these chips has +not been validated at the hardware level and is not likely to work in most +cases. If it does, you got lucky. The default is +.B off. +.TP .SH SEE ALSO __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) |