-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no signal on screen connected per HDMI over USB-C - getCurrentCRTC: No CRTC 0 #36
Comments
are you on aq-git |
yes, 4918e57 |
Yeah, #25 won't work since you're not using DisplayLink - looks like you're using DP Alt Mode, is this correct? Also, have you tried looking for similar issues relating to the lines below on wlroots? hyrpland-no-dell.log L189-227
I think some other information that may help are:
|
Seem like, I am using this gadget: https://icybox.de/product/dockingstation/IB-DK4050-CPD
I see some errors there, but the screen still shows what it is supposed to:
Complete log:
monitor=desc:Chimei Innolux Corporation 0x14E4,disable (First one is the internal display of the Laptop. If I don't disable it, I cannot use a third external monitor at all, also not on Xorg.) Be aware: I use a script for setting this config, to switch between mobile and desktop workflow.
All 3 monitors are shown and claim to be active and present the proper resolution, position and orientation. I did not manage to force the screen in question to turn on. |
I think this may be because intel only supports up to 3 displays at once, according to this source. Not too sure what may be causing the main issue after briefly comparing the source code in hyprland-wlroots and aquamarine. However, have you tried:
|
please build if it resolves your issue, please close the ticket, thx |
Setting AQ_NO_MODIFIERS to 1 solved the issue for me, Thank you very much! <3 |
I have a similar Problem as in #25: My third screen appears in
hyprctl monitors
, but stays blank with "no signal" message.My Setup: Thinkpad T490 with i915.
lspci.log
Screens connected:
monitors.log
Connector descriptors change from time to time. The Dell is connected using DP-5 or DP-4. Swapping ports on the Docking station does not show picture on Dell.
Cables seem to be OK. I see outputs on all monitors with stable
hyprland
arch package (0.41.2-3), and on Xorg (sddm).This card does not seem to be evdi:
I rebuild
aquamarine
with theif (drmVerName == "evdi")
from #25 commentedout, so primary is always
{}
, but to no avail. I tried reconnecting the dock,rebooted the system serveral times and tried suspend/wakeup, which had fixed some monitor issues before, but not now.
I enabled debugging in hyprland and that message stood out:
hyprland-no-dell.log
If you need any more info, I am ready to provide them.
The text was updated successfully, but these errors were encountered: