Bug 445545

Summary: Add virtual monitor (headless backend) support
Product: [Plasma] kwin Reporter: quininer <quininer>
Component: wayland-genericAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: quininer, xaver.hugl
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description quininer 2021-11-15 17:51:51 UTC
In x11, we can add virtual display devices through `xrandr`, but in wayland, we need kwin to provide a specific interface.

Gnome and Sway already support this feature, it will be useful if kde can support it.
see https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1698 and https://github.com/swaywm/sway/pull/5216
Comment 1 Zamundaaa 2021-11-16 09:18:00 UTC
KWin from git master already supports that through xdg portals
Comment 2 quininer 2021-11-16 13:48:09 UTC
(In reply to Zamundaaa from comment #1)
> KWin from git master already supports that through xdg portals

This sounds great, is there a document describing how to create a virtual monitor on git master?