-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Create virtual screen to use as second screen #7
Comments
This is currently not possible, but might be in the future when virtual displays are added to wlroots. |
The feature for virtual displays has just been merged into Sway. It involves creating a new display and specifying it's backend as headless and will be included in the 1.5 release. See here: swaywm/sway#5216. There currently isn't any documentation (that I could find) but you might be able to derive the options by reading the relevant code here:https://github.com/swaywm/sway/blob/master/sway/commands/create_output.c |
It works with
(Importent change the resolution before starting wayvnc ... there are some errors ....) It is really slow + sometime it closed the connection without reason, and sometimes it crashed. |
There's not a lot of logging, but there is some debug logging available if you run meson with It could be "slow" for multiple reasons: network connection, poor client, slow computer or poorly chosen encoding method. |
@vidister I found this because I'm trying to use wayvnc to extend a screen to my Ipad, did this ever work for you? |
@ldelossa #7 (comment) a few comments above (swaymsg commands to create display and use it with wayvnc) should be what you're trying to do, what's wrong with it? |
More looking for, what app and how did you connect via IPad. Maybe some docs related to getting it to work with a new IPAD. |
This fixes issue any1#7
Is there a way to automatically create a virtual screen as vnc source?
The background is that I want to use my iPad as a second screen for my computer.
The text was updated successfully, but these errors were encountered: