You are not logged in.

#1 2020-01-19 18:27:50

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

GDM doesn't run after update [SOLVED]

Hello.

System is an ASUS laptop X570ZD with AMD Ryzen 5 2500u with Vega 8 graphics and nVidia GeForce GTX 1050M (not using it, blacklisted noveau module).

It can't start GDM. Instead, a black screen with a blinking cursor.

dmesg pastebin : https://nopaste.xyz/?d9d899e8d8336a3e#+ … sqAqPsLoc=

journalctl -b pastebin : https://pastebin.com/PFjK78Pu

Last edited by DebianLinuxero (2020-01-21 12:14:37)

Offline

#2 2020-01-19 20:07:40

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: GDM doesn't run after update [SOLVED]

ene 19 18:27:10 Itto gnome-shell[595]: libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
ene 19 18:27:10 Itto gnome-shell[595]: libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device.
ene 19 18:27:10 Itto gnome-shell[595]: libEGL warning: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
ene 19 18:27:10 Itto gnome-shell[595]: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
ene 19 18:27:10 Itto gnome-shell[595]: failed to load driver: radeonsi
ene 19 18:27:10 Itto gnome-shell[595]: MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/dri)
ene 19 18:27:10 Itto gnome-shell[595]: failed to load driver: kms_swrast
ene 19 18:27:10 Itto gnome-shell[595]: MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
ene 19 18:27:10 Itto gnome-shell[595]: failed to load swrast driver
ene 19 18:27:10 Itto gnome-shell[595]: Failed to create backend: Failed to initialize renderer: Failed to create gbm device: No existe el fichero o el directorio, EGL is not initialized, or could not be initialized, for the specified EGL display connection.
ene 19 18:27:10 Itto systemd[561]: gnome-shell-wayland.service: Failed with result 'protocol'.
ene 19 18:27:10 Itto systemd[561]: Failed to start GNOME Shell on Wayland.
ene 19 18:27:10 Itto systemd[561]: Dependency failed for GNOME Shell on Wayland.
ene 19 18:27:10 Itto systemd[561]: Dependency failed for GNOME Wayland Session.
ene 19 18:27:10 Itto systemd[561]: Dependency failed for GNOME Wayland Session (session: gnome-login).
pacman -Qikk mesa  llvm

Offline

#3 2020-01-19 21:53:35

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

Here is what pacman -Qikk mesa llvm outputs :

https://pastebin.com/T9StwKXw

Offline

#4 2020-01-19 21:59:12

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: GDM doesn't run after update [SOLVED]

Nope, that looks fine…

What about

ldd /usr/lib/dri/radeonsi_dri.so

Offline

#5 2020-01-19 22:20:47

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

Offline

#6 2020-01-19 22:23:42

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: GDM doesn't run after update [SOLVED]

File exists, all libs resolved, but what is

libdrm.so.2 => /opt/amdgpu/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007fe6e8426000)

?

pacman -Qo /opt/amdgpu/lib/x86_64-linux-gnu/libdrm.so.2

Offline

#7 2020-01-20 19:21:10

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

LANG=EN pacman -Qo /opt/amdgpu/lib/x86_64-linux-gnu/libdrm.so.2

/opt/amdgpu/lib/x86_64-linux-gnu/libdrm.so.2 is owned by libdrm-amdgpu 19.30_838629-1

Offline

#8 2020-01-20 19:30:18

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

It's not a fresh installation. Maybe it has 4 mounths.
4 mounths running well.

A mounth and half ago or so, it brokes gdm after a pacman -Syu.

I'm a newbe on using Arch and thought it could be restored with another pacman -Syu.
I was doing such until now.

Recently I realize about the manual intervention warnings in the Arch website.

I apply then the "base" package install after a lot of time past it was posted, and recently the xorgproto's.

Offline

#9 2020-01-20 19:37:28

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: GDM doesn't run after update [SOLVED]

So... at which point did you intend to share with us your decision to install the proprietary amdgpu drivers? Does removing them help?

The open source version outperforms them for pretty much everything. I have that exact processor & graphics combination and the open source amdgpu driver performs better than the Win10 version, which is nice.

Offline

#10 2020-01-20 22:06:53

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

Head_on_a_Stick wrote:

So... at which point did you intend to share with us your decision to install the proprietary amdgpu drivers? Does removing them help?

The open source version outperforms them for pretty much everything. I have that exact processor & graphics combination and the open source amdgpu driver performs better than the Win10 version, which is nice.

I'm also new to Radeon hardware.

Yes, I've just reviewed my packages and uninstalled amdgpu-libdrm and lib32-amdgpu-libdrm which I thought were amdgpu standard packages (not pro in the name).

That solved my issue.

@seth, @Head_on_a_Stick, thanks to both for your time and advice.

Offline

#11 2020-01-21 11:03:44

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: GDM doesn't run after update [SOLVED]

Please add [SOLVED] to the thread title to help others who may have this problem. Thanks.

Offline

#12 2020-01-21 11:56:37

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

Head_on_a_Stick wrote:

Please add [SOLVED] to the thread title to help others who may have this problem. Thanks.

I can't figure how to do it.

Offline

#13 2020-01-21 12:01:01

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: GDM doesn't run after update [SOLVED]

Edit your first post in the thread, that contains the title section.

Offline

#14 2020-01-21 12:14:19

DebianLinuxero
Member
Registered: 2020-01-19
Posts: 12

Re: GDM doesn't run after update [SOLVED]

Head_on_a_Stick wrote:

Edit your first post in the thread, that contains the title section.

Thanks.

Offline

Board footer

Powered by FluxBB