-
-
Notifications
You must be signed in to change notification settings - Fork 952
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
Windows not resizeing after toggle: float & fullscreen mesa drivers: 24.2.7 -> 1:24.3.3 #9004
Comments
I have the same issue, but only on XWayland windows. I'm on 983bc06 systeminfo
|
hm, odd, this was fixed for me in 308b1f3 |
I did the build/compiling myself, I will show you hoy Ido it one sec |
Yes, I just noticed the issue and immediately went to comment here. |
I build it like this: Downloadgit clone https://github.com/hyprwm/Hyprland --recursive Dependenciesparu -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-input libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang hyprcursor hyprwayland-scanner xcb-util-errors hyprutils-git aquamarine Cflagsexport CFLAGS="-march=native -mtune=native -O3 -pipe -fno-plt -flto -ffast-math -fipa-pta -fgraphite-identity -ftree-vectorize -funroll-loops -fomit-frame-pointer" Buildmake all -j$(nproc) && sudo make install My first problem with mesa was being unable to start Hyprland -> Blackscreen but really it was 'on' well, I did a report here: #8574 Now I decided to update, then I had the problem starting Hyprland from tty1; libaquamarine.so.4 not found, then I decided to build Hyprland myself and this problem appeared |
I forgot to mention, when the toggle scenario occurs, photo 2., if I change focus on another window and back to the same, doing it with the mouse, it readimensions correctly. I feel this problem is about something not telling to the windows "hey, you changed resolution, redimension yourself now" I don't know if I'm explaining myself |
Here's a video if it's unclear: 2025-01-09.22-53-19.mp4@Locotir Does it happen on all windows for you? For me it's just the xwayland windows. Tested with jellyfin-media-player and vscode. |
@zjeffer does this count? MOZ_ENABLE_WAYLAND=1 firefox Still the same for me |
@vaxerski do you want me to reinstall Hyprland? |
You can check whether an app is running on xwayland by running |
Does this work: 2025-01-09.22-53-19.webmI transcoded it from mp4 to webm |
I have exactly the same issue as you, I was about to upload the video but was too big |
does it happen with the default config? |
yes |
Already reported ? *
Regression?
Definitely a regression - something broke after update (requires bisect)
System Info and Hyprland Version
System/Version info
Description
After updating mesa drivers: 24.2.7 -> 1:24.3.3
Windows opens in right resolution, but when toggling between floating or fullscreen, the pixels of the window stays in the same resolution until I move to another directory and come back.
How to reproduce
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
Open a window
Toggle Floating
Or toggle Fullscreen
Change Directory & come back to apply the redimension correctly
Is something missing that needs to tell the windows that has changed resolution and have to redimension itself. This dosen't happen with:
RESIZE WINDOWS
bind = $mainMod ALT, right, resizeactive, 50 0
bind = $mainMod ALT, left, resizeactive, -50 0
bind = $mainMod ALT, up, resizeactive, 0 -50
bind = $mainMod ALT, down, resizeactive, 0 50
Onlly afected: togglefloating & fullscreen
The text was updated successfully, but these errors were encountered: