ryosaeba83 wrote:You have to combine both instruction I posted like this:pacman -Rdd nvidia-utils lib32-nvidia-utilspacman -S nvidia-libgl lib32-nvidia-libglpacman -SuThis fixed it for me, much love.I would like to note, that I had steam installed, and it was conflicting as well.:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: lib32-qt4: requires lib32-libgl
:: steam: req
I'm trying to update my machine which has a nvidia card, but i'm facing some dependency issues:error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: lib32-qt4: requires lib32-libgl
:: steam: requires lib32-libgl
[jonander@7thHeaven etc]$ yaourt -S lib32-libgl
reso
What exactly are you trying to do? Could you paste your steps?lib32-mesa and lib32-qt depend on lib32-libgl, which is provided also by lib32-catalyst-utils.
lib32-nvidia-utils-bumblebee has not compatible version for nvidia-utils-bumblebee in [testing].[admin@iys-pc ~]$ pacman -Ss nvidia-utils-bumblebee
testing/nvidia-utils-bumblebee 313.26-1
NVIDIA drivers utilities and libraries.
Well, still having segfault when using gnome 3I tried to unistall some local programs.Here is my pacman -Qm now.alacarte 0.13.2-3
backup-manager 0.7.10-1
dropbox 1.1.31-1
h264enc 9.3.6-1
jdownloader latest-14
lib32-alsa-lib 1.0.24.1-1
lib32-freetype2 2.4.4-1
lib32-gcc-libs 4.5.2-6
lib32-glibc 2.13-4
lib32-libice 1.0.7-1
lib32-libsm 1.2.0-1
lib32-libx11 1.4.3-1
lib32-libxau 1.0.6-2
lib32-libxcb 1.7
As Gcool said, i'd installed these package:# pacman -S lib32-libpng lib32-libsm lib32-libxi lib32-libxrandr lib32-freetype2 lib32-fontconfig lib32-glib2 lib32-libstdc++5 extra/qtwebkit multilib/lib32-qtThen check (optional):$ ldd /opt/pt/bin/PacketTracer5And problem solved!Thanks you all!
theClassicMan27
https://bbs.archlinux.org/profile.php?id=61366
2012-07-07T14:47:18Z
I have ubuntu 12.04 64-bit system, when i run glxinfo i see some strange error about indirect rendering and failed to load some lib32/dri/swrast_dri libraries.
Any idea what is going on?
please let me know if i can enhance the relevant information provided in this question
$ LIBGL_DEBUG=verbose glxinfo
name of display: :0
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: try
Yes, you should lib32-catalyst-utils and remove lib32-libgl, then update again.The same question has been answered many times already, please use the search feature instead of posting 10 threads about the same issue.
manutortosa wrote:Wine depende de lib32-libgl que a su vez depende de ligl. Para instalar Wine, necesitas la versión lib32 de tu driver, en tu caso es lib32-nvidia-utils. Instala ese paquete y vuelve a probar.Solucionado con el aporte de manutortosa.sudo pacman -S lib32-nvidia-utilsY después:sudo pacman -SyuEl sistema se ha actualizado correctamente. Gracias.