You are not logged in.
For now I run following:
pacman -Syu --ignore nvidia-libgl
Last edited by Gregosky (2014-03-08 16:38:01)
Offline
For now I run following:
pacman -Syu --ignore nvidia-libgl
https://bbs.archlinux.org/viewtopic.php … 8#p1389988
nvidia-utils has already been updated in the repo. The only thing stilll missing is new mesa.
Offline
same here. waiting for solutions.
Offline
Just posting to subscribe for a solution
Offline
Just posting to subscribe for a solution
You can subscribe w/o posting to keep the noise down.
Offline
Just posting to subscribe for a solution
Just read the first page. The solution is already there.
Updated mesa / mesa-libgl package will be released to [extra] soon so just wait.
https://bugs.archlinux.org/task/39219?p … idia-libgl
Last edited by blackout23 (2014-03-08 18:49:34)
Offline
Beta in AUR is also a solution. I might even stick to that.
kaipee: yaknow, you can also subscribe without replying :-)
Offline
Beta in AUR is also a solution. I might even stick to that.
No need for such experiments man, mesa has just hit the repos.
Offline
But but ... muh bleeding edge.
All seriousness though, I use beta drivers on Windows anyway. I don't mind trying out beta on Linux for a bit.
Offline
nvidia also includes own lib32 libegl/libgles. any plans to update lib32-mesa/lib32-nvidia-utils/lib32-nvidia-libgl for include it?
greetings
Offline
This might not be the best thread to post this (if moderators think so, you're free to move it), but I'm also expiriencing libEGL problems.
Just that my are connected with Firefox and Chromium.
When I try to start either of those two browsers in bash, this is what I get:
/usr/lib/chromium/chromium: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory
and
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libEGL.so.1: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
BTW I'm have a ATI card. But I still fear, that things might go awry once I reset.
Last edited by Primoz (2014-03-08 22:26:50)
Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.
Offline
@Primoz, Catalyst, I assume? Talk to it's maintainer, it's unsupported.
Offline
@Primoz, Catalyst, I assume? Talk to it's maintainer, it's unsupported.
Yes
Well I rebooted my computer and KWin crashed, so I'm posting this from TWM/Koqnueror, because as I said, neither Firefox nor Chromium work after last mesa update.
I think I'll roll back to previous mesa and hopefully things will work again.
I'll post this in ATI Bar/Grill as well.
EDIT: Downgraded mesa, which solved everything. (For now)
Last edited by Primoz (2014-03-08 22:48:21)
Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.
Offline
the solution for me is... sudo pacman -Rdd lib32-nvidia-libgl nvidia-libgl and reinstall , sorry my english
Offline
With latest updates the problem is solved.
Offline
I now only get this problem with lib32-nvidia-libgl. The 64 bit package works fine.
Offline
I now only get this problem with lib32-nvidia-libgl. The 64 bit package works fine.
That package was updated a few hours ago, still not working? Need a more up-to-date mirror, maybe?
Offline
Update: I spoke too fast. This is exactly what has been done. catalyst maintainer just needs to provide its symlinks to point to the mesa shared libs contained in mesa package.
concerning the catalyst situation,
Initial situation yesterday:
/usr/lib/libEGL* symlinks from mesa conflicted with new symlinks in nvidia-libgl package.
Actual solution:
Move everything called /usr/lib/libEGL* from mesa package to mesa-libgl package.
Problem fixed for nvidia users.
This is not perfect as catalyst users cannot install mesa-libgl as it conflict with catalyst.
IMHO a better solution would be to keep the libEGL so files in mesa package and let the *libgl packages provide the appropriate symlinks that points to the desired libEGL* libs they want to use.
That is the only way to make everyone happy.
Last edited by lano1106 (2014-03-09 06:15:01)
Offline
For me downgrading mesa works, and adding it to IgnorePkg in /etc/pacman.conf .
Offline
This also fails for the nvidia-304xx series drivers. I had to downgrade mesa to 10.0.3, otherwise firefox threw a hissy fit and several KDE widgets failed to load e.g. pager.
Offline
This version of package mesa fixes the thing
[root@archlinux ~][root@archlinux ~]# pacman -Q mesa
mesa 10.1.0-2
[root@archlinux ~]# pacman -Q nvidia-libgl
nvidia-libgl 334.21-3
[root@archlinux ~]# pacman -Syyu
:: Synchronizing package databases...
core 106.8 KiB 1113K/s 00:00 [##################################################] 100%
extra 1455.2 KiB 2.94M/s 00:00 [##################################################] 100%
community 2.1 MiB 3.87M/s 00:01 [##################################################] 100%
multilib 113.0 KiB 12.3M/s 00:00 [##################################################] 100%
archlinuxfr 18.8 KiB 448K/s 00:00 [##################################################] 100%
repo-ck 42.7 KiB 241K/s 00:00 [##################################################] 100%
:: Starting full system upgrade...
there is nothing to do
[root@archlinux ~]#
System is fully updated.
More info:
[root@archlinux ~]# lspci -k | grep -A2 VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GTX 650] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 3555
Kernel driver in use: nvidia
[root@archlinux ~]#
Last edited by Fixxer (2014-03-09 07:15:59)
Offline
Still broken here: mesa 10.1.0-2 doesn't work with nvidia-304xx for me.
Offline
Still broken here: mesa 10.1.0-2 doesn't work with nvidia-304xx for me.
Try again now, it just worked for me.
Offline
Rerunning pacman -Syu and the conflict is now gone
Offline
After the latest pacman -Syu, kega-fusion (Sega Genesis emulator, 32-bit) won't start.
/usr/lib/kega-fusion/kega-fusion: error while loading shared libraries: libnvidia-glsi.so.334.21: cannot open shared object file: No such file or directory
I do have a /usr/lib/libnvidia-glsi.so.334.21 file but not a /usr/lib32/ version that I'm just guessing it might be looking for. Anyone know how to fix this? Thanks!
Offline