Bug#876033: primusrun doesn't find libGL.so.1

2017-09-29 Thread Bernd Vaske
On Mon, 25 Sep 2017 20:50:53 +0200 Andreas Beckmann wrote: [ Cc:ing the libglvnd maintainer ] On 09/25/2017 04:38 PM, Emilio J. PadrĂ³n wrote: > I obtain the same error when trying primusrun (or optirun) in my system: > > % primusrun glxinfo > /usr/bin/primusrun: line 41: warning: command subs

Bug#876033: primus: fix found?

2017-09-29 Thread Bernd Vaske
On Thu, 28 Sep 2017 21:32:42 +0200 Luigi Curzi wrote: On Thu, 28 Sep 2017 21:19:18 +0200 nils 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 q

Bug#876033: primusrun doesn't find libGL.so.1

2017-09-19 Thread Bernd Vaske
Hello, the problem comes from the transition of mesa to glvnd. A workaround is to link the missing libs from /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1 and /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/nvidia/libGL.so.1 That will resu

Bug#634930: gpa: GPA unusable due to "General Assuan error"

2012-07-08 Thread Bernd Vaske
>> Here is my easy workaround to solve this bug. >> >> 1. Remove the file where the X.509 certificates are stored. >> >> rm usr/share/gnupg2/com-certs.pem > > Instead of removing this file can you please try the option: > --disable-x509 instead? Tested and works with 'gpa --disable-x509' >> 2. Re