Replies: 2 comments 1 reply
|
Ai generated: ask.projectbluefin.io You can try to start debugging there.This is a tricky one to pin down without more hardware details, but here are some things to check and try: Gather diagnostics first — this will help narrow down the cause: # Check GPU and driver info
lspci | grep -i vga
lsmod | grep -E 'amdgpu|nvidia|i915'
# Check current kernel
uname -r
# Check what Aurora image you're on
bootc statusLikely causes and things to try:
What would help narrow this down further:
The fact that it works at 120Hz but not 144Hz on only the second monitor strongly suggests a link training or bandwidth negotiation issue at the kernel/driver level rather than an Aurora-specific configuration problem. |
|
This looks like a possible regression. I booted back to 43 and they both worked set at 144hz.
Booting to 44 Beta, the 2nd monitor was recognized, set to 144hz, can move my mouse over, but no signal.
lspci | grep -i vga
lsmod | grep -E 'amdgpu|nvidia|i915'
kscreen-doctor --output Screen 1 (Working)
Screen 2 (Not Working)
|
Uh oh!
There was an error while loading. Please reload this page.
Hello. I just switched over to Aurora-dx Beta (coming from Bazzite-dx).
I have 2 monitors with 144hz refresh rates. But for some odd reason, I can only get my 2nd monitor to display anything when I set it to 120hz. At 144hz it's still detected, but no signal. The 1st monitor always works fine @ 144hz. Using a 3rd portable monitor @ 60hz works too.
I wasn't sure where to start looking into this. They both worked with Bazzite @ 144hz.
Is this a Aurora issue? beta? drivers? Thanks for your help.
All reactions