gsgatlin

Results 23 comments of gsgatlin

Hi. Here is the output from those commands. [gsgatlin@y470c ~]$ rpm -qf /usr/lib64/libGL.so.1 libglvnd-glx-0.2.999-7.gitdc16f8c.fc25.x86_64 [gsgatlin@y470c ~]$ ldd -r /usr/lib64/libGL.so.1 linux-vdso.so.1 (0x00007fff04dbb000) libGLX.so.0 => /lib64/libGLX.so.0 (0x00007f481ce61000) libX11.so.6 => /lib64/libX11.so.6 (0x00007f481cb22000) libXext.so.6...

Hello. Here is what the "primusrun" script looks like. https://paste.fedoraproject.org/543062/14860483/ There is some manipulation of LD_LIBRARY_PATH

Hello, could this be what you needed for overview? https://github.com/amonakov/primus/blob/master/technotes.md Will try to uncomment the lines and test once I can get back to my office. Cheers.

If I comment the export LD_LIBRARY_PATH line it opens a window but it uses the wrong opengl. (INTEL) If I comment out PRIMUS_libGL it segfaults. But thanks a lot for...

check out https://www.reddit.com/r/Fedora/comments/5sakeg/workaround_bumblebeenvidia_libglvnd/

Well, I need to test it and see if the primusrun script could be altered to work using his workaround. If it works would need to see if the "optirun"...

But I will try to update the wiki one way or the other.

Did not seem to work for me. https://paste.fedoraproject.org/549972/48640003/ Oh well. Still open to any and all suggestions. Do not want to have to switch distros eventually.

Alright. I did more experimentation. The trick is that __GLVND_DISALLOW_PATCHING=1 needs to be set AND the nvidia shim must be rebuilt/recompiled AFTER libglvnd has been added by mesa. This could...