this post was submitted on 09 Jun 2024
740 points (95.2% liked)

linuxmemes

20844 readers
2128 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fishbone@lemmy.dbzer0.com 1 points 3 months ago (1 children)

Could you expand on that a bit? What do you mean by 'work better'?

For context, my main monitor is the one I want working well (any gaming is exclusively on my main). My second monitor is only used for more screen space, and occasionally playing videos (I don't care if it's high quality if it's on my second).

[–] erev@lemmy.world 2 points 3 months ago (1 children)

Multimonitor is just a better experience on Wayland. For instance, you can have different refresh rates for your monitors and the way it's handled isn't janky and hacky.

[–] fishbone@lemmy.dbzer0.com 1 points 3 months ago (1 children)

Noted. both my monitors are 75hz and capable of variable refresh rate, so in theory they don't need to have different refresh rates for my setup, but I imagine playing games and watching a video might throw a slight wrench in that. Just out of curiosity for my options, would plugging my second monitor directly into my Mother board help mitigate any issues on that front (instead of having both plugged into my GPU)?

[–] erev@lemmy.world 2 points 3 months ago (1 children)

it's not a setup issue, it's a hard limit of xorg. maybe having two xservers may help, but then you wouldn't be able to move windows between them. the way multiple monitors are done using x is that they're treated as one continuous screen, but that means it can get a bit wacky because they're not the same.

[–] fishbone@lemmy.dbzer0.com 1 points 3 months ago

Ah, makes sense. I kinda figured it wouldn't be that easy to solve, but I had hope that it might have a 'cheap' workaround.