Skip to content
Discussion options

You must be logged in to vote
output "HDMI-A-1" {
    mode "1920x1080@144.001"
    position x=0 y=0
}
output "HDMI-A-2" {
    mode "1920x1080@60.000"
    position x=-1920 y=0
}

Your monitors are directly adjacent, is one hitting the top left of one of them triggering top right in the other? Try adding this to whichever one is on the left:

hot-corners {
    off
}

Also, I'm fairly sure you can set HDMI-A-2 to be at x=0 y=0 HDMI-A-1 to be at x=1920 y=0 without any issues, which I only mention because negative coordinated can cause issues.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@silvia552
Comment options

@Uzlkav
Comment options

Answer selected by silvia552
@silvia552
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants