summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-14 18:06:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-05-14 18:06:05 -0700
commit6db1b9fde7e32f9794fb19d7a95c9f3b52c0fd7a (patch)
treef7b847f88cdeeb3d351396f861abe091300a44b5 /man
parent6c68869907bf3a07df0442c7d5464883410ef86c (diff)
man page: stop claiming to use XAA on Xorg 1.13 & laterHEADmaster
XAA support was removed from Xorg 1.13, so it's not possible to use it on such releases. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/merge_requests/22>
Diffstat (limited to 'man')
-rw-r--r--man/nv.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nv.man b/man/nv.man
index 0d5ca80..316ac1d 100644
--- a/man/nv.man
+++ b/man/nv.man
@@ -158,12 +158,12 @@ Disable or enable acceleration. Default: acceleration is enabled.
.TP
.BI "Option \*qAccelMethod\*q \*q" string \*q
Choose acceleration architecture, either \*qXAA\*q or \*qEXA\*q.
-XAA is the old but stable architecture.
+XAA is the old but stable architecture, but was removed in Xorg 1.13.
EXA is newer and supports resizing the desktop larger than it started out with RandR 1.2.
If you choose to use EXA, you might also consider setting
.B Option \*qMigrationHeuristic\*q \*qgreedy\*q
to improve performance.
-Default: XAA.
+Default: XAA if compiled for Xorg 1.12 or older, otherwise EXA.
.TP
.BI "Option \*qFPDither\*q \*q" boolean \*q
Enable or disable flat panel dithering by default.