Skip to content

Switch 3 monitors at once? #478

Closed Answered by DocMAX
DocMAX asked this question in Q&A
Discussion options

You must be logged in to vote

Ok found my solution:

all_hdmi1() {
    ddcutil -b 17 setvcp 0x60 0x11 &
    ddcutil -b 18 setvcp 0x60 0x11 &
    ddcutil -b 19 setvcp 0x60 0x11 &
    wait
}

seem to work best!

Replies: 1 comment

Comment options

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