pmarkkula
pmarkkula
@rossjrw You might want to check that you actually have hw accelerated opengl. Modesetting and glamor work also with sw fallback.
@rossjrw Try `glxinfo | grep -E "Vendor|Device"` in chroot. Mine says: ``` Vendor: Intel Open Source Technology Center (0x8086) Device: Mesa DRI Intel(R) Broadwell GT1 (0x1606) ```
@rossjrw You might be missing the appropriate driver package. ```apt-cache policy xserver-xorg-video-intel``` should tell if this is the case.
@rossjrw So the Intel driver is installed. If it would not have been, it would have said something like "Installed: (none)". I am running out of ideas.