summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-10-16 16:31:42 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-10-16 16:31:42 -0700
commit8e6f376ef0beb4b2f619a32120a758f3667391b2 (patch)
tree2d889e8b9cb2931b60bd0b1c44bff0764543c313 /man
parentd8e9833017751e0aa773e4ada6e9392a4fd9da8e (diff)
downloadweston-8e6f376ef0beb4b2f619a32120a758f3667391b2.tar.gz
compositor-drm: Support configuring the framebuffer format from weston.ini
This patch adds a new weston.ini key, gbm-format, to the [core] section. This new key can be rgb565, xrgb8888 or xrgb2101010, and makes the compositor use the corresponding GBM format for the framebuffer.
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index c5ec3218..d2524193 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -104,6 +104,13 @@ directory are:
.BR xwayland.so
.fi
.RE
+.TP 7
+.BI "gbm-format="format
+sets the GBM format used for the framebuffer for the GBM backend. Can be
+.B xrgb8888,
+.B xrgb2101010,
+.B rgb565.
+By default, xrgb8888 is used.
.RS
.PP