<div dir="ltr">There was LLVM 3.5 i686 and amd64 installed. I found LLVM 3.4 in Fedora's repos and install it for those architectures, but haven't luck. (<br>What else can it be? Why <br><div class="gmail_quote">On Tue, Mar 17, 2015 at 9:50 PM Benjamin Bellec <<a href="mailto:b.bellec@gmail.com" target="_blank">b.bellec@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Well that's strange then. Could you check that the LLVM libs are also installed in i686 version on your system.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-17 16:07 GMT+01:00 Павел <span dir="ltr"><<a href="mailto:pavel.nedr@gmail.com" target="_blank">pavel.nedr@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Without those libs: <span><br><div>Video Card:</div><div>    Driver:  X.Org Gallium 0.4 on AMD PITCAIRN</div><div><br></div></span><div>    Driver Version:  3.0 Mesa 10.4.3</div><div>    OpenGL Version: 3.0</div><span><div>    Desktop Color Depth: 24 bits per pixel</div><div>    Monitor Refresh Rate: 60 Hz</div><div>    VendorID:  0x1002</div><div>    DeviceID:  0x6810</div><div>    Number of Monitors:  2</div><div>    Number of Logical Video Cards:  1</div><div>    Primary Display Resolution:  1920 x 1080</div><div>    Desktop Resolution: 3600 x 1080</div><div>    Primary Display Size: 62.99" x 35.43"  (72.24" diag)</div><div>                                            160.0cm x 90.0cm  (183.5cm diag)</div><div>    Primary VRAM Not Detected</div><div><br></div></span><div>Steam game works with the same slow FPS rate :(</div></div><div><div><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 3:46 PM Павел <<a href="mailto:pavel.nedr@gmail.com" target="_blank">pavel.nedr@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yep, I can delete those files in Steam, and it will stop showing me about DR issue, but it'll affect only steam games. But I have slow FPS at all games. For example, I've installed War Planes: using Steam, wine, and with linux launcher. They all are works with bad FPS (about 8-12, almost not depend on graphic settings). On my Video adapter it should be not less than 40-50 FPS. I'm also have World of Tanks installed from Wine, it have similar FPS too.<br></div><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 3:30 PM Benjamin Bellec <<a href="mailto:b.bellec@gmail.com" target="_blank">b.bellec@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Looking at your log, Steam only detects OpenGL 1.4 which means your the OpenGL acceleration isn't enabled with Steam.<br></div>I guess you should have a warning message about that when launching Steam, isn't it ?<br><br></div>In any case, I'm pretty sure that's a steam runtime issue. You only have to delete some steam embedded shared libraries so that Steam use the Fedora's one instead (which will be able to "detect" and enable your Mesa acceleration).<br><br></div>Execute this command:<br>$ find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete<br><br></div>And then launch Steam and check the OpenGL version detected.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-17 4:33 GMT+01:00 Павел <span dir="ltr"><<a href="mailto:pavel.nedr@gmail.com" target="_blank">pavel.nedr@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've downloaded rpm with 32-bit glxinfo, extract and run it. In output I don't find any errors. Direct rendering is on.<br>I've trying to see what libs are used, they all are 32-bit. :-\<br>I've also added my user into 'video' group. No luck.<div>Xorg.0.log says all good O_o <a href="http://paste.fedoraproject.org/198794/65569991" target="_blank">http://paste.<u></u>fedoraproject<u></u>.org/198794/<u></u>65569991</a></div><div><br></div><div>I think Direct Rendering is not working for those games because when it works fans works noisy and fps is bigger. <br><br><div>$ ldd glxinfo32</div><div>        linux-gate.so.1 =>  (0xf7710000)</div><div>        libGL.so.1 => /lib/libGL.so.1 (0xf762f000)</div><div>        libX11.so.6 => /lib/libX11.so.6 (0xf74eb000)</div><div>        libc.so.6 => /lib/libc.so.6 (0xf731f000)</div><div>        libexpat.so.1 => /lib/libexpat.so.1 (0xf72f6000)</div><div>        libglapi.so.0 => /lib/libglapi.so.0 (0xf72b1000)</div><div>        libselinux.so.1 => /lib/libselinux.so.1 (0xf728c000)</div><div>        libXext.so.6 => /lib/libXext.so.6 (0xf7279000)</div><div>        libXdamage.so.1 => /lib/libXdamage.so.1 (0xf7275000)</div><div>        libXfixes.so.3 => /lib/libXfixes.so.3 (0xf726f000)</div><div>        libX11-xcb.so.1 => /lib/libX11-xcb.so.1 (0xf726b000)</div><div>        libxcb-glx.so.0 => /lib/libxcb-glx.so.0 (0xf7250000)</div><div>        libxcb-dri2.so.0 => /lib/libxcb-dri2.so.0 (0xf724a000)</div><div>        libxcb-dri3.so.0 => /lib/libxcb-dri3.so.0 (0xf7246000)</div><div>        libxcb-present.so.0 => /lib/libxcb-present.so.0 (0xf7242000)</div><div>        libxcb-randr.so.0 => /lib/libxcb-randr.so.0 (0xf7232000)</div><div>        libxcb-xfixes.so.0 => /lib/libxcb-xfixes.so.0 (0xf7228000)</div><div>        libxcb-render.so.0 => /lib/libxcb-render.so.0 (0xf721d000)</div><div>        libxcb-shape.so.0 => /lib/libxcb-shape.so.0 (0xf7218000)</div><div>        libxcb-sync.so.1 => /lib/libxcb-sync.so.1 (0xf7210000)</div><div>        libxcb.so.1 => /lib/libxcb.so.1 (0xf71eb000)</div><div>        libxshmfence.so.1 => /lib/libxshmfence.so.1 (0xf71e8000)</div><div>        libXxf86vm.so.1 => /lib/libXxf86vm.so.1 (0xf71e0000)</div><div>        libdrm.so.2 => /lib/libdrm.so.2 (0xf71d2000)</div><div>        libm.so.6 => /lib/libm.so.6 (0xf7185000)</div><div>        libpthread.so.0 => /lib/libpthread.so.0 (0xf716a000)</div><div>        libdl.so.2 => /lib/libdl.so.2 (0xf7165000)</div><div>        /lib/ld-linux.so.2 (0xf7711000)</div><div>        libpcre.so.1 => /lib/libpcre.so.1 (0xf70f2000)</div><div>        liblzma.so.5 => /lib/liblzma.so.5 (0xf70c8000)</div><div>        libXau.so.6 => /lib/libXau.so.6 (0xf70c4000)</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><br></div>
</blockquote></div></blockquote></div></div></div>
</blockquote></div><br></div>
</blockquote></div></blockquote></div>
</div></div></blockquote></div><br></div>
</blockquote></div></div>