From 13d36a278546af0a35b563bb8f808505923ae40b Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sat, 20 Aug 2022 16:26:23 +0800 Subject: [PATCH] add double_buffering options in fbcon section in MiniGUI.cfg --- etc/MiniGUI.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/MiniGUI.cfg b/etc/MiniGUI.cfg index c43b6de8..85fedbe0 100644 --- a/etc/MiniGUI.cfg +++ b/etc/MiniGUI.cfg @@ -105,6 +105,12 @@ seat=seat0 [fbcon] defaultmode=1024x768-16bpp dpi=96 + +# Whether double buffering is enabled (only for threads and standalone runmodes). +# Use `true` or `yes` for enabled, anything else for disabled. +# Note that under compositing schema, double buffering is always enabled. +# Since 5.0.10. +double_buffering=true #}} #{{ifdef _MGGAL_PCXVFB