-
-
Notifications
You must be signed in to change notification settings - Fork 957
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
getting blank windows by using rounding #8969
Comments
2025-01-06.17-32-50.mp4i have the same problem |
I face the same problem. For me native wayland applications let the background show through, and xwayland (or Electron?) seem to not render properly, where the window is white and the mouse cursor "drags" through. |
uh huh intel doesn't like something about the new shaders I am guessing #8943 @polluxcodes |
I'll take a look. |
Looking at the screenshot, it seems the issue is probably in the Textures.hpp file, since the borders look ok. Can anyone check if the shadows work? |
I have shadows enabled like in the default config, anything I should see? I honestly can't see a difference, so maybe no |
@cpiber If they are working, you should be able to see them around the borders, but not within them. |
@cpiber Do they still work with rounding>0? |
No, setting rounding to a positive number like in the default config creates the above situation. I had shadows enabled like in the default config and encountered that. Tested again to be certain, it happens with and without shadows. |
@cpiber Sorry, I meant do the shadows specifically work as I described earlier. I'm trying to see which of the three shaders that I modified are broken. |
Actually, the way shadows are rendered, the shadow's shader is probably fine, since it uses the textures shader to create the mask to remove the part inside the window. I'm going to make a PR to revert most of the alterations to the textures shader. |
i was on this commit when everything was working as expected b0bae15 if that helps |
I'm 99.9% sure it is commit a5c1437 that broke it, so that lines up. |
Can someone having issues try PR #8971? It reverts most of the changes I made in the Textures.hpp file. If that works, it should be ready to merge. I verified it works on AMD still, but don't own an Intel card to test on that. |
i'm new to these thing, how can i check ? i have intel cpu with igpu |
@SomeEmptyBox How did you install Hyprland? You would need to check out that branch and compile from there. But I already did and it seems to be fixed |
@cpiber did you check on intel ? then it should be fine, i use nixos and flake to install directly from latest git commit |
Yes, I'm on Intel, and I had the same bug on main @SomeEmptyBox |
@SomeEmptyBox @cpiber I think I know why this wasn't caught on my end. Can one of you try enabling blur when using the broken commit? |
I had the same suspicion, already tested with and without, no difference for me |
Already reported ? *
Regression?
Not a regression - it's bug regarding new feature
System Info and Hyprland Version
System/Version info
Description
after completing the update and reboot of my nixos system, any window i open are blank and i see some wierd circles at corners
i get this if the value of rounding is anything more than 0.
How to reproduce
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
i'm not about to record and i only have access to this pc for now and the windows are blank so can't navigate.
hyprland-cache-logs.txt
hyprland_config_dump.txt
hyprland-XDG_RUNTIME_DIR.log
The text was updated successfully, but these errors were encountered: