<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Xorg server crashed with AMD Radeon R2 Graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89564#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Xorg server crashed with AMD Radeon R2 Graphics"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89564">bug 89564</a>
              from <span class="vcard"><a class="email" href="mailto:alexisborychowski@voila.fr" title="Alex <alexisborychowski@voila.fr>"> <span class="fn">Alex</span></a>
</span></b>
        <pre>Problem fixed !

I actually have to create glamor.conf on /opt/xorg/share/X11/xorg.conf.d

And add the following lines :

Section "Module"
        Load  "dri2"
        Load  "glamoregl"
EndSection
Section "Device"

    Identifier "radeon"
    Driver "radeon"
    Option "AccelMethod" "glamor"

EndSection

Best regards,
Alex</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>