No mali_drm module, cannot get GLES to run

Started by Metanurb, June 02, 2014, 02:36:47 PM

Previous topic - Next topic

Metanurb

I'm running the A13-OLinuXino-MICRO Debian 4GB SD-card image release-7.

I can't get accelerated 3D running.

When I try to start my program (or the test program from the sunxi-mali repo), I get:

libEGL warning: DRI2: failed to authenticate

My Xorg log says:


[    37.073] (II) FBTURBO(0): can't load 'mali_drm' kernel module
[    37.073] (II) Loading sub module "dri2"
[    37.073] (II) LoadModule: "dri2"
[    37.074] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    37.074] (II) Module dri2: vendor="X.Org Foundation"
[    37.074] compiled for 1.12.4, module version = 1.2.0
[    37.074] ABI class: X.Org Server Extension, version 6.0
[    37.074] drmOpenDevice: node name is /dev/dri/card0
[    37.614] [drm] failed to load kernel module "mali_drm"
[    37.614] SunxiMaliDRI2_Init: drmOpen failed!
[    37.614] (II) FBTURBO(0): failed to enable DRI2 integration for Mali GPU


lsmod shows mali but no mali_drm

Did I miss something?

Thomas