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

Zephyrus S17 2021 GX703 #2771

Closed
2 tasks done
naixx opened this issue Jun 24, 2024 · 6 comments
Closed
2 tasks done

Zephyrus S17 2021 GX703 #2771

naixx opened this issue Jun 24, 2024 · 6 comments
Labels
question Further information is requested

Comments

@naixx
Copy link

naixx commented Jun 24, 2024

Rules

  • I made myself familiar with the Readme, FAQ and Troubleshooting.
  • I understand that, if insufficient information or no app logs will be provided, my issue will be closed without an answer.

What's wrong?

Neither heatmap, nor ambient not working, limited modes available.

How to reproduce the bug?

Just run

Logs

log.zip

Device and Model

Zephyrus S17 2021 GX703

Additional information.

  1. Missing modes can be easily added by adding the model to AppConfig.IsAdvancedRGB(). It's not the main issue.
  2. After playing with configuration, I see that the app reaches code at AsusHid.WriteAura, it writes color buffer to the stream, but nothing changes. There is no exception.
  3. I've configured the app to not to have direct rgb at IsNoDirectRGB and ambient and heatmap partially works, in sigle color and jerky. That's like a workaround
  4. I've tried OpenRGB and it also doesn't support direct write buffer mode. Non of the single keys were colored. However ArtemisRGB previously did this when I had asus services installed. May be a year ago.

Any ideas what can be done?

Armoury Crate

Uninstalled

Asus Services

0

Version

latest master

OS

Win 10

@seerge
Copy link
Owner

seerge commented Jun 24, 2024

@naixx hello,

You have quite old device, and it's possible that protocol to set colors is different from all other models there.

If existing different approaches (like marking device as IsAdvancedRGB) doesn't help and also OpenRGB can't do anything - it means there is no open information on how to set colors dynamically on your device.

Does something like Ambient mode exist in Armoury Crate for your model ?

@seerge seerge added the question Further information is requested label Jun 24, 2024
@naixx
Copy link
Author

naixx commented Jun 24, 2024

@seerge of course, it exists. So Artemis managed to set keys somehow. I've tried it today, but the latest version fails to detect my asus devices(probably because of absent armory crate services)

@seerge
Copy link
Owner

seerge commented Jun 24, 2024

@naixx then you can try to record payload that AC sends to keyboard

Does your device have per-key RGB ? or is it 4-zone RGB only ?


Posting manual from other issue

Install https://www.hhdsoftware.com/device-monitoring-studio (will require reboot)

  1. Launch Monitoring Studio, pick Asus keyboard device (one with product id from the list)

    static int[] deviceIds = { 0x1a30, 0x1854, 0x1869, 0x1866, 0x19b6, 0x1822, 0x1837, 0x1854, 0x184a, 0x183d, 0x8502, 0x1807, 0x17e0, 0x18c6, 0x1abe };

  2. Double click on it
    Screenshot 2024-01-20 163125

  3. Add Packet View to Procesing and click Start
    Screenshot 2024-01-20 163136

  4. Go to Armoury and set some dynamic mode there

  5. Check if Monitoring Studio catching a lot of data (Armoury spams it like crazy). If NOT - you probably have selected wrong Asus device on step 2 (so need to re-do it)

  6. In Monitoring Studio select Tools -> Save to Log, and save data
    Screenshot 2024-01-20 163247

Upload this data here.

@naixx
Copy link
Author

naixx commented Jun 24, 2024

I assume, it is per key RGB, since I have a rain effect working normally
Will check

@seerge
Copy link
Owner

seerge commented Jul 8, 2024

@naixx any updates here ?

@seerge
Copy link
Owner

seerge commented Jul 21, 2024

Due to lack of response, closed as abandoned

@seerge seerge closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants