<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - weston 1.9 do not start with drm-backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93451#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - weston 1.9 do not start with drm-backend"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93451">bug 93451</a>
              from <span class="vcard"><a class="email" href="mailto:ppaalanen@gmail.com" title="Pekka Paalanen <ppaalanen@gmail.com>"> <span class="fn">Pekka Paalanen</span></a>
</span></b>
        <pre>What graphics card is that, which radeon?

Could you try setting these environment variables for Weston:
export MESA_DEBUG=1
export EGL_LOG_LEVEL=debug
export LIBGL_DEBUG=verbose

That would tell us which radeon driver exactly loads. The kernel log does
mention "r200", but I don't know if that can support GL ES 2.0.

But if someone can say off-hand that this card won't support GL ES 2.0, then
that would be the cause. Weston does not have a renderer that would support
fixed-function GL. Then we could check if there is a way to make the error
message better.

I suppose 'glxinfo' output from X could give hints of the card capabilities,
too.

You could try with the weston command line argument --use-pixman, which gets
you DRM KMS but without OpenGL.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>