You are not logged in.

#26 2025-07-21 14:22:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

That's the simpledrm device - is this w/ a "nomodeset" boot? (that's pointless - we're using ssh to look at the broken system)

Offline

#27 2025-07-21 14:57:24

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Oh yeah sorry I forgot about that

Offline

#28 2025-07-21 15:03:13

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

/sys/class/drm/card1
/sys/class/drm/card1/edid: No such file or directory
=================
/sys/class/drm/card1-DP-1
EDID of '/sys/class/drm/card1-DP-1/edid' was empty.
=================
/sys/class/drm/card1-DP-2
EDID of '/sys/class/drm/card1-DP-2/edid' was empty.
=================
/sys/class/drm/card1-DP-3
EDID of '/sys/class/drm/card1-DP-3/edid' was empty.
=================
/sys/class/drm/card1-HDMI-A-1
EDID of '/sys/class/drm/card1-HDMI-A-1/edid' was empty.
=================

This is what it outputted this time

Offline

#29 2025-07-21 15:18:26

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

Great. No EDID. Likely why amdgpu thinks there's no output.

With  a little luck https://github.com/linuxhw/EDID/blob/ma … ADABB78D4D is your monitor.
http://0x0.st/8nNj.bin is the binary of that, try to inject that:  https://wiki.archlinux.org/title/Kernel … s_and_EDID

Offline

#30 2025-07-21 17:37:52

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Unfortunately I tried doing this but it still doesn't work. I might've done something wrong but I'm not sure. Anyways here's the system journal for that boot http://0x0.st/8nbo.txt

Offline

#31 2025-07-21 17:59:58

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

I think I know what might be going on

Last edited by PhilSzczeblinski (2025-07-21 18:04:31)

Offline

#32 2025-07-21 18:18:26

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Still it's not working but I feel like this is going into the right path. This is the boot http://0x0.st/8ncr.txt

Offline

#33 2025-07-21 19:33:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

http://0x0.st/8nbo.txt still has

Jul 21 19:34:09 archlinux kernel: amdgpu 0000:08:00.0: [drm] Cannot find any crtc or sizes

http://0x0.st/8ncr.txt stops w/ the journal sync after the initramfs (so you might have rebooted that w/ the power button)

I think I know what might be going on …  I feel like this is going into the right path

"namely"?

Do you have more luck w/ forcing the output to be enabled?
https://wiki.archlinux.org/title/Kernel … cing_modes

Have you tried the other monitor?

Offline

#34 2025-07-21 19:47:09

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Yeah I think I'll try the other monitor because this is just annoying

Offline

#35 2025-07-21 20:07:19

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

So the problem all along was the monitor
I didn't expect that but thank you so so much for helping I'd never figure it out

Offline

#36 2025-07-21 20:12:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

Well, yeah - sort of.
The monitor clearly works before KMS - is it attached via HDMI or DisplayPort?

Injecting the edid btw. failed because "drm.25ADABB78D4D.txt=edid/8nNj.bin" is complete nonsense.
You could fix that and try again.

Offline

#37 2025-07-22 07:17:30

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

I tried doing it correctly using "edid_firmware" but it still doesn't work. Should I also change the bin thing? And also its attached via hdmi

Last edited by PhilSzczeblinski (2025-07-22 07:18:59)

Offline

#38 2025-07-22 11:09:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

Can we see the "corretly using" journal?

cat /proc/cmdline
ls -l /usr/lib/firmware/

Offline

#39 2025-07-22 12:44:29

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

BOOT_IMAGE=/vmlinuz-linux root=UUID=fda422e7-287e-4a26-89c2-bf1da4887a1e rw loglevel=3 quiet drm.edid_firmware=edid/8nNj.bin this is from the cat command

Offline

#40 2025-07-22 12:45:35

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

And im gonna send the other on in a second

Offline

#41 2025-07-22 12:52:22

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

But how should I send it. It's a lot of text

Last edited by PhilSzczeblinski (2025-07-22 12:52:37)

Offline

#42 2025-07-22 13:02:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

ls -l /usr/lib/firmware/edid

But you can pipe everything into 0x0.st

ls -l /usr/lib/firmware/edid | curl -F 'file=@-' 0x0.st

Also your journal, please.

Offline

#43 2025-07-22 13:05:59

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Thanks and also here it is http://0x0.st/8n1V.txt

Offline

#44 2025-07-22 13:28:02

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,967

Re: I have a problem with my gpu and arch linux

Moderator Note
PhilSzczeblinski, please edit a post if no one has responded yet instead of creating a new one.

If you want a post deleted , use the report button.

Last edited by Lone_Wolf (2025-07-22 13:29:22)


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

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#45 2025-07-22 13:35:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,277

Re: I have a problem with my gpu and arch linux

-rw-r--r-- 1 phil users 6215 Jul 21 19:15 25ADABB78D4D.txt

What is that?
You're supposed to put the binary EDID into that location and reference it as "drm.edid_firmware=edid/8nNj.bin" and in case you've amdgpu in the initramfs, you'll also have to add the edid  to the FILES array in your mkinitcpio.conf and regenerate the initramfs.
See https://wiki.archlinux.org/title/Kernel … s_and_EDID again.

Offline

#46 2025-07-22 13:49:51

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

Lone_Wolf wrote:

If you want a post deleted , use the report button.

Thanks for saying that because I didn't know that

Last edited by PhilSzczeblinski (2025-07-22 13:53:44)

Offline

#47 2025-07-22 13:54:16

PhilSzczeblinski
Member
Registered: 2025-07-18
Posts: 29

Re: I have a problem with my gpu and arch linux

I completely misunderstood that. I'm gonna fix it later

Offline

#48 2025-07-22 18:50:25

tekstryder
Member
Registered: 2013-02-14
Posts: 516

Re: I have a problem with my gpu and arch linux

Lone_Wolf wrote:

Moderator Note
PhilSzczeblinski, please edit a post if no one has responded yet instead of creating a new one.

PhilSzczeblinski wrote:

I completely misunderstood

Please stop multi-posting, as you were asked to in #44.

Offline

Board footer

Powered by FluxBB