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

Browservice doesn't use any gpu #146

Open
WindowsDefen517 opened this issue Jan 14, 2025 · 2 comments
Open

Browservice doesn't use any gpu #146

WindowsDefen517 opened this issue Jan 14, 2025 · 2 comments

Comments

@WindowsDefen517
Copy link

WindowsDefen517 commented Jan 14, 2025

image
Browservice doesn't want to use any of my gpu make the experience slow. it's using only my cpu.

@ttalvitie
Copy link
Owner

By default, Browservice uses CPU-based rendering for maximum compatibility, and also because Browservice is anyway inherently a highly inefficient way to show the browser view (due to all frames being compressed as images, transported over network and shown by another browser). If you really want the rendering inside Browservice to use GPU, you could try to add the --chromium-args=use-gl=desktop command line option. But as I explained, I expect the bottlenecks to be elsewhere; you'll probably get bigger speedups by changing the image compression from PNG to a lower quality JPEG compression (e.g. 80) using the selector in the top right corner or the --vice-opt-default-quality=80 command line option.

@WindowsDefen517
Copy link
Author

ah yes it's better, thanks you for your help.

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

No branches or pull requests

2 participants