mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-08 19:46:04 +08:00
add default options to fbcon section in MiniGUI.cfg
This commit is contained in:
@@ -153,6 +153,16 @@ dpi=96
|
|||||||
# Note that under compositing schema, double buffering is always enabled.
|
# Note that under compositing schema, double buffering is always enabled.
|
||||||
# Since 5.0.10.
|
# Since 5.0.10.
|
||||||
double_buffering=true
|
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
|
#{{ifdef _MGGAL_PCXVFB
|
||||||
|
|||||||
Reference in New Issue
Block a user