Save the code as drm-gbm-mod.c Then gcc -o drm-gbm drm-gbm-mod.c -ldrm -lgbm -lEGL -lGL -I/usr/include/libdrm (the comment at the first line of the code) Yes, already tried this: drm-gbm-mod.c:13:10: fatal error: EGL/egl.h: Datei oder Verzeichnis nicht gefunden #include <EGL/egl.h> It compiles with...