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

Provide scaling for HiDPI displays #58

Open
ghost opened this issue Apr 8, 2021 · 1 comment
Open

Provide scaling for HiDPI displays #58

ghost opened this issue Apr 8, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Apr 8, 2021

Provide a way to set a scaling factor for high density displays.

@phil-d-wilson phil-d-wilson added enhancement New feature or request help wanted Extra attention is needed labels Apr 8, 2021
@ghost
Copy link
Author

ghost commented Jun 26, 2021

After playing around for a while, I've found a workaround to achieve the desired effect.

On a display with 1920x1080 native resolution one can create a 150% zoom by setting:

  • FLAGS to --force-device-scale-factor=1.5
  • WINDOW_SIZE to 1280,720

Without setting the window size Chromium will scale beyond the bounds of the screen.

This configuration remains stable when rotating the display with ROTATE_DISPLAY.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant