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

Asus ProArt Display PA348CGV - not detected (but work with other software) #457

Closed
olegolegoleg opened this issue May 1, 2023 · 5 comments

Comments

@olegolegoleg
Copy link

Hi! The Asus ProArt Display PA348CGV monitor is not detected:
image

But I am able to change brigtness via ScreenBright app (it is also using DDC/CI):
image

Also DDC/CI is enabled for sure:
photo_2023-05-01_22-10-52

Interesting, that after reinstall or update of the nVidia dirver (my GPU is GT 1030) Monitorian detects monitor correctly 1 time and allow to change brigtness.

I've genereted and added probe.log:
probe.log

@emoacht
Copy link
Owner

emoacht commented May 1, 2023

Thanka for the log.
The probe.log indicates that your monitor did not report its capabulities at all but getting/setting brightness was successful.
For such weird monitor, preclear option can be used. #270 (comment)

@olegolegoleg
Copy link
Author

Hi @emoacht, thanks you very much! Now all works with "/preclear + DeviceInstanceId" argument. The probe.log contains DeviceInstanceId in 2 formats (lower and upper case and only upper case letters):

  • DISPLAY\\AUS342E\\5&27a40ad2&0&UID184576
  • DISPLAY\\AUS342E\\5&27A40AD2&0&UID184576

In my case only first (lower+upper) works – DISPLAY\\AUS342E\\5&27a40ad2&0&UID184576

The compleate target in the shortcut:
"C:\Program Files (x86)\Monitorian\Monitorian.exe" /preclear "DISPLAY\\AUS342E\\5&27a40ad2&0&UID184576"

image

Thanks again, really nice app! Feel free to close the ticket

@emoacht
Copy link
Owner

emoacht commented May 3, 2023

Yes, the ID is case-sensitive.
It is because the device instance ID obtained by Device Context method is used internally to compare IDs and case-insensitive comparison requires a bit more cost than case-sensitive one. But perhaps the difference is neglisible. I will consider it.

@ryankhart
Copy link

I seem to have the same issue with my Asus monitor. It's an Asus PB278.
probe.log
operation.log

However, I was able to work around the issue and get it resolved, at least temporarily, by using the instructions found here.

@emoacht
Copy link
Owner

emoacht commented May 13, 2023

Changed 97766cc

@emoacht emoacht closed this as completed May 13, 2023
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

3 participants