Open Quardah opened 7 years ago
Hum… You’re wrong about the cause, and nvidia-libgl should never have been installed on an Optimus/Bumblebee system.
What happened is that we switched to libglvnd in ArchLinux, but normally fixes should have been made for primus to work (see https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/primus&id=d4eb4468545983a1e5658998345a1c73debdf07d). Can you confirm you have the latest primus?
First, thank you for the quick response.
Second, yes i have the latest primus installed? (Most probably)
[jape@T540p ~]$ pacman -Qe | grep primus
lib32-primus 20151110-3
primus 20151110-7
I managed to fix the problem doing the following :
# cp /usr/lib/libGL.so.1 /usr/lib/nvidia/
# cp /usr/lib32/libGL.so.1 /usr/lib32/nvidia/
I simply copied the missing file into the directories, now it works as usual.
Just a little mistake i guess, glad we found that quick 👍 💯
Hi.
Since last update with nvidia drivers (March 18 2017) primusrun does not work.
EDIT : actuall i think it's related to nvidia-utils package : https://www.archlinux.org/packages/extra/i686/nvidia-utils/
EDIT2 : Since nvidia-utils 378.13-4, the symlinks were removed : https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/nvidia-utils&id=f81fc03b2f85f4f0c8a0e1fa7833c4a0fb8b9653
Here is the error:
It might just be a path issue. My guess.
Thanks! JPBD.