Arma 3 requires OpenGL 4.1 . I will waiting for llvm release.
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
Just installed your OpenCL package for AMD gpus and I'm unable to compile anything opencl related. Make states that cl.h is not a header that exists on my system. I'm running Ubuntu 15.04, kernel version 3.19.0-28-generic, and I am using an r9 390 Grenada PRO. I've been trying to get opencl running on my system for many frustrating weeks, and this is the closest that I've come. Here's the output of clinfo: http://pastebin.com/9sphqd9d
Comment
-
Originally posted by Maratus View PostJust installed your OpenCL package for AMD gpus and I'm unable to compile anything opencl related. Make states that cl.h is not a header that exists on my system. I'm running Ubuntu 15.04, kernel version 3.19.0-28-generic, and I am using an r9 390 Grenada PRO. I've been trying to get opencl running on my system for many frustrating weeks, and this is the closest that I've come. Here's the output of clinfo: http://pastebin.com/9sphqd9d
- Likes 1
Comment
-
-
Hello there, just registered and subscribed to this ppa. This is a great idea: if the Ubuntu main guys are continuously asleep with both eyes open, and only think they have to give us yesteryear's driver support, other people will have to jump in and get things going.
However, it should be noted that installing this drivers is not for the faint of heart at all!!
Had I used the normal way via APT, it would have uninstalled me 600 MB (!) of programs because so much stuff depends on those Mesa drivers.
Then, I had a major conflict:
Code:andy@andy-mybox:~$ sudo dpkg -i Downloads/libllvm3.6_3.6-2ubuntu1~trusty1_i386.deb Selecting previously unselected package libllvm3.6:i386. dpkg: regarding .../libllvm3.6_3.6-2ubuntu1~trusty1_i386.deb containing libllvm3.6:i386: libllvm3.6v5:i386 conflicts with libllvm3.6 libllvm3.6:i386 (version 1:3.6-2ubuntu1~trusty1) is to be installed.
The "v5" means that it is compiled with gcc 5.
So I can't deny that it would be better if mesa didn't depend that extremely on LLVM stuff, because this is the only major conflict I've run in.
Last question: where is libXvMCnouveau.so in the standard (non-PPA) repos? It must be somewhere, as nouveau is shipped in standard Ubuntu, and if VDPAU fails, the user ought to be able to revert to XvMC support.Last edited by andyman; 27 September 2015, 06:50 PM.
Comment
-
Originally posted by andyman View PostThat's what you're saying But on olbaf's PPA main page, I found Wily mentioned indeed. (I may look again where exactly I read it, if need be.)
Comment
-
Granted. Would be a silly idea to argue about that longer than one minute
Moving on ...
As you said "Mesa": yes this is another thing I am concerned about.
On nouveau's official page, they say that the reason for MPlayer's most common error message (Failed to open VDPAU backend libnvidia_vdpau.so...) is because the distro-shipped versions of the Mesa driver lacked the vdpau state tracker.
Fair enough, but why do I still get that very same error message even though I've installed olbaf's git versions of Mesa v11?
I'm about to run out of ideas...Last edited by andyman; 28 September 2015, 04:03 PM.
Comment
Comment