-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Black screen upon running command in terminal #34
Comments
probably the nvidia fix that was once merged stopped working. |
Do you know what commit had this fix working? I will happily just compile that as long as it's functional. |
Setting monitor bit depth to 10 has resolved blackscreen issue. Not a desired solution for sure, so in case there is a plan to take another look at the 24 bit depth buffer I will leave this open. Otherwise, feel free to close. |
234c2da had it working |
Thank you but, unless I didn't revert the branch correctly, this compiled version still doesn't support 24 bit. I was keeping bitdepth set to 10 for this but that is no longer working now. There hasn't been a driver update in the time frame that it stopped working. |
I had this exact same Issue using nvidia card. Interestingly, after updating the system (mainly System: Versions: |
It's actually an nvidia bug: Patch will be available in the next release. For now @ModestTom, you can add This also fixes the black screenshots problem. |
System:
Arch + Hyprland
Ryzen 5 6600H
RTX 3050 ti
Issue:
When running the command the output is,
[WARN] 24 bit formats are unsupported, hyprpicker may or may not work as intended! #000000
If I keep my cursor completely still and navigate via keyboard, the screen does not go black. As soon as I start moving my cursor, the screen blacks out. Since my screen goes entirely black after launching, I can only click on the black of the screen, resulting in the hex code above. My cursor also changes to the xwayland default cursor while the program is running. Nothing crashes. As soon as I either "ESC" or click on the black screen, the program finishes. Thanks for the great WM, hope I can make use of the colorpicker as well.
Version:
I tried the current AUR package (r8.0fc1134-1) and compiled main with latest commit. Both having the same exact issue and output in terminal.
The text was updated successfully, but these errors were encountered: