change IAL engine of evdev to libinput

This commit is contained in:
Vincent Wei
2019-06-11 18:39:26 +08:00
parent e7913edc7e
commit 8c81845eba
6 changed files with 42 additions and 33 deletions
+11 -2
View File
@@ -30,9 +30,10 @@ ial_engine=pc_xvfb
mdev=/dev/input/mice
mtype=IMPS2
# Linux EVDev IAL engine
# ial_engine=evdev
# Linux IAL engine based on libinput
# ial_engine=libinut
#{{ifdef _MGGAL_DRM
[drm]
defaultmode=1024x768-16bpp
device=/dev/dri/card0
@@ -40,10 +41,18 @@ device=/dev/dri/card0
# It is defined in dots (physical pixels) per inch
# The default value is 96.
dpi=96
#}}
#{{ifdef _MGIAL_LIBINPUT
[libinput]
seat=seat0
#}}
#{{ifdef _MGGAL_FBCON
[fbcon]
defaultmode=1024x768-16bpp
dpi=96
#}}
#{{ifdef _MGGAL_PCXVFB
[pc_xvfb]