From c7569e9d32c8d2808dc99b4b161a28a860ddcc4b Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 28 Aug 2023 11:25:57 +0800 Subject: [PATCH] add default options to fbcon section in MiniGUI.cfg --- etc/MiniGUI.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/MiniGUI.cfg b/etc/MiniGUI.cfg index 6ccf403c..9cc0c067 100644 --- a/etc/MiniGUI.cfg +++ b/etc/MiniGUI.cfg @@ -153,6 +153,16 @@ dpi=96 # Note that under compositing schema, double buffering is always enabled. # Since 5.0.10. double_buffering=true + +# Whether the async. update is enabled. +# Use `true` or `yes` for enabled, anything else for disabled. +# Since 5.0.13. +async_update=yes + +# The update interval for the asyn. updater (milli-seconds). +# This setting is only valid when drmWaitVBlank doesn't work correctly. +# Since 5.0.13. +update_interval=15 #}} #{{ifdef _MGGAL_PCXVFB