From: Pekka Paalanen <[email protected]> The paragraph about pageflip-timeout was added in between the two paragraphs of idle-time, causing the paragraphs to be associated wrong.
Move the pageflip-timeout paragraph to the end. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=100163 Signed-off-by: Pekka Paalanen <[email protected]> --- man/weston.ini.man | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index 5ec0e1d..4cfefc9 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -162,11 +162,6 @@ By default, xrgb8888 is used. sets Weston's idle timeout in seconds. This idle timeout is the time after which Weston will enter an "inactive" mode and screen will fade to black. A value of 0 disables the timeout. -.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. .IR Important : This option may also be set via Weston's '-i' command @@ -181,6 +176,11 @@ set to 300 seconds. .TP 7 .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. .SH "LIBINPUT SECTION" The -- 2.10.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
