This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Suggestion: allow brute forcing ddcutil commands to "fix" issues on Samsung displays #28
Labels
enhancement
New feature or request
Hi there, this one will require some explanation.
So I have an older Samsung monitor, specifically 24" CF390. The issue is that DDC/CI communication works sporadically (it's just nowhere near consistent) (similar issue here).
So, the fix:
If you try enough times, at some point, you will get a proper output. As such running all
ddcutil
commands until one is successful fixes the issue with my display. I did a very basic modification your code and it works. However I'm not experienced enough to implement this properly, so this issue.If this would be implemented, something like
--force
option could be used withddcci_plasmoid_backend
to enable this functionality.my code (only
subprocess_wrapper
andasync_subprocess_wrapper
require modification):The text was updated successfully, but these errors were encountered: