You are not logged in.
Hello,
When attempt to initiate "kde", I obtain an error that says "libGL.so.1" could not be found.
If I try to search this file, doesn't exist, but:
# find / -name libGL.so*
/usr/lib/libGL.so
/usr/X11R6/lib/libGL.so
Any ideas?
Thanks in advance.
Offline
I have one that belongs to Mesa package
and the other that belong to the new FreeDekstop's Xserver
pacman -Rd xfree86
nano -w /etc/pacman.conf
IgnorePkg = xfree86
pacman -S x
startx
there you go
Offline
locate libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.1.0.5336
/usr/lib/libGL.so
This is the location of libGL.so after nvidia install.
Offline