-
I'd like to run an app in borderless full screen. But I also want to specify the screen resolution, too. I'm currently using exclusive mode, but it has some compatibility issues. Specifically, screen recording using Nvidia's tools doesn't quite work, and screen mirroring has some glitches when GSync is enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think so, I know how to do that on Wayland for example and know that it's possible, but the platform doesn't have the exclusive fullscreen. Be aware that exclusive fullscreen might be not something you really want, what type of software are you developing? If it's a game exclusive fullscreen is something you'd want, but for everything else you better scale everything yourself. If the goal is to let me render at 1920x1080, but let compositor scale to 2560x1440, I think only Wayland has such concept. |
Beta Was this translation helpful? Give feedback.
I don't think so, I know how to do that on Wayland for example and know that it's possible, but the platform doesn't have the exclusive fullscreen.
Be aware that exclusive fullscreen might be not something you really want, what type of software are you developing? If it's a game exclusive fullscreen is something you'd want, but for everything else you better scale everything yourself.
If the goal is to let me render at 1920x1080, but let compositor scale to 2560x1440, I think only Wayland has such concept.