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

Set screen resolution when open stream window #376

Open
kelvin8906 opened this issue Jul 27, 2024 · 1 comment
Open

Set screen resolution when open stream window #376

kelvin8906 opened this issue Jul 27, 2024 · 1 comment

Comments

@kelvin8906
Copy link

Is your feature request related to a problem? Please describe.
My PC is using UHD 620 which is a "low power" NUC. My ordinary resolution is set to 4k, but when using any streaming tool, it use a engine (opengl/valkan/etc) to render decoded frame. Thus makes the graphic stutter dealing with 4k texture surface.

Describe the solution you'd like
In video - window type, it is better to add an option call (Forced fullscreen) or (Fixed resolution fullscreen). Before entering stream session, set the window resolution to target resolution. When steam ends, rollback to previous resolution.

Describe alternatives you've considered
People using integrated graphics can also set resolution to 1080p mannually, it can also do the tricks.

@streetpea
Copy link
Owner

streetpea commented Aug 29, 2024

@kelvin8906 I guess you are talking about switching the resolution at the screen level. That would require using the OS APIs to do so I guess. If you want to work on that feel free as it's open source. Otherwise, I'm not super keen to add something like this.

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