<div dir="ltr"><div><div>On Wed, 20 Sep 2017 01:10:56 +0200 Bernd Vaske <<a href="mailto:bernd_vaske@gmx.net">bernd_vaske@gmx.net</a>> wrote:<br>Hello, <br><br>> the problem comes from the transition of mesa to glvnd.<br>> A workaround is to link the missing libs from<br>> <br>> /usr/lib/x86_64-linux-gnu/libGL.so.1 to <br>> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1<br>> and<br>> /usr/lib/i386-linux-gnu/libGL.so.1 to <br>> /usr/lib/i386-linux-gnu/nvidia/libGL.so.1<br>> <br>> That will result in primusrun starting again but most likely resulting <br>> in a black window for the application which is started.<br>> <br>> To get primusrun to work properly you have to start it with <br>> __GLVND_DISALLOW_PATCHING=1<br>> <br>> example:<br>> <br>> __GLVND_DISALLOW_PATCHING=1 primusrun glxgears<br>> <br><br></div>this solution works.<br></div>Thank you.<br></div>