Replies: 19 comments 11 replies
|
Not at the moment. |
|
Not only for that, it is also needed for virtual desktops in VR / MR (which I am planning to do in the future). People reported successfully using headless outputs in Hyprland for use in the Immersed virtual desktop environment. I have no deeper knowledge about this topic, but this sounds to me like the used smithay toolkit already somewhat supports these kind of usecases: Smithay/smithay#287 |
|
If you make support for headless output, please consider including a way to detach an existing session from its display and make it headless. A use case for this is starting a VM with VFIO gpu passthrough, without having to kill the user session. |
|
I have found a usecase for headless, I have found myself wanting to test niri on all sorts of different interaction methods and one of the more convenient ways of doing this is using streaming solutions such as sunshine + moonlight. The goal would be to create a headless session at whatever output is desired, then stream that to whatever interface I am testing on. This isn't the nicest solution in the world, but it should work fine. |
|
One more really nice use case that I've been relying on with other wayland compositors (Sway and River) is to repurpose other devices as extra monitors by piping the contents of headless outputs to theirs screens through VNC. |
|
Oh, I would love this feature as well! My use case is basically we have a media server at home, which output is constantly driving the TV and i am also remotely accessing it as a different user. I currently use a virtual x11 display coupled with VNC to use for everything as my laptop is not performant. But it would be so much better to use niri with a "virtual" output! |
|
i dont have a second monitor, and sunshine/moonlight with a headless display is a great way to use one of my other devices as one. |
|
I second this, it would be really nice to have a headless display option in Niri |
|
Third this! I love using vnc as a nice virtual monitor whenever i need some extra space :) |
|
+1 for NixOS e2e tests |
|
Any update on this? i need this for sunshine and moonlight streaming |
|
Would love to also have this for using my devices as a second monitor with sunshine + moonlight |
|
I have implemented it on my fork: https://github.com/QaidVoid/niri/tree/feat/virtual. It's not polished but it works for my use case. Tested with moonlight/sunshine and wayvnc.
|
|
I'd love to see headless niri for running wayvnc without local graphics output |
|
Another vote here - sunshine/moonlight being my primary use case |
|
Definitely another vote here. |
|
Would love to see this feature added for use with sunshine |
|
it's very useful for me, so im casting a vote! |
|
Sizable write-up for virtual outputs in #3101. |
Uh oh!
There was an error while loading. Please reload this page.
Does Niri have the ability to create headless outputs that aren't tied to any physical monitor? e.g. for programs like Moonlight/Sunshine?
e.g. https://wiki.archlinux.org/title/Sway#Create_headless_outputs
All reactions