markbolhuis / hideizo

Linux HID device driver for EIZO EV FlexScan monitors
GNU General Public License v2.0
27 stars 3 forks source link

ev2460 #1

Closed oorlykk closed 3 years ago

oorlykk commented 3 years ago

Hi. thanks for release! I tested it quickly on my ev2460 and brightness value showed normal, but setter no work image

I'll try a little bit later sniff packets via Wireshar and upload

markbolhuis commented 3 years ago

Thank you. Interesting that reading would return the correct value but not writing. I'm not sure what would cause that since the structure is the same.

It would be helpful to have the packets, especially those captured during startup. If you could have wireshark running and capture the traffic exchanged when you start the screen in-style software that would be very helpful.

oorlykk commented 3 years ago

Hello! Sorry, that was my fault. I said, I tested quickly!

Now I spent a little more time for test it and have good news: Brightness setter had no effect because option Auto EcoView was enabled. I disable it and setter work fine. And i tested power, gamma, and profiles and work too correct! Big thanks frined, good job!

_PS: I created branch ev2460tested in my fork and added what i tested._