summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-08-20 19:14:54 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-08-20 19:14:54 +0200
commite468df855abd8d8e4fecd2445c82bb8f824297fb (patch)
tree88e7181909d6bad264389915f03983378c8f9191 /man
parent0c0c1ab2ce786def653e8adb95c7c5a8ff9c7eca (diff)
nv50: clip SIFC and add {Prepare,Finish}Access hooks.
- when w*cpp is not aligned to a dword, then it's possible to end up with crap at the end of a line, so clip it. - {Prepare,Finish}Access hooks force tiled memory to be migrated upon cpu access. - Added an option to disable these hooks in case you hit a xserver bug that existed up until very recently.
Diffstat (limited to 'man')
-rw-r--r--man/nouveau.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/nouveau.man b/man/nouveau.man
index 6f50d1a..ca7c60e 100644
--- a/man/nouveau.man
+++ b/man/nouveau.man
@@ -99,6 +99,11 @@ The options are "fullscreen", "aspect", "noscale" and "panel". Default: "aspect"
.TP
.BI "Option \*qShadowFB\*q \*q" boolean \*q
Enable or disable use of the shadow framebuffer layer. Default: off.
+.TP
+.BI "Option \*qPrepareFinishAccess\*q \*q" boolean \*q
+Enable or disable use of PrepareFinishAccess hooks in exa, this should only be disabled if
+the xserver aborts saying that PrepareAccess failed on a pinned pixmap.
+This is bug that has been fixed in more recent xservers. Default: on.
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS