rockowitz
rockowitz
Thank you for pointing out the typo. If you want to try using ddcui, I strongly urge you to use branch 0.2.0-dev. The current release branch 0.1.2 is quite ancient....
First, your report caused me to check the shared library page on the ddcutil web site. It's http://www.ddcutil.com/shared_lib_config/. The "Shared Library Configuration" hyperlink to it on page http://http://www.ddcutil.com/building_ddcui/ was incorrect,...
Thanks for the post. Packaging ddcutil/ddcui as flatpack/snap/docker images is on the future enhancement list, but the devil with doing so is all the details that are apparent only to...
The latest changes on the 0.2.0-dev branch disable view selection if no monitors are detected. I believe this addresses the segfault you reported and additional cases such as selecting the...
When you write "the app crashes when I choose one of 3 options in the first menu", I believe you're describing the behaviour without the latest changes. As to "the...
@audunmg What happens if you build from the current official **ddcui** [tarball](https://www.ddcutil.com/tarballs/ddcui-0.2.0.tar.gz)? If it fails, valgrind should pinpoint the exact source file location of the segfault.
@ashirviskas I agree, its not immediately clear whether the parsed capabilities values for non-continuous features are integer or hex. That there's no leading "x" or "0x" seemed natural when the...
amdgpu support for I2C on docking station is a work in progress. I suggest you file a bug report at https://gitlab.freedesktop.org/drm/amd/-/issues. Let me know when you have and I'll add...
Thank you for the report. Apparently you are running the Debian build for the Raspberry Pi. Video driver vc4 is using DRM and /sys in non-conformat ways. See for example,...
@p1r473 I've made a couple changes that reduce the use of /sysfs for video drivers that may not use /sys properly. Let me know if they address your problem.