My current setup includes two 1440p monitors and a 4K TV . In the evening I use a script to switch off the monitors and use the TV. Due to the different resolutions, scaling is a problem. Both X11 and Wayland have their own problems.

My setup: Arch, KDE, Nvidia RTX 2060 with proprietary NVIDIA drivers (edit: version 545.29.06), 2x 1440p 144Hz monitors (DP-0, DP-1), 1x 4K 60Hz TV via (HDMI-0)

X11: Currently my procedure is as follows when I want to switch from monitors to my TV:

  1. I turn the TV on
  2. I change the Global scale to 175% via the KDE GUI. (I haven’t found a command to implement in a script yet)
  3. I use xrandr to switch to the TV only. xrandr --output HDMI-0 --primary --mode 3840x2160 --pos 5120x0 --rotate normal --rate 60 --output DP-0 --off --output DP-1 --off

The monitors turn off, but the TV shows a black screen. After a restart the TV works and the scaling is correct. So far I haven’t found a way to change the scaling and switch to the TV without a restart.

Oddly if I turn on all screens at the same time, it works. All of them show the desktop xrandr --output HDMI-0 --mode 3840x2160 --pos 5120x0 --rotate normal --rate 60 --output DP-0 --primary --mode 2560x1440 --pos 0x1124 --rotate normal --output DP-1 --off --output DP-2 --mode 2560x1440 --pos 2560x1124 --rotate normal However, when I use step 3 afterwards, the TV shows a black screen again.

I tried to find solutions, but it’s hard to figure out, since I’m not sure if it’s a driver problem, KDE problem, …

Wayland:

  • the max refresh rate for the TV is 30 Hz
  • with the TV turned on the system freezes every few seconds for a second or two

I haven’t tinkered with Wayland a lot. The freezes make it a no-go for now. X11 at least has a workaround, even though it’s a bit annoying.

Even though I have used Linux for a while. I’m probably still considered a beginner, so any help would be appreciated.

  • bananaw@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I’m on mobile so formatting might not look the best, but here it goes!

    X11 scaling - does this link help? https://wiki.archlinux.org/title/HiDPI Specifically under either xorg or KDE plasma I think you might be able to find some settings that help

    For Wayland - would wdisplays help you out? I’ve had good results using that along with kanshi.

    As for system freezing, I’m just taking a shot in the dark but this might be a KDE thing based on a quick search. Wayland is new and sexy, but apparently all the bugs aren’t worked out for KDE. This answer isn’t great, and is very hand-wavey, but without more details outside of you’re on KDE I can’t really help much. Unfortunately for you, I switched over to Sway which apparently has better Wayland support out of the box.

  • tomatenjoghurt@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    Don’t really have an Idea, but to add to your problem…

    I have a 4K TV and 2 1080p Monitors and switching beneath them. Using NVIDIA graphics card with up to date drivers. All I can say, I’ve tried using KDE multiple times now, but always ended up getting weird Bugs, Micro stutter, etc on my 4K TV with KDE. So I always reverted Back to Cinnamon, GNOME, etc, because there it is working fine.