summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2022-03-11 11:23:01 +0200
committerMarius Vlad <marius.vlad@collabora.com>2022-03-14 19:42:33 +0200
commit1f5e19fab309c7383b91873a34bf783de3be41a2 (patch)
treeaec18d44ec8ad94c6428dcb308c254162a529da5 /man
parent79f73d22478dbc0ef38795a4b02ba0d0f8febeb2 (diff)
downloadweston-1f5e19fab309c7383b91873a34bf783de3be41a2.tar.gz
man: move pageflip-timeout from weston.ini(5) to weston-drm(7)
This option is used only with the DRM-backend. Options in weston.ini(5) should be either generic or for backends that do not have their own man page yet. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston-drm.man5
-rw-r--r--man/weston.ini.man5
2 files changed, 5 insertions, 5 deletions
diff --git a/man/weston-drm.man b/man/weston-drm.man
index b425a3b0..1adada57 100644
--- a/man/weston-drm.man
+++ b/man/weston-drm.man
@@ -51,6 +51,11 @@ sets the GBM format used for the framebuffer for the GBM backend. Can be
.B xrgb2101010,
.B rgb565.
By default, xrgb8888 is used.
+.TP
+\fBpageflip-timeout\fR=\fImilliseconds\fR
+sets Weston's pageflip timeout in milliseconds. This sets a timer to exit
+gracefully with a log message and an exit code of 1 in case the DRM driver is
+non-responsive. Setting it to 0 disables this feature.
.SS Section output
.TP
diff --git a/man/weston.ini.man b/man/weston.ini.man
index b39b51ee..d7fc42b3 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -167,11 +167,6 @@ set to 300 seconds.
.BI "require-input=" true
require an input device for launch
.TP 7
-.BI "pageflip-timeout="milliseconds
-sets Weston's pageflip timeout in milliseconds. This sets a timer to exit
-gracefully with a log message and an exit code of 1 in case the DRM driver is
-non-responsive. Setting it to 0 disables this feature.
-.TP 7
.BI "wait-for-debugger=" true
Raises SIGSTOP before initializing the compositor. This allows the user to
attach with a debugger and continue execution by sending SIGCONT. This is