You are not logged in.

#1 2014-09-25 14:15:12

waynew
Member
Registered: 2012-05-20
Posts: 37

[solved] Mesa libgl in conflict with nvidia libgl

Hi,

I've looked around and found several posts with the same issue that I have:

wayne@arglefraster ~ ⚘ sudo pacman -Syu                                                                                                                          9:08:26
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
:: mesa-libgl and nvidia-libgl are in conflict (libgl). Remove nvidia-libgl? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: mesa-libgl and nvidia-libgl are in conflict

One said to find out what package has the mesa-libgl dependency, but they didn't say how to do it, and when I googled "arch linux find what depends on mesa-libgl" I got nothing useful.

How can I find out what package depends on mesa-libgl so I can either uninstall it if I don't care about it, or do *something* so I can upgrade my system?

Last edited by waynew (2014-09-25 14:35:05)

Offline

#2 2014-09-25 14:21:42

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,636

Re: [solved] Mesa libgl in conflict with nvidia libgl

what is the output of `pacman -Qs -- -dri`?

Offline

#3 2014-09-25 14:22:03

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

Re: [solved] Mesa libgl in conflict with nvidia libgl

What graphics hardware are you using?
What's the output of

pacman -Qg xorg-drivers

Offline

#4 2014-09-25 14:34:45

waynew
Member
Registered: 2012-05-20
Posts: 37

Re: [solved] Mesa libgl in conflict with nvidia libgl

wayne@arglefraster ~ ⚘ pacman -Qs -- -dri                                                                                                                  $? 1  9:09:34
local/xf86-input-evdev 2.9.0-2 (xorg-drivers xorg)
    X.org evdev input driver
local/xf86-input-synaptics 1.8.0-3 (xorg-drivers xorg)
    Synaptics driver for notebook touchpads
local/xf86-video-intel 2.99.916-1 (xorg-drivers xorg)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
local/xf86-video-vesa 2.3.2-5 (xorg-drivers xorg)
    X.org vesa video driver

and

wayne@arglefraster ~ ⚘ pacman -Qg xorg-drivers                                                                                                                   9:30:46
xorg-drivers xf86-input-evdev
xorg-drivers xf86-input-synaptics
xorg-drivers xf86-video-intel
xorg-drivers xf86-video-vesa

I've got an nvidia card (and the correct drivers for it). I just moved to a different machine and thought I got rid of the old video drivers, but it looks like xf86-video-intel was the culprit since I removed that and -Syu worked with no problem.

Thanks!

Offline

#5 2014-09-25 15:49:38

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

Re: [solved] Mesa libgl in conflict with nvidia libgl

Do you have an Intel processor with an integrated graphics card?

Offline

Board footer

Powered by FluxBB