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

Improve Mac ARM (Apple Silicon) support #436

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

thibaudgg
Copy link
Contributor

This patch aims to close the issue #421 by doing the following:

  1. Only include the --disable-gpu flag when running on Windows as it is not needed on other platforms and it causes issues on Mac ARM.
  2. Adding the --use-angle=metal flag when running on Mac ARM so the browser uses the Metal API instead of OpenGL.

Close #421

This patch aims to close the issue rubycdp#421 by doing the following:

1. Only including the `--disable-gpu` flag when running on Windows as it
   is not needed on other platforms and it causes issues on Mac ARM.
2. Adding the `--use-angle=metal` flag when running on Mac ARM so the
   browser uses the Metal API instead of OpenGL.

Close rubycdp#421
@route route merged commit 4117050 into rubycdp:main Jan 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove disable-gpudefault flag for Apple Silicon
2 participants