]> git.plutz.net Git - blast/commitdiff
use accelerated graphics
authorPaul Hänsch <paul@plutz.net>
Sun, 21 Jul 2019 14:45:14 +0000 (16:45 +0200)
committerPaul Hänsch <paul@plutz.net>
Sun, 21 Jul 2019 14:45:14 +0000 (16:45 +0200)
modules/nodm.mk

index b207a6549867623aab996fac9e02e7c0cbb02d45..6b810faecf434a4a3c9c0b7799517e0b70d0f5e3 100644 (file)
@@ -1,5 +1,9 @@
 ifdef raspi
 ifdef raspi
-  PACKAGES += nodm xserver-xorg-video-fbturbo xserver-xorg-input-evdev
+  PACKAGES += nodm xserver-xorg-input-evdev
+define RPICONFIG +=
+
+dtoverlay=vc4-fkms-v3d,cma-128
+endef
 else
   PACKAGES += nodm xserver-xorg-video-all xserver-xorg-input-all
 endif
 else
   PACKAGES += nodm xserver-xorg-video-all xserver-xorg-input-all
 endif