diff options
author | Alex Deucher <agd5f@yahoo.com> | 2006-05-10 02:46:37 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2006-05-10 02:46:37 +0000 |
commit | 25ba85cab8b3d831da646fef19f01769410fc958 (patch) | |
tree | b33158c5d32d894496fc90a007e7fbbb1378a9f8 | |
parent | ede75fe2b1850a4d9f03c724b7c1d1ed65e60f2f (diff) |
- remove obsolete option "OverlayOnCRT2" (bug 6488)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | man/radeon.man | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -1,3 +1,8 @@ +2006-05-09 Alex Deucher <agd5f@yahoo.com> + + * man/radeon.man: + - remove obsolete option "OverlayOnCRT2" (bug 6844) + 2006-05-09 Michel Dänzer <michel@tungstengraphics.com> * src/radeon_dri.c: (RADEONDRIGartHeapInit), (RADEONDRIGetVersion): diff --git a/man/radeon.man b/man/radeon.man index 6c52f47..2bbd431 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -387,12 +387,6 @@ For example, Option "MetaModes" "1024x768-1024x768 800x600-1024x768 640x480-800x The default value is .B undefined. .TP -.BI "Option \*qOverlayOnCRTC2\*q \*q" boolean \*q -Force hardware overlay to clone head. -.br -The default value is -.B off. -.TP .BI "Option \*qMergedXinerama\*q \*q" boolean \*q Since merged framebuffer mode does not use Xinerama, apps are not able to intelligently place windows. Merged framebuffer mode provides its own pseudo-Xinerama. This allows |