man: move pageflip-timeout later

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 <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniels@collabora.com>
dev
Pekka Paalanen 9 years ago committed by Daniel Stone
parent 7609178917
commit 65e57c93ca
  1. 10
      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 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 after which Weston will enter an "inactive" mode and screen will fade to
black. A value of 0 disables the timeout. 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 .IR Important
: This option may also be set via Weston's '-i' command : This option may also be set via Weston's '-i' command
@ -181,6 +176,11 @@ set to 300 seconds.
.TP 7 .TP 7
.BI "require-input=" true .BI "require-input=" true
require an input device for launch 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" .SH "LIBINPUT SECTION"
The The

Loading…
Cancel
Save