You are not logged in.

#1 2022-08-28 15:49:51

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Monitor not working after graphics card swap

I have 2 monitors, one hdmi one that is working correctly and one that is connected with a DP to VGA adaptor, the latter is only working until the boot verbose, when XORG starts it just goes black, stops recieving signal and I can't figure out why

here is my xorg log and xrandr commands
https://pastebin.com/JWBRRmEm

it might be worth mentioning that i went from the nouveau drivers to the latest amdgpu drivers

Last edited by R2leyser (2022-08-28 15:54:33)

Offline

#2 2022-08-28 18:18:53

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

Re: Monitor not working after graphics card swap

The DisplayPort output is active w/ 1366x768 @60Hz - is that resolution supported by the monitor behind the adapter?
Can you

xrandr --output DisplayPort-0 --mode 1024x768

?

Offline

#3 2022-08-28 18:29:22

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

Yes, the monitor does support that and that's what i used before it stopped working, also the command doesn't change anything

Last edited by R2leyser (2022-08-28 18:29:55)

Offline

#4 2022-08-28 18:40:19

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

should I try to set a 16:9 resolution instead of 16:10?

Offline

#5 2022-08-28 18:57:04

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

Re: Monitor not working after graphics card swap

1366x768  /is/ 16:9 and every monitor should™ support XGA, so that's unlikely the problem.
Does the output come back when you stop Xorg?
What does its OSD say about the used resolution at that point? (Alternatively don't start X11, in doubt see the 2nd link below)

Last but not least try to get rid of xf86-video-amdgpu and test the behavior w/ the modesetting driver.

Offline

#6 2022-08-28 19:21:56

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

so while doing that, i saw the message

 [drm:amdgpu_dm_init.isra.0.cold [amdgpu]] *ERROR* Failed to register vline0 irq 30! 

does this have anything to do with my issue?

another note is that I installed the amdgpu drivers trying to fix this issue so they are also not causing it afaik

Last edited by R2leyser (2022-08-28 19:23:13)

Offline

#7 2022-08-28 19:31:23

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

Does the output come back when you stop Xorg?

no, it doesn't

Offline

#8 2022-08-28 19:48:57

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

 [drm:amdgpu_dm_init.isra.0.cold [amdgpu]] *ERROR* Failed to register vline0 irq 30! 

this seems to be the issue, even when booting without Xorg it works until that message appears and then the non working monitor shuts down and the terminal appears on the hdmi one

edit: uninstalled the amdgpu drivers, still same issue so probably not that directly

Last edited by R2leyser (2022-08-28 19:58:42)

Offline

#9 2022-08-28 20:51:34

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

Re: Monitor not working after graphics card swap

https://bugzilla.kernel.org/show_bug.cgi?id=215892
What about the other error messages in that bug? Same?

https://gitlab.freedesktop.org/drm/amd/-/issues/1933 has it at "CONFIG_DRM_AMD_SECURE_DISPLAY=N", no idea whether "drm.vblankoffdelay=0" can help you w/o compiling the feature out of the kernel.

Offline

#10 2022-08-28 21:37:37

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

What about the other error messages in that bug? Same?

no, what i sent is the only error that popped up on dmesg

Offline

#11 2022-08-29 06:17:43

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

Re: Monitor not working after graphics card swap

Did you try adding "drm.vblankoffdelay=0" to the https://wiki.archlinux.org/title/Kernel_parameters ?

Offline

#12 2022-08-29 14:45:47

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

I just tried it and no luck, still the exact same error

Last edited by R2leyser (2022-08-29 14:46:26)

Offline

#13 2022-08-29 14:56:41

R2leyser
Member
Registered: 2022-08-24
Posts: 11

Re: Monitor not working after graphics card swap

huh, i just had to boot from a live stick because grub had the uuid's changed for some reason and the problem still happens on the arch live boot

Offline

#14 2022-08-29 15:02:26

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

Re: Monitor not working after graphics card swap

Newer kernel on the new install iso?
If would seem that you need to compile a kernel w/ "CONFIG_DRM_AMD_SECURE_DISPLAY=N"

Offline

Board footer

Powered by FluxBB