-
Notifications
You must be signed in to change notification settings - Fork 307
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
Microsoft Edge freezes when resizing window with GPU enabled #272
Comments
I can reproduce this, but it's not 100% repro. Occasionally I can successfully resize using the window edges, and I have no problem using maximize/restore. |
@joaomoreno, would you please check what GPU driver version does your system has in Windows side ? You can run dxdiag to check GPU driver version on Windows. Could it be recently released NVIDIA 470.76 ? thanks! |
@jenatali For me it's pretty much 100%. @hideyukn88 Yeah I'm on 470.76: Here's dxdiag:
|
What happens if you run Edge with gpu but using wayland instead of x11? |
That works perfectly fine for me. |
That does work. But some other features don't work:
No flags
|
Installed Nvidia new official drivers 471.11 but still has this resizing issue with X11 Edge+GPU. Wayland Edge+GPU resizing works but scroll is indeed broken since Edge-dev version 92.0.902. So the latest Edge-dev where window resizing works for me with GPU enabled and working scroll is version 92.0.891 with wayland.
|
This problem seems fixed for me. I updated everything and now I can resize x11 apps with GPU acceleration without problem.
|
Same here, seems fixed on the following versions:
|
Windows 11 21H2 22000.194 Problem persists when running the apps as explained https://docs.microsoft.com/en-us/windows/wsl/tutorials/gui-apps But it is resolved after installing X11 ( |
It works meanwhile at my end as well but I do not have x11-apps installed. |
Tried this on a |
Seeing this with vscode as well. Ubuntu 20.04, NVIDIA 510.06 driver. |
Based on our investigation, this issue should be fixed by below commit in mesa. If anyone needs to be unblocked or simply just tryout, please apply below commit to whatever version of mesa you are currently using and let us know how do you see. Thanks! https://gitlab.freedesktop.org/mesa/mesa/-/commit/7ff30a0499bd872d77b0f377414bbc03463b9f87 |
Environment
Steps to reproduce
Make sure Edge has hardware acceleration:
Then:
microsoft-edge
🐛 The window contents get frozen forever. Edge continues running since moving the mouse around still makes the mouse cursor switch to the respective CSS rules, the view never rerenders again. No interesting output comes from the terminal.
--disable-gpu
Here's how it looks:
Logs
/mnt/wslg/weston.log
Nothing interesting here...
/mnt/wslg/versions.txt
glxinfo -B
microsoft-edge
Expected behavior
I expected the app not to freeze at all.
Actual behavior
The app freezes when resizing the window.
The text was updated successfully, but these errors were encountered: