betterdisplaycli error handling #3544
-
Given the above, I can't properly file an issue for a problem with my Dell monitor, which I can't control from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi there, there are some examples here: https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI#cli-examples But I understand that the syntax might be difficult. What do you want to achieve? Generally you should send DDC commands like this: For example this sets the brightness directly via DDC to 70:
For setting the brightness with the app in a managed way (use the configured brightness control method):
|
Beta Was this translation helpful? Give feedback.
-
I got also a Failed message when trying to switch an input. When i try to switch the input of the '2' monitor with the CLI it gives 'Failed' as output. I tried both the --namelike and the --name switch with the full name but it doesn't work. However the '1' monitor does switch correctly. Commands i tried:
Also trying to use the serial number as identifier doesn't work. For my usecase i have to send 2 different commands to the different screens. |
Beta Was this translation helpful? Give feedback.
Hi there,
there are some examples here:
https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI#cli-examples
But I understand that the syntax might be difficult. What do you want to achieve?
Generally you should send DDC commands like this:
For example this sets the brightness directly via DDC to 70:
betterdisplaycli set -n=some_part_of_display_name -ddc=70 -vcp=luminance
For setting the brightness with the app in a managed way (use the configured brightness control method):
betterdisplaycli set -n=some_part_of_display_name -brightness=70%