Comment 14 for bug 54858

Revision history for this message
Sami Haahtinen (ressu) wrote : Re: [Bug 54858] Re: 3d acceleration broken in Edgy Knot 1

I can verify the 'not working' state.

Rodrigo Novo wrote:
> DRI appears to be enabled on your machine, see:
>
> (II) I810(0): [drm] installed DRM signal handler
> (II) I810(0): [DRI] installation complete
> (II) I810(0): direct rendering: Enabled

I'm currently seeing:

(II) I810(0): [drm] installed DRM signal handler
(II) I810(0): [DRI] installation complete
(II) I810(0): direct rendering: Enabled
---8<---
(EE) AIGLX error: Calling driver entry point failed(EE) AIGLX: reverting
to software rendering

> What is the output of 'xdriinfo'?

ressu@denial:~/ > xdriinfo
Screen 0: i915

> Meaning that DRI is enabled for this board, and that it uses driver i915
> for DRI. (the dri driver, in turn, is provided by libgl1-mesa-dri)

But still i'm seeing:

ressu@denial:~/ > glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

After trying with glxgears, i can see that software rendering is being used.

- S