Trouble initializing on Arch with KDE Plasma 6
Opened this issue · 3 comments
mssevov18 commented
After compiling rot8 and moving it to /usr/bin/rot8. And running any command other than help gives:
Error: "Unable to find supported Xorg process or wayland compositor: Compositor does not support wlr_output_management_v1.."
I am on HP Envy x360 15 Amd version.
efernau commented
which display server do you use? (x11, wayland...)
mssevov18 commented
I am on wayland.
efernau commented
I think rot8 is not compatible with KDE yet.
rot8 requires wlr_output_management_v1
, I don't believe KDE use this.
KDE is kwin based, not wlroots.
it seems they have something called kde_kwin_outputmanagement
or kscreen-doctor
.
this must be implemented.
pull request welcome.