Skip to content
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

[Issue] Hyprland CRT shader makes the screen go black #295

Closed
Mircas001 opened this issue Feb 29, 2024 · 5 comments
Closed

[Issue] Hyprland CRT shader makes the screen go black #295

Mircas001 opened this issue Feb 29, 2024 · 5 comments

Comments

@Mircas001
Copy link

  • I have read the wiki
  • Linux distro:
    Arch Linux

The issue

CRT shader makes the screen go black, just pitch black, the hyprland log has no errors. (the output is still on, just pitch black)

Click to expand
[LOG] Instance Signature: 98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228390
[LOG] Hyprland PID: 711
[LOG] ===== SYSTEM INFO: =====
[LOG] System name: Linux
[LOG] Node name: iusearchbtw
[LOG] Release: 6.7.6-zen1-1-zen
[LOG] Version: #1 ZEN SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 16:32:48 +0000


[LOG] GPU information:
00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-S GT2 [UHD Graphics 630] [8086:9bc8] (rev 03) (prog-if 00 [VGA controller])


[LOG] os-release:
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

[LOG] ========================



[INFO] If you are crashing, or encounter any bugs, please consult https://wiki.hyprland.org/Crashes-and-Bugs/


[LOG] 
Current splash: You're gonna hear my voice when I shout it out loud


[LOG] Creating the HookSystem!
[LOG] Creating the KeybindManager!
[LOG] [hookSystem] New hook event registered: configReloaded
[LOG] Creating the AnimationManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 18.46µs. Estimated average calc time: 0.07µs.
[LOG] Creating the ConfigManager!
[LOG] NOTE: further logs to stdout / logfile are disabled by default. Use debug:disable_logs and debug:enable_stdout_logs to override this.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 11.11µs. Estimated average calc time: 0.02µs.
[LOG] Using config: /home/mircas001/.config/hypr/hyprland.conf
 2ms •• /tmp/hypr/98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228390  
•   cd ..
 0ms •• /tmp/hypr  
•   cd 98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228457/
 1ms •• /tmp/hypr/98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228457  
•   ls
hyprland.log
 4ms •• /tmp/hypr/98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228457  
•   cat hyprland.log
[LOG] Instance Signature: 98034fea3c1d5c1836bcc3b523cf1089dd5ac502_1709228457
[LOG] Hyprland PID: 1571
[LOG] ===== SYSTEM INFO: =====
[LOG] System name: Linux
[LOG] Node name: iusearchbtw
[LOG] Release: 6.7.6-zen1-1-zen
[LOG] Version: #1 ZEN SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 16:32:48 +0000


[LOG] GPU information:
00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-S GT2 [UHD Graphics 630] [8086:9bc8] (rev 03) (prog-if 00 [VGA controller])


[LOG] os-release:
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

[LOG] ========================



[INFO] If you are crashing, or encounter any bugs, please consult https://wiki.hyprland.org/Crashes-and-Bugs/


[LOG] 
Current splash: "Hyprland only gives you up on -git" - fazzi


[LOG] Creating the HookSystem!
[LOG] Creating the KeybindManager!
[LOG] [hookSystem] New hook event registered: configReloaded
[LOG] Creating the AnimationManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 18.05µs. Estimated average calc time: 0.03µs.
[LOG] Creating the ConfigManager!
[LOG] NOTE: further logs to stdout / logfile are disabled by default. Use debug:disable_logs and debug:enable_stdout_logs to override this.
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 10.94µs. Estimated average calc time: 0.03µs.
[LOG] Using config: /home/mircas001/.config/hypr/hyprland.conf
@Mircas001
Copy link
Author

also, the two logs (did not meant to send the terminal output, sorry about that) are of the crt error

@end-4
Copy link
Owner

end-4 commented Mar 1, 2024

it isn't even meant to be supported. i copied my whole hypr folder into the repo that's why it's there
anyway, disable damage tracking in hyprland config and it'll work

@clsty clsty changed the title [Issue] [Issue] Hyprland CRT shader makes the screen go black Mar 1, 2024
@Mircas001
Copy link
Author

Mircas001 commented Mar 1, 2024

still wont work tho, do you know any good CRT shaders? also the logs remain the same

@end-4
Copy link
Owner

end-4 commented Mar 2, 2024

do you know any good CRT shaders?

hyprland-community/awesome-hyprland#22

@Mircas001
Copy link
Author

thx

@clsty clsty closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants