summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorVeeresh Kadasani <veeresh.kadasani@huawei.com>2021-01-04 17:46:19 +0530
committerDaniel Stone <daniels@collabora.com>2022-02-03 16:11:59 +0000
commit773bcf9097d3ba1d1fd7121ce20ef12736e0cace (patch)
tree923e53f501c942912d5ba98694be1c5b083cad5e /man
parent83927bb0e678626bcc037e6880820531d7b90a4f (diff)
downloadweston-773bcf9097d3ba1d1fd7121ce20ef12736e0cace.tar.gz
man: Document available debug bindings.
Fixes: #398 Debug bindings were not documented in weston-bindings so document them. Signed-off-by: Veeresh Kadasani <veeresh.kadasani@huawei.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston-bindings.man37
1 files changed, 36 insertions, 1 deletions
diff --git a/man/weston-bindings.man b/man/weston-bindings.man
index e88a9e85..fac38be0 100644
--- a/man/weston-bindings.man
+++ b/man/weston-bindings.man
@@ -126,7 +126,42 @@ The combination \fBmod + Shift + Space\fR begins a debug binding. Debug
bindings are completed by pressing an additional key. For example, pressing
F may toggle texture mesh wireframes with the GL renderer.
(In fact, most debug effects can be disabled again by repeating the command.)
-Debug bindings are often tied to specific backends.
+Debug bindings are often tied to specific backends. Below are the debug bindings available.
+
+.RS
+- KEY_D :
+.RS 4
+Subscribe for flight recorder.
+.RE
+- KEY_C :
+.RS 4
+Enable/Disable cursor planes.
+.RE
+- KEY_V :
+.RS 4
+Enable/Disable overlay planes.
+.RE
+- KEY_Q :
+.RS 4
+Start VAAPI recorder.
+.RE
+- KEY_W :
+.RS 4
+Switch to gl-renderer from pixman.
+.RE
+- KEY_S :
+.RS 4
+Enable fragment debugging for gl-renderer.
+.RE
+- KEY_F :
+.RS 4
+Enable fan debugging for gl-renderer.
+.RE
+- KEY_R :
+.RS 4
+Enable repaint debugging for pixman:
+.RE
+.RE
.SH "SEE ALSO"
.BR weston (1),