diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-18 15:13:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-18 15:21:46 -0700 |
commit | cb476dbdef5d75ec16dd1016a17f3f063d7e61a3 (patch) | |
tree | a8cbf41e961a37db6a20ed148349be7adc8b9c96 /man | |
parent | b47b0a666b1efde725fefbccc8ea1c0590f72e09 (diff) |
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in
xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015.
Allows dropping remnants of code for XAA and pre-pciaccess X servers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage/-/merge_requests/11>
Diffstat (limited to 'man')
-rw-r--r-- | man/savage.man | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/man/savage.man b/man/savage.man index 333f51d..e7c96cc 100644 --- a/man/savage.man +++ b/man/savage.man @@ -81,15 +81,13 @@ Default: hardware cursor. Disable or enable acceleration. Default: acceleration is enabled. .TP .BI "Option \*qAccelMethod\*q \*q" "string" \*q -Chooses between available acceleration architectures. Valid options are -.B XAA -and -.B EXA. -XAA is the traditional acceleration architecture and support for it is very -stable. EXA is a newer acceleration architecture with better performance for -the Render and Composite extensions, but the rendering code for it is newer and -possibly unstable. The default is -.B XAA. +Chooses between available acceleration architectures. The only valid option is +.BR EXA . +XAA was the traditional acceleration architecture, but support for it was +removed in Xorg 1.13. +EXA is a newer acceleration architecture with better performance for +the Render and Composite extensions. The default is +.BR EXA . .TP .BI "Option \*qRotate\*q \*qCW\*q" .TP |