Originally posted by Espionage724
View Post
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
-
-
Originally posted by deri View PostSince the time you upgraded your compiler into newer, my dota has started hang at every game. Can play under 10 minutes and hole pc hangs. Force reboot.
Cant play it anymore. R9 290
BTW I have lot of curruptions (on Dota2, Valley is running fine).
This is related to mesa or llvm?
Comment
-
-
Originally posted by hector View PostI don't know what means:
As of 3.6 VGPR spilling has been implemented and most of such issues have gone. Yet this message somehow related to this LLVM feature. I think AMD devs have better idea if it indicates some problem.
Comment
-
-
Guest
Originally posted by oibaf View Postgraphics-drivers and winedri3 are just required. If you want to run nine in dri2 mode you need kernel >= 3.17 for render nodes, if you want to run in faster, experimental dri3 mode just use standard kernel but add mesadri3test ppa. If you want to test latest nine dev tree, including support for debugging problem also add this ppa: https://launchpad.net/~oibaf/+archiv.../gallium-nine/
Is there anything else needed to use DRI3 other than just adding the PPA, updating from it, and rebooting? I only briefly played with it last night, but I thought I still saw reference to DRI2 in Xorg's log.
Comment
-
Originally posted by Espionage724 View PostThanks!
Is there anything else needed to use DRI3 other than just adding the PPA, updating from it, and rebooting? I only briefly played with it last night, but I thought I still saw reference to DRI2 in Xorg's log.
Comment
-
-
Guest
Originally posted by oibaf View PostJust read here: https://wiki.ixit.cz/d3d9_dri3
So I wanted to try out LLVM git from Paulo's PPA with nine; but I can't seem to get it working.
According to the PPA page, I have to install libd3d9-mesa, libd3d9-mesa-dbg, and libd3d9-mesa-dev, but trying to install libd3d9-mesa-dev while libd3d9-mesa is present throws a dpkg error:
Code:error processing archive /var/cache/apt/archives/libd3d9-mesa-dev_10.5~git150130162300.53b0193~padoka0_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/mesa/d3dadapter9.so', which is also in package libd3d9-mesa:amd64 10.5~git150130162300.53b0193~padoka0
Comment
-
Guest
Originally posted by Espionage724 View PostCool, thanks again
So I wanted to try out LLVM git from Paulo's PPA with nine; but I can't seem to get it working.
According to the PPA page, I have to install libd3d9-mesa, libd3d9-mesa-dbg, and libd3d9-mesa-dev, but trying to install libd3d9-mesa-dev while libd3d9-mesa is present throws a dpkg error:
Code:error processing archive /var/cache/apt/archives/libd3d9-mesa-dev_10.5~git150130162300.53b0193~padoka0_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/mesa/d3dadapter9.so', which is also in package libd3d9-mesa:amd64 10.5~git150130162300.53b0193~padoka0
Managed to fix it with these commands, but I'm not really sure if there's a better way to handle it or not:
Code:sudo apt-get install libd3d9-mesa:i386 sudo mkdir /usr/lib/i386-linux-gnu/d3d/ sudo ln -s /usr/lib/i386-linux-gnu/mesa/d3dadapter9.so.1 /usr/lib/i386-linux-gnu/d3d/d3dadapter9.so.1
I had some weird flickering issue on grass and stuff with oibaf's PPA, but with Paulo's it seems to be cleared up; maybe the LLVM update fixed something?
Last edited by Guest; 01 February 2015, 07:45 PM.
Comment
-
Guest
Can confirm the corruption on a 7850 with Paulo's PPA. Lines just flicker in places.
Comment
-
Originally posted by Espionage724 View PostCan confirm the corruption on a 7850 with Paulo's PPA. Lines just flicker in places.
that's probably gallium nine though, and testing again when last serie of patches is merged to mesa git can change that.
Comment
-
Comment