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

RC 1.5 Client login lag on big resolution screens #2302

Closed
Katharsas opened this issue Jul 8, 2021 · 5 comments
Closed

RC 1.5 Client login lag on big resolution screens #2302

Katharsas opened this issue Jul 8, 2021 · 5 comments
Labels
Milestone

Comments

@Katharsas
Copy link
Collaborator

Katharsas commented Jul 8, 2021

Fixed by overwriting webview filter css rule:

In style-webview.css:

.background {
    filter: none !important;
}

Workarounds:

  • Reduce screen resolution or window size
  • Reduce size of webview element on login page
@Katharsas Katharsas added the bug label Jul 8, 2021
@Katharsas
Copy link
Collaborator Author

Katharsas commented Jul 8, 2021

@Brutus5000 it WAS the filter effect xD

@Sheikah45
Copy link
Member

Hmm on my system I am still hitting the function even with filter set to none

@Sheikah45
Copy link
Member

Although I also can't set my resolution high enough to cause the exception

@Katharsas
Copy link
Collaborator Author

You could try to enable Virtual Super Resolution (AMD) or Dynamic Super Resolution (NV) for your desktop and then select higher resolution in OS.

@Brutus5000
Copy link
Member

Should be fixed by now.

@Sheikah45 Sheikah45 added this to the 1.5.0 milestone Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants