Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching to USB C dosent work Asus Pro Art #38

Open
rahulrsingh09 opened this issue Oct 3, 2023 · 0 comments
Open

Switching to USB C dosent work Asus Pro Art #38

rahulrsingh09 opened this issue Oct 3, 2023 · 0 comments

Comments

@rahulrsingh09
Copy link

I ma using m1ddc to try to switch between my USB C and DP setup.
I have currently installed m1ddc in my DP setup
when running the command.

m1ddc display 06B36827-0000-0000-291F-0104B53C2278 set input 27 // for USB C nothing happens

Not sure what is missing here the only thing i can switch is HDMI 1 and 2. rest DP and USB C DP dosent work . Please help


 m1ddc set contrast 5          - Sets contrast to 5
 m1ddc get luminance           - Returns current luminance
 m1ddc set red 90              - Sets red gain to 90
 m1ddc chg volume -10          - Decreases volume by 10
 m1ddc display list            - Lists displays
 m1ddc display 1 set volume 50 - Sets volume to 50 on Display 1

Commands:

 set luminance n         - Sets luminance (brightness) to n, where n is a number between 0 and the maximum value (usually 100).
 set contrast n          - Sets contrast to n, where n is a number between 0 and the maximum value (usually 100).
 set (red,green,blue) n  - Sets selected color channel gain to n, where n is a number between 0 and the maximum value (usually 100).
 set volume n            - Sets volume to n, where n is a number between 0 and the maximum value (usually 100).
 set input n             - Sets input source to n, common values include:
                           DisplayPort 1: 15, DisplayPort 2: 16, HDMI 1: 17 HDMI 2: 18, USB-C: 27.

 set mute on             - Sets mute on (you can use 1 instead of 'on')
 set mute off            - Sets mute off (you can use 2 instead of 'off')

 get luminance           - Returns current luminance (if supported by the display).
 get contrast            - Returns current contrast (if supported by the display).
 get (red,green,blue)    - Returns current color gain (if supported by the display).
 get volume              - Returns current volume (if supported by the display).

 max luminance           - Returns maximum luminance (if supported by the display, usually 100).
 max contrast            - Returns maximum contrast (if supported by the display, usually 100).
 max (red,green,blue)    - Returns maximum color gain (if supported by the display, usually 100).
 max volume              - Returns maximum volume (if supported by the display, usually 100).

 chg luminance n         - Changes luminance by n and returns the current value (requires current and max reading support).
 chg contrast n          - Changes contrast by n and returns the current value (requires current and max reading support).
 chg (red,green,blue) n  - Changes color gain by n and returns the current value (requires current and max reading support).
 chg volume n            - Changes volume by n and returns the current value (requires current and max reading support).

 display list            - Lists displays.
 display n               - Chooses which display to control (use number 1, 2 etc.)

You can also use 'l', 'v' instead of 'luminance', 'volume' etc.
panda@Rahuls-MacBook-Pro ~ % m1ddc display list                                             
1 - ASUS PA279 (06B36827-0000-0000-291F-0104B53C2278)
panda@Rahuls-MacBook-Pro ~ % m1ddc display 06B36827-0000-0000-291F-0104B53C2278 set input 15
panda@Rahuls-MacBook-Pro ~ % m1ddc disp```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant