Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFlicker with high DPI resolutions #9413
Comments
bpasero
referenced this issue
May 9, 2017
Closed
VS Code flickers when running on a high DPI external monitor #25934
kevinsawicki
added
blocked
platform/macOS
labels
May 15, 2017
This comment has been minimized.
This comment has been minimized.
It looks like a patch landed in Chrome for this: https://chromium.googlesource.com/chromium/src.git/+/0375ae80fe1d94e9d0fc175ce4312d1b3a6bc168 Could this (simple looking) patch be backported on a 1.7.x release? @cifratila fyi |
deepak1556
referenced this issue
Aug 1, 2017
Merged
Backport fix for flickering web contents on large monitors #331
jkleinsc
referenced this issue
Aug 30, 2017
Merged
Backport fix for flickering web contents on large monitors #10390
This comment has been minimized.
This comment has been minimized.
If this is fixed can this be closed @jkleinsc |
This comment has been minimized.
This comment has been minimized.
Thanks a lot for backporting this fix I am getting confirmation from some insiders testers that the flickering is indeed fixed |
This comment has been minimized.
This comment has been minimized.
Closing as this was fixed via #10390 |
jkleinsc
closed this
Aug 31, 2017
methodbox
referenced this issue
Apr 9, 2018
Closed
Large portions of the window not repainting on high DPI/resolution displays #45492
alexeykuzmin
added
version/1.6.x
version/1.7.x
labels
Apr 28, 2018
This comment has been minimized.
This comment has been minimized.
Landed only in 61.0.3161.0, Chromium 59 (Electron 1.8.x) is still affected. Reopen. |
alexeykuzmin
reopened this
Apr 28, 2018
alexeykuzmin
added
the
version/1.8.x
label
Apr 28, 2018
alexeykuzmin
referenced this issue
Apr 28, 2018
Merged
Backport fix for flickering web contents on large monitors #531
This comment has been minimized.
This comment has been minimized.
happypoulp
commented
Jun 11, 2018
•
I am also reproducing this flickering issue in Electron 2.0.2. Since Electron 2.0.2 embeds Chromium 61 I also tried in "official" Chrome 61 and the issue is also present. I do not reproduce it in Chrome 62 and above. Maybe it could help to apply #12945 on Electron 2.0.2. If I understood correctly, this patch is currently just applied on Electron 1.8.x? |
This comment has been minimized.
This comment has been minimized.
pshirshov
commented
Jun 20, 2018
Still happens. VsCode and other electron apps are flickering on Mojave. |
This comment has been minimized.
This comment has been minimized.
xaviervilla
commented
Sep 16, 2018
•
I've consistently had this identical issue. List of apps effected for me: My OS of choice right now is Ubuntu 16.04. I've tried different drivers, different kernels, etc. There are things that I can do to minimize this issue like going in and changing the chromium flags to --disable-gpu, or disabling hardware acceleration, but it doesn't completely stop the flickering, just reduces it, then I notice my fans kick on because of over stressing, and my battery drains much faster so I'd rather deal with the constant flickering every second. I don't know what logs would be necessary to help with debugging but I'm happy to provide whatever. |
codebytere
removed
version/1.6.x
version/1.7.x
labels
Sep 24, 2018
This comment has been minimized.
This comment has been minimized.
schnittchen
commented
Oct 21, 2018
I experience the same with Rambox v0.6.1-1 (and older), which seems to use Electron 2.0.8 (https://github.com/ramboxapp/community-edition/blob/0.6.1/package.json#L176), on Linux. The severity of the problem depends on the website displayed in Rambox. Trello is almost not usable. When moving the mouse, there is flickering, but there are also severe mispaints such that user interface elements are not visible. I have a 3840x2160 screen resolution, scaled at 2x. The problem goes away when I either
I am using the Intel HD 530 (Skylake GT2) onboard card with Xorg. |
bpasero commentedMay 9, 2017
•
edited
Electron applications on macOS have a chance to exhibit very bad flickering depending on the environment:
This is tracking Chromes bug https://bugs.chromium.org/p/chromium/issues/detail?id=719938 (which got merged into: https://bugs.chromium.org/p/chromium/issues/detail?id=631485). It reproduces in Chrome Stable 58. It does not reproduce in Electron 1.4.x.
Some animations how this looks like for VS Code: