i have a 14" laptop 2880x1800 res and a usb monitor also 14" with 1920x1080 and both monitors are scaled together with the user interface scale setting in display options, can i un-couple it? things look perfect on the lappy monitor but HUGH and almost nothing fits on the external.
does it have to be on or off on both at the same time? question is in regards to xorg, seems weyland has it down pat.
You really would be better off just sticking to Wayland. There is very little focus on Plasma X11 by KDE developers nowadays, as these 2 comments by a KDE developer in this thread on the KDE Discuss forum indicate:
KDE have made it quite clear over the past year or two that Plasma’s future is Wayland. They’ve even recently split the kwin repos so that new features can be rolled out to Plasma Wayland without having to add them to Plasma X11:
Future of KWin/X11
KWin/X11 will be still maintained for the foreseeable future. But that maintenance work will boil down to fixing build errors, adapting to new KDE Frameworks and Plasma APIs, and backporting window-related fixes from KWin/Wayland. There are no plans to drop KWin/X11 in the Plasma 6 lifecycle, although it’s highly possible that it will happen in Plasma 7.
KWin/X11 won’t receive new features anymore; until recently, it received new features that had been developed against KWin/Wayland passively (because both lived in the same repository). However, it might be actually a good thing because the X11 session doesn’t receive that much testing nowadays.
You could set the same resolution on both (I do it), but in this case I don’t think the aspect ratios match. Also that’s not really what you’re asking for.
You can apply a scale or transform using xrandr. This is from an old script I still have lying around, I think I used it for a while, but it was some time ago and my memory is vague.
Wayland is genuinely more versatile when it comes to multiple monitors. Plus, it’s more performant generally; Nvidia graphics users still suffer the occasional hiccup.
Important to note is that xrandr doesn’t work with Wayland, but there are several alternatives - wlr-randr comes to mind.
Generally speaking there is little need to manually set resolutions as they are usually provided through EDID (Extended Display Identification Data).