-
Notifications
You must be signed in to change notification settings - Fork 21
BadRRCrtc (invalid Crtc parameter) #4
Comments
This will be tough one, because I have an ATI card, not Nvidia... Could you test it with the |
@b52, could you solve it somehow? |
I honestly never tried, since I currently don't have the urge to switch to nouveau just to test it. I stay with slock for now. Maybe I'll check it again once I got a bit spare time. |
EDIT: I just tested this locally and saw exactly this behavior if xrandr didn't have a primary monitor or if the primary monitor was disconnected. Try the above solution. This was likely introduced with multimonitor handling (issue #1). |
Hi, I tried @bbenne10 workaround and it worked with the nvidia driver. |
Wow. I never replied to this... |
Should be fixed in 744e2f5, please test that it works. |
Doesn't work. Though, I'm can't test it on the machine I initially had the problem on. But I just got another error trying it on my Intel powered notebook:
|
Doesn't work for me either. In fact, I only get an error (the "invalid Output parameter" variant) with 744e2f5 applied. (3.18-rc3, intel-git + xorg-git) |
The problem is that the behaviour of in d5104ee I'm checking if the output returned by |
I get this on Fedora 21 (primary output is not set)
On Arch Linux it works just fine. Workaround is to set the primary output:
Then it works. Also on Fedora 21 there is no fixed-medium font size 17:
But this is another issue entirely and is easily fixed with
unless it breakes on another distros... |
Custom fonts can be set with the |
This fixed for me, thanks! |
In the code (which is where i probably went to look up the solution to this problem the first time I looked at this 6 years ago :P), the output is only checked against 0 explicitly. I would venture to guess that Honestly, the best solution here may very well be documentation. I just checked and there's no (If everyone that had this problem could simply run this under gdb and print value and type of @lahwaacz: Which would you prefer? I can open a PR for either solution in like...5 minutes :) |
I don't know what is |
Sorry for the delay and the confusion. I'm a Python/JS developer by trade, so You're right, of course, so how are we seeing these failures?
I don't seem to have a way to debug this effectively, as my multi-monitor setup is in another castle at the moment. The path forward, it seems to me, is to investigate the X11 error handling setup for this request (which is likely the default - I have not specifically checked) and maybe change it to force us down the "Warning: no primary output detected, trying..." path? We can investigate a bit further here, maybe? |
The last report of failure was before the most recent commit referencing this issue ( |
If I try to start the application I get the following error:
Some information about my system:
Any ideas?
The text was updated successfully, but these errors were encountered: