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>
This commit is contained in:
Pekka Paalanen
2022-03-11 11:23:01 +02:00
committed by Marius Vlad
parent 79f73d2247
commit 1f5e19fab3
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -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
-5
View File
@@ -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