-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cannot set vcp value #2
Comments
Thank you for the error report! First off, DDCRC_RETRIES is indeed a valid status code. 3015 is its That said, there's something peculiar going on here. "ddctool I'm going to suggest several things:
Regards, On 06/11/2016 03:47 PM, serkazak wrote:
|
i think the problem is with write only mode and here is the interrogate by the way i get "(get_hiddev_device_names) scandir() error: No such file or directory" when i issue a command without adl parameter but the rest of the output is the same with and without adl. so i assume it is irrelevant. i cannot run it as root because it cannot find a display : |
On 06/12/2016 06:33 AM, serkazak wrote:
Yep. Error -2001 is ADL error -1 (ADL_ERR). This is in the "something weird is going on" category, since the status
Looks like you're using the integrated Radeon graphics on an ASRock
It's a benign error message that needs to be suppressed. When you don't
Were you running in a windowed terminal on the GUI screen or had you My best hunch is that there's something about your monitor that ADL I'll study things further on my ADL test system and probably push out Sanford
|
I'm able to reproduce the problem on my fglrx test system. Will keep Sanford On 06/12/2016 06:33 AM, serkazak wrote:
|
i switched to radeon driver and now i am able to send vcp commands to the same monitor so it seems to be related with the fglrx driver |
I've applied a fix (file ddc_packet_io.c) that works here and pushed it Sanford On 06/12/2016 06:33 AM, serkazak wrote:
|
Short answer: as expected. Long answer: There are 3 paths for communicating Monitor Control
The error, corrected in the patch I uploaded few hours ago, was in Sanford On 06/12/2016 05:22 PM, serkazak wrote:
|
now i got it working with the updated version with fglrx. stats show no retries and it works as expected thank you. |
I take it I can disregard your post re libudev.h issues. On 06/13/2016 03:51 PM, serkazak wrote:
|
Are you saying that updating fglrx resolved the retries issue? If so, On 06/13/2016 03:51 PM, serkazak wrote:
|
I've added some diagnostic code to try to understand why ddctool does When you have chance, please rebuild ddctool with the current github Thanks, |
i get the following error whenever i try to set a vcp value :
Setting value failed. rc=-3015: DDCRC_RETRIES(-3015): maximum retries exceeded
for instance i send command such as this one
ddctool --adl=0.0 setvcp 10 20
i tried this command maybe a hundred times and it did not work once so i assume maximum retries is not the problem here.
i use debian stable and use fglrx driver. i am using philips 234E5 display. i got no issues building from source and functions such as detect, capabilities, getvcp work fine. am i missing something here? does the return code 3015 refer to anything? here is the commands and features of this display ;
ddctool.txt
i am quite interested in this tool because i change brightness during day and night manually every day. it would be great if i could get this work. also i think tools such as redshift, flux etc could potentially use this tool.
The text was updated successfully, but these errors were encountered: