You are not logged in.
resolving dependencies...
warning: dependency cycle detected:
warning: udev will be installed before its util-linux dependency
looking for inter-conflicts...
:: libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgl and nvidia-utils are in conflictI remember that I had to remove libgl when installing the Nvidia driver, has something regarding that situation changed/inverted ?
(Also, I have multilib enabled and 32 bit nvidia packages installed)
Last edited by manasij7479 (2012-03-17 21:40:10)
Offline
You have at least one unnecessary xorg video driver installed on your system. Find and remove it/them.
Offline
Grepping "pacman -Q" for nvidia, ati and intel individually do not show anything suspicious under the later two.
[manasij7479@manasijd ~]$ pacman -Q | grep nvidia
lib32-nvidia-utils 295.20-1
nvidia 295.20-3
nvidia-cg-toolkit 3.1-1
nvidia-utils 295.20-1
opencl-nvidia 295.20-1
[manasij7479@manasijd ~]$ pacman -Q | grep intel
intel-tbb 4.0_20111130-1
[manasij7479@manasijd ~]$ pacman -Q | grep ati
kdegames-granatier 4.8.1-1
kdegames-kpatience 4.8.1-1
kdeplasma-addons-applets-weatherstation 4.8.1-1
kdetoys-kteatime 4.8.1-1
startup-notification 0.12-2
telepathy-kde-integration-module 0.2.0-1What other names can video drivers have ?
Does the lib32-nvidia-utils count as a dupe ? If so, how do I run 32 bit software with 3d acceleration ?
Offline
Try 'pacman -Q | grep xf86-video'.
=== Edit ===
Better yet:
pacman -Qgq xorg-driversshows which packages from the xorg-drivers group you have installed.
Last edited by karol (2012-03-16 22:00:58)
Offline
I'm probably getting somewhere.
xf86-video first matched with the remains of the nouveau driver.
I removed that did a reboot.
Now nothing with xf86-video shows up, and "pacman -Qgq xorg-drivers" gives "xf86-input-evdev", which should not be related.
Offline
xf86-input-evdev is fine, keep it.
Did the system update go smooth this time, w/o prompts to install libgl?
Offline
xf86-input-evdev is fine, keep it.
Did the system update go smooth this time, w/o prompts to install libgl?
No.
:: libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-nvidia-utils: requires nvidia-utils
:: nvidia: requires nvidia-utils=295.20Offline
Do you have nouveau-dri installed? If so, remove it.
Offline
Thank you very much, that did it.
Offline
Btw, should this be added to the wiki ? (@ https://wiki.archlinux.org/index.php/Nvidia )
Offline
Btw, should this be added to the wiki ? (@ https://wiki.archlinux.org/index.php/Nvidia )
There already is https://wiki.archlinux.org/index.php/Nv … au_drivers
Offline