Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

Add GLXName option to override PRIMUS_libGLa to make it work with GLVND #1050

Closed bluca closed 4 years ago

bluca commented 4 years ago

When using a GLVND-only Nvidia driver (435+) with Primus, PRIMUS_libGLa needs to point to libGLX_nvidia.so.0 to work. Add an option to override the default hard-coded libGL.so.1, set its default to the old value and document its purpose in the configuration file.

Suggested-by: Felix Dörre debian@felixdoerre.de

@felixdoerre FYI

bluca commented 4 years ago

turns out we don't need a new option, we can juggle it with symlinks and paths.