You are not logged in.

#1 2016-04-07 19:51:53

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

[solved] nvidia-libgl and mesa-libgl are in conflict

Hi,

I know this topic has already been posted and marked [SOLVED], but it did not help me. I am trying to upgrade my ArchLinux on my DELL Latitude E6430 but have the following error :  http://pastebin.com/icVZJAqx.

Your help would be very appreciated, I am struggling with this problem since a week hmm

Last edited by nugetchar (2016-04-13 05:38:56)

Offline

#2 2016-04-07 21:27:58

JohnBobSmith
Member
From: Canada
Registered: 2014-11-29
Posts: 804

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

Guessing that you installed the proprietary drivers, try removing mesa-libgl and see what happens.

This information really should be on the wiki somewhere...


I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.

Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...

Offline

#3 2016-04-07 21:42:10

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

JohnBobSmith wrote:

Guessing that you installed the proprietary drivers, try removing mesa-libgl and see what happens.

This information really should be on the wiki somewhere...


Here's what I've got : http://pastebin.com/tLFFztR5.

Offline

#4 2016-04-08 00:06:37

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

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

So what drivers are you using?

Offline

#5 2016-04-08 18:40:33

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

How do I know this ? smile

Offline

#6 2016-04-08 19:14:52

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

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

Which drivers did you install?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2016-04-08 21:38:46

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

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

I think he's using mesa-libgl, otherwise he would get an error when thing to remove a package that's not present on his system.

Offline

#8 2016-04-08 21:47:09

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

I actually tried to uninstall the nvidia driver instead au the mesa-libgl, and it did not work either. I'm a little lost with this problem, thank you very much for your help tho !

Offline

#9 2016-04-08 22:05:16

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

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

nugetchar, please post "pacman -Qs libgl" .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2016-04-09 18:58:42

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

Lone_Wolf wrote:

nugetchar, please post "pacman -Qs libgl" .

Hi @Lone_Wolf, here is the result:

[nugetchar@arch ~]$ sudo pacman -Qs libgl
local/lib32-nvidia-libgl 358.16-1
    NVIDIA drivers libraries symlinks (32-bit)
local/libglade 2.6.4-5
    Allows you to load glade interface files in a program at runtime
local/mesa 11.0.7-1
    an open-source implementation of the OpenGL specification
local/mesa-libgl 11.0.7-1
    Mesa 3-D graphics library

Offline

#11 2016-04-10 21:57:06

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

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

Ok, that clarifies what goes wrong :

lib32-nvidia-libgl requires nvidia-libgl which conflicts with mesa-libgl.

try to remove lib32-nvidia-libgl .
incase that fails because it's needed by other things, use "-Rdd" .

After the removal, try  pacman -Syu again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#12 2016-04-11 17:58:37

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

Lone_Wolf wrote:

Ok, that clarifies what goes wrong :

lib32-nvidia-libgl requires nvidia-libgl which conflicts with mesa-libgl.

try to remove lib32-nvidia-libgl .
incase that fails because it's needed by other things, use "-Rdd" .

After the removal, try  pacman -Syu again.

It worked, but now that I restarted my computer, I can only be in console mode. I've got the following message:

brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)

Also, when I try

setxkbmap fr

, I've got an error saying

Cannot open display "default display" 

Offline

#13 2016-04-12 11:22:17

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

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

First, if you did need to do "pacman -Rdd lib32-nvidia-libgl" do pacman -Syu lib32-mesa-libgl .

the brcmsmac driver has to do with network, should have no impact at all on starting multi-user.target or graphical.target.
(it also looks like a harmless message).

The setxkbmap command is intended to be run from inside an X environment, if you're not in X it's expected to fail.

-----------------------

Check dmesg and/or journalctl for graphics related errors.
Also login as user and run startx .
Search for errors you see , the solution may have already been found by someone else.

If you can't find the solution, start a new thread.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#14 2016-04-13 05:38:19

nugetchar
Member
Registered: 2014-08-09
Posts: 39
Website

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

Hi ! Did not see your answer. I tried

startx

and now everything is fine. Thanks for your help, this topic is solved smile

Offline

Board footer

Powered by FluxBB