add new key for dri section: exdriver

This commit is contained in:
Vincent Wei
2019-11-20 10:32:59 +08:00
parent 7a7dd5b6e5
commit c6a4943aae

View File

@@ -22,10 +22,13 @@
[system]
# GAL engine and default options
# The equivalent environment variable: MG_GAL_ENGINE
gal_engine=pc_xvfb
# The equivalent environment variable: MG_DEFAULTMODE
defaultmode=800x600-16bpp
# IAL engine
# The equivalent environment variable: MG_IAL_ENGINE
ial_engine=pc_xvfb
mdev=/dev/input/mice
mtype=IMPS2
@@ -44,10 +47,15 @@ pixelformat=XR24
# The DRI device
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
# The filename of the shared library for the external driver.
# The equivalent environment variable: MG_GAL_DRI_DRIVER
exdriver=libdrm_minigui.so.1
#}}
#{{ifdef _MGIAL_LIBINPUT