-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] Chromium headless on Windows does not launch without --disable-gpu #2698
Comments
@arjun27 Could you share a stack trace from launch? (try DEBUG=pw:browser if it is missing)? Chromium is supposed to either use machine GPU or fall back to CPU-based compositing if that GPU is blocklisted. Visiting |
Attached logs from about:gpu |
Closing as a part of triage. Please feel free to re-file with additional details in case it is still an issue. |
I'm seeing a few internal MS customers run into issues with launching Chromium headless on Windows. These users are able to use Chromium with the
--disable-gpu
flag. Should we make this a default for Windows? What would be the downside?Related chromium upstream issue: https://bugs.chromium.org/p/chromium/issues/detail?id=737678
The text was updated successfully, but these errors were encountered: