summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-19 14:14:29 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-19 14:14:29 -0700
commit4e392222bb6a0cbe187ba71ab7d5daf896719cd5 (patch)
tree4e88a1cfd4c3451eebdf1841613fa954072b410e /man
parenta5f2dea4960817b58b9475fc999902d4ce8a4c12 (diff)
Remove XAA supportHEADmaster
Mostly done via unifdef -UHAVE_XAA_H, followed by minor manual editing Since recent commits require xserver-1.18.0 or later to build against, there's no reason leaving behind big chunks of code that can only build against the XAA support removed in xserver-1.13.0 (released in 2012). Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-trident/-/merge_requests/9>
Diffstat (limited to 'man')
-rw-r--r--man/trident.man9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/trident.man b/man/trident.man
index f461e10..d84150a 100644
--- a/man/trident.man
+++ b/man/trident.man
@@ -20,7 +20,7 @@ The XvImage extension is supported on TGUI96xx and greater cards.
.SH SUPPORTED HARDWARE
The
.B trident
-driver supports PCI,AGP and ISA video cards based on the following
+driver supports PCI and AGP video cards based on the following
Trident chips:
.TP 12
.B Blade
@@ -127,10 +127,11 @@ an integer value greater or equal to 0 and less than 128.
Default: gamma and brightness control is turned off.
Note: This is not supported on all chipsets.
.BI "Option \*qAccelMethod\*q \*q" string \*q
-Choose acceleration architecture, either "XAA" or "EXA". XAA is the old
-(but stable) XFree86 based acceleration architecture. EXA is a newer and
+Choose acceleration architecture, currently only "EXA". XAA was the old
+(but stable) XFree86 based acceleration architecture, but is no longer available.
+EXA is a newer and
simpler acceleration architecture designed to better accelerate the X Render
-extension. Default: "XAA".
+extension. Default: "EXA".
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHOR