-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPU: Display scanout resolution regardless of crop mode
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbc16be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could keep an option so that the actual screen resolution seen by users is consistent with the displayed resolution? In this way, when switching between different cropping methods, users can know how many pixels are cropped.
All Borders Crop: full 240 lines
Only Overscan Area Crop: 224 lines
cbc16be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GPU debug window already has that information. The OSD shows the render/scanout resolution, which is independent of cropping.