felixdoerre
felixdoerre
From where do you get the information that glvnd is required for primus? I haven't tested it extensively (yet) but: ```PRIMUS_libGLa=/usr/lib/x86_64-linux-gnu/nvidia/current/libGLX_nvidia.so.0 PRIMUS_libGLd=/usr/lib/x86_64-linux-gnu/libGL.so.1 LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/primus glxgears``` seems to work perfectly on my...
@liskin How are you sure that the glxgears are using the nvidia libraries? What exactly are you running? When I run: `optirun bash` in one terminal (to force-start the secondary...
aah ok, thanks for the explanation.
Hi, something similar happened to me, and I've maybe got an explanation or a workaround for you (or anyone else who stumbles upon this): The "highlight-on-selection" feature seems to be...
@guillochon As an alternative workaround, you could try `wlan.deinit()`, that would reset the WLAN chip and should allow you to go into lightsleep mode. A minimal example worked fine for...
Just in case you are still wondering now, one year later, where the exponential elgamal logic happens (and just to document it, if someone else searches and finds this issue):...
I don't want to hijack this issue, but it looks like we have a very similar memleak pattern (also a few hundred MB per month):  Apart from the used...
Aaah, right. Yes, I have only searched this repo (as the bug is here), so I did not find the other issue. However the situation has worsened, as previously the...
Thanks for the replies. > in particular, for your Primus use-case, presumably you want the container to steal Primus' libGL.so.1 from the host system, instead of the normal, system-wide libGL.so.1...
Ok, thanks for the reference. Personally I have not need to run steam itself with primus/pvkrun, as I am totally happy with just wrapping the individual games. It's a bit...