-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add common modelines more easily #90
Comments
I plan to make scripting support for this (e.g. with python), would that help out a bit with freedom? |
Yes, that'd be cool. Maybe just a simple CLI wrapper around your core logic? Like VirtualDisplayDriverControl.exe --add 1920x1080x60
VirtualDisplayDriverControl.exe --remove 1920x1080x60 I can see other how other remote desktop solutions could utilize this quite easily, too. |
If what you wanted was a cli wrapper, there's already one in master, see here: Both cli and scripting support will be available (There's actually already a working python module in master too, but I want to rework it) |
@xieve Python bindings are finished and stable now if you want to try them out. I assume that between the cli and python bindings, this report is probably solved by them |
I'm going to close this as it seems to be solved by both the python bindings and existing cli. There's an issue report which has a link to updated builds if you want to try it out. Feel free to comment back onto this issue report #115 if you have any more thoughts/concerns. Thanks! |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Description
Is your feature request related to a problem? Please describe.
I am using Sunshine & Moonlight to stream from my desktop to my laptop and my phone. These two scripts enable me to have a near seamless experience together with virtual-display-rs, provided the resolution of my client corresponds with one of the resolutions I have set. If not, I need to find out what the resolution of my client is and set it. Ideally, I'd be able to set a resolution in Moonlight and if it were not completely uncommon, it would be set on my desktop before connecting. I could also set half the resolution to conserve power and bandwidth.
Describe the solution you'd like
If there was an option to just add most modelines to my virtual monitor with one click, that would be great.
Describe alternatives you've considered
Theoretically, the script author might integrate with virtual-display-rs more tightly and set the resolutions directly. That would be most ideal, but given the simplistic nature of the project, I believe that's rather unrealistic.
Obviously, I can just add all the modelines myself, this is not a huge inconvenience to me, but it is one. Alternatively, a list of common modelines to choose from would also be practical. It could have an "add all" button, maybe.
The text was updated successfully, but these errors were encountered: