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.
This commit is contained in:
Kristian Høgsberg
2013-10-16 16:31:42 -07:00
parent d8e9833017
commit 8e6f376ef0
3 changed files with 27 additions and 1 deletions
+7
View File
@@ -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