You are not logged in.
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
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
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
should I try to set a 16:9 resolution instead of 16:10?
Offline
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
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
Does the output come back when you stop Xorg?
no, it doesn't
Offline
[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
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
What about the other error messages in that bug? Same?
no, what i sent is the only error that popped up on dmesg
Offline
Did you try adding "drm.vblankoffdelay=0" to the https://wiki.archlinux.org/title/Kernel_parameters ?
Offline
I just tried it and no luck, still the exact same error
Last edited by R2leyser (2022-08-29 14:46:26)
Offline
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
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