You are not logged in.

#1 2012-03-16 20:54:12

manasij7479
Member
Registered: 2011-10-20
Posts: 31

[solved]libgl and nvidia-utils are in conflict

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 conflict

I 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

#2 2012-03-16 21:15:07

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [solved]libgl and nvidia-utils are in conflict

You have at least one unnecessary xorg video driver installed on your system. Find and remove it/them.

Offline

#3 2012-03-16 21:56:23

manasij7479
Member
Registered: 2011-10-20
Posts: 31

Re: [solved]libgl and nvidia-utils are in conflict

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-1

What 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

#4 2012-03-16 21:58:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]libgl and nvidia-utils are in conflict

Try 'pacman -Q | grep xf86-video'.




=== Edit ===
Better yet:

pacman -Qgq xorg-drivers

shows which packages from the xorg-drivers group you have installed.

Last edited by karol (2012-03-16 22:00:58)

Offline

#5 2012-03-16 22:08:58

manasij7479
Member
Registered: 2011-10-20
Posts: 31

Re: [solved]libgl and nvidia-utils are in conflict

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

#6 2012-03-16 22:28:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]libgl and nvidia-utils are in conflict

xf86-input-evdev is fine, keep it.
Did the system update go smooth this time, w/o prompts to install libgl?

Offline

#7 2012-03-16 22:39:51

manasij7479
Member
Registered: 2011-10-20
Posts: 31

Re: [solved]libgl and nvidia-utils are in conflict

karol wrote:

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.20

Offline

#8 2012-03-16 22:43:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]libgl and nvidia-utils are in conflict

Do you have nouveau-dri installed? If so, remove it.

Offline

#9 2012-03-16 22:50:06

manasij7479
Member
Registered: 2011-10-20
Posts: 31

Re: [solved]libgl and nvidia-utils are in conflict

Thank you very much, that did it.

Offline

#10 2012-03-16 23:00:16

manasij7479
Member
Registered: 2011-10-20
Posts: 31

Re: [solved]libgl and nvidia-utils are in conflict

Btw, should this be added to the wiki ? (@ https://wiki.archlinux.org/index.php/Nvidia )

Offline

#11 2012-03-16 23:05:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved]libgl and nvidia-utils are in conflict

manasij7479 wrote:

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

Board footer

Powered by FluxBB