From 924c1ecd79bc73630de82224d78d0fec1e71176a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 5 Jun 2019 15:31:48 +0800 Subject: [PATCH] sections for DRM video engine and EVDev input engine --- etc/MiniGUI.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/MiniGUI.cfg b/etc/MiniGUI.cfg index 1d1d4f93..47308c4e 100644 --- a/etc/MiniGUI.cfg +++ b/etc/MiniGUI.cfg @@ -30,13 +30,21 @@ ial_engine=pc_xvfb mdev=/dev/input/mice mtype=IMPS2 -[fbcon] +# Linux EVDev IAL engine +# ial_engine=evdev + +[drm] defaultmode=1024x768-16bpp +device=/dev/dri/card0 # The resolution of the display # It is defined in dots (physical pixels) per inch # The default value is 96. dpi=96 +[fbcon] +defaultmode=1024x768-16bpp +dpi=96 + #{{ifdef _MGGAL_PCXVFB [pc_xvfb] defaultmode=800x600-16bpp