Replies: 1 comment 1 reply
-
If you patch wayfire like so raspberrypi-ui/wayfire#6, you can turn off your screen and then your session will fall back to headless. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'll start by recognising that I might be the only person on Earth interested in something like this. Second, posting in "General" because I suspect its scope exceeds WayVNC alone (although it's a key part).
I have been using WayVNC + WayFire as the only available way to use my laptop at my office workstation. I use headless because the workstation monitor has a different screen-size and I want the session to fit it. (Also I don't want the physical display to be active when the laptop is not near me.)
To set this up I have to logout my physical session, go to a VT and run the headless session and start WayVNC. It'd be a lot cooler if I could start a headless output (and virtual inputs) within the existing session, create a wayvnc instance for them, move the panel and any running client app windows onto there, and switch off the physical screen (that last part could be optional I guess). Then later the process could be reversed to return to a regular physical session.
I'm just interested in learning whether something like this is architecturally possible with wayvnc and wlroots as they stand; whether they or compositors would have to implement further features to permit it. It seems like something that might be within reach or even already possible, but I don't know enough to fully get a sense of it. Any clues or insight would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions