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

Windows 11 22H2 - Non-working Acrylic effect, Laggy Blur effect #45

Closed
brys0 opened this issue Jun 15, 2022 · 7 comments · Fixed by #70 or #74
Closed

Windows 11 22H2 - Non-working Acrylic effect, Laggy Blur effect #45

brys0 opened this issue Jun 15, 2022 · 7 comments · Fixed by #70 or #74

Comments

@brys0
Copy link

brys0 commented Jun 15, 2022

It appears on my version of windows 11 seen below has the acrylic effect inoperable and the blur effect lagging the whole PC.
windows_ver

Here is an example with effects being applied:

Code_V0PUy8eKwF.mp4
@amrbashir
Copy link
Member

I see that you're using an insider build of Windows 11. I don't know if microsoft broke the api for blur and acrylic. This will have to wait until it is officially released.

@brys0
Copy link
Author

brys0 commented Jun 15, 2022

Thank you for the timely response. This is unrelated but it appears Microsoft is also creating a new effect called tabbed? If/when this will be implemented on the desktop side I'd love to see it in here as well.

https://mspoweruser.com/microsoft-is-working-on-a-new-blur-effect-for-windows-11/

@amrbashir
Copy link
Member

amrbashir commented Jun 15, 2022

I am aware of that, and I will include it once it is officially out.

Edit: actually we have the code for that effect ready, it is just no exposed. I will check later if it works on windows 11 22H1

Edit2: it has the same effect as acrylic on 22H1, will wait for 22H2.

@mxcop
Copy link

mxcop commented Jun 29, 2022

I've done a little research into this acrylic lag issue, and it seems Electron had the same issue.
And they managed to solve it by reducing the polling rate to the refresh rate of the monitor.

(Here is a link to the issue where this was discussed)
seo-rii/electron-acrylic-window#6

Sadly I have no idea how to do this for a Tauri app.
Nevertheless I thought it might help someone else solve this issue. 😅

@amrbashir amrbashir changed the title Windows - Non-working Acrylic effect, Laggy Blur effect Windows 11 - Non-working Acrylic effect, Laggy Blur effect Jun 29, 2022
@amrbashir amrbashir changed the title Windows 11 - Non-working Acrylic effect, Laggy Blur effect Windows 11 22H2 - Non-working Acrylic effect, Laggy Blur effect Jun 29, 2022
@amrbashir
Copy link
Member

@mxcop this issue is about an insider version of Win 11, and related to acrylic not working at all and laggy blur effect.

If you want please open another issue for the laggy acrylic effect.

@nodgear
Copy link

nodgear commented Oct 9, 2022

Bump:: Window 22H2 is out and being pushed.
This issue persists for now.

Mica effect is working fine.
Blur effect isn't working at all, but lags a lot.
Acrylic doesn't work at all either.

For reference: Mica for everyone is able to apply blur without making win32 apps "laggy", but i understand that this issue is related to mouse pooling rate and should be addressed by Microsoft, not us/

@kittuov
Copy link
Contributor

kittuov commented Oct 24, 2022

I was able to fix the Acrylic not working issue on Windows 22H2 issue. checkout my pull request #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants