On Thu, 28 Sep 2017 21:32:42 +0200 Luigi Curzi <tre...@gmail.com> wrote:
On Thu, 28 Sep 2017 21:19:18 +0200 nils <nils-deb...@yandex.com> wrote:
> I had the same problem after switching to glvnd on sid.
> I edited /usr/bin/primusrun and found
>
> PRIMUS_libGL=${PRIMUS_libGL:-'/usr/$LIB/primus'}
>
> replacing the simple quotes by double quotes fixed it (in the commented
> out parts, singne quotes needs to be replaced too).
It also works for me.
Does not accomplish the goal of primus for me.
This workaround "Works" as in: Does not segfault or complain about
missing libs, but it does not use the nvidia card. Check the output of
primusrun glxinfo.
For me it shows:
...
server glx vendor string: SGI
server glx version string: 1.4
...
client glx vendor string: Mesa Project and SGI
...
OpenGL version string: 3.0 Mesa 17.2.1
OpenGL shading language version string: 1.30
...
Best regards