<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Graphic artifacts on screen with Radeon R9 290 (HAWAII)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91586#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Graphic artifacts on screen with Radeon R9 290 (HAWAII)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91586">bug 91586</a>
              from <span class="vcard"><a class="email" href="mailto:KupriyanovRV@gmail.com" title="Roman <KupriyanovRV@gmail.com>"> <span class="fn">Roman</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=117695" name="attach_117695" title="Xorg.0.log - fail on start">attachment 117695</a> <a href="attachment.cgi?id=117695&action=edit" title="Xorg.0.log - fail on start">[details]</a></span>
Xorg.0.log - fail on start

(In reply to Michel Dänzer from <a href="show_bug.cgi?id=91586#c20">comment #20</a>)
<span class="quote">> (In reply to Roman from <a href="show_bug.cgi?id=91586#c18">comment #18</a>)
> > [     9.003] (II) LoadModule: "radeonsi"
> > [     9.003] (WW) Warning, couldn't open module radeonsi
> > [     9.003] (II) UnloadModule: "radeonsi"

> There is no "radeonsi" Xorg driver, change it back to "radeon".</span >

I think I all broke. (see Xorg.0.log fail on start)

How I can properly to install mesa from git?

Correct my steps:
1. git clone git://anongit.freedesktop.org/mesa/drm
2. change branch to amdpu
3. sh autohen.sh --enable-libdrm_amdgpu
4. make
5. make install

6. git clone git://people.freedesktop.org/~mareko/mesa
7. change branch to amdgpu
8. sh autohen.sh --with-gallium-drivers=radeonsi --enable-glx-tls
--with-egl-platforms=x11,drm --with-dri-drivers=''
9. make install

10. add 20-radeon.conf to X11/xorg.conf.d/
Section "Module"
        Load  "dri2"
        Load  "glamoregl"
EndSection

Section "Device"
        Identifier "Radeon R9 290 (Hawaii)"
        Driver "radeon"
        Option "AccelMethod"  "glamor"
        Option "ColorTiling2D" "off"
        Option "ColorTiling"   "off"
EndSection
11. Restart System.


By the way my Manjaro became available kernel 4.2.rc5 install it?

Also I saw xf86-video-amdgpu I need build it?

P.S. Sorry if my questions are stupid, I'm not good at Linux (just trying to
use it)</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>