Bug 445545 - Add virtual monitor (headless backend) support
Summary: Add virtual monitor (headless backend) support
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-15 17:51 UTC by quininer
Modified: 2021-11-16 13:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?