summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2022-03-11 12:02:03 +0200
committerMarius Vlad <marius.vlad@collabora.com>2022-03-14 19:42:33 +0200
commitbfefe8e8d49500309ef3b8879cb06c6c60b04bbd (patch)
tree13d969aeb29cfbc362eb1dd6746b4a85ce3c16ae /man
parentce059cffdb0cbf80b06da2553be2d2f5e4fec085 (diff)
downloadweston-bfefe8e8d49500309ef3b8879cb06c6c60b04bbd.tar.gz
man: add gbm-format in output section
Looks like at least from 2016 onwards the gbm-format option has also been recognized in an output section. Time to document that. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston-drm.man9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/weston-drm.man b/man/weston-drm.man
index 017124aa..5947714c 100644
--- a/man/weston-drm.man
+++ b/man/weston-drm.man
@@ -59,7 +59,8 @@ and the renderer used. Using Pixman-renderer, DRM-backend supports only
The formats supported with GL-renderer depend on the EGL and OpenGL ES 2 or 3
implementations. The names are case-insensitive.
-.RB "If not specified, " xrgb8888 " is used."
+.RB "If not specified, " xrgb8888 " is used. See also " gbm-format " in"
+.BR output " section."
.TP
\fBpageflip-timeout\fR=\fImilliseconds\fR
sets Weston's pageflip timeout in milliseconds. This sets a timer to exit
@@ -131,6 +132,12 @@ and possibly flipped. Possible values are
.BR flipped ", " flipped-rotate-90 ", " flipped-rotate-180 ", and "
.BR flipped-rotate-270 .
.TP
+\fBgbm-format\fR=\fIformat\fR
+Set the DRM KMS framebuffer format for this specific output. If not set,
+.RB "the value from " gbm-format " option in " core " section is used."
+.RI "For the possible values for " format " see "
+.BR gbm-format " option in " core " section."
+.TP
\fBpixman-shadow\fR=\fIboolean\fR
If using the Pixman-renderer, use shadow framebuffers. Defaults to
.BR true .