From: Paul Hänsch Date: Sun, 21 Jul 2019 19:55:20 +0000 (+0200) Subject: avoid loading videocore overlay twice, install dri driver X-Git-Url: http://git.plutz.net/?p=blast;a=commitdiff_plain;h=227bf7e16154dfc27187bd69595bfb24d5f8d16f;hp=6ea401c8b7aced96adf7da04148d19140c503f35 avoid loading videocore overlay twice, install dri driver --- diff --git a/modules/nodm.mk b/modules/nodm.mk index 6b810fa..3a35901 100644 --- a/modules/nodm.mk +++ b/modules/nodm.mk @@ -1,11 +1,7 @@ ifdef raspi - PACKAGES += nodm xserver-xorg-input-evdev -define RPICONFIG += - -dtoverlay=vc4-fkms-v3d,cma-128 -endef + PACKAGES += nodm xserver-xorg-input-evdev libgl1-mesa-dri else - PACKAGES += nodm xserver-xorg-video-all xserver-xorg-input-all + PACKAGES += nodm xserver-xorg-video-all xserver-xorg-input-all libgl1-mesa-dri endif define DEBCONF += @@ -43,3 +39,4 @@ _nodm_cfg: ${CFGROOT} _nodm_user: ${CFGROOT} chroot "${CFGROOT}" adduser "${nodm_user}" video chroot "${CFGROOT}" adduser "${nodm_user}" input +