add double_buffering options in fbcon section in MiniGUI.cfg

This commit is contained in:
Vincent Wei
2022-08-20 16:26:23 +08:00
parent 9ec3e9f7e6
commit 13d36a2785

View File

@@ -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