Posts by Nicro

    Thanks for the Insight,

    I already knew about system-tools/I2C from my argon one case. I had tried the Ubuntu package, which didn't work for me (maybe OP there was not using an RPi and thus had access to libX11? It is dynamically linked). My build fails on libjansson, which is not something I will find in LE. Static linking is a good tip, but so far I couldn't make the exe build with static linking. I will ask about that on the ddcutil side.

    I also briefly went the 'Fine, I'll do it myself'-route, since there are python-bindings for DDC/CI. The backend seems very doable, but with monitor-selection being a dynamic scan and capabilities being monitor-dependent, I couldn't figure out a good settings-UI fitting Kodis static UI-framework.

    Hey there,

    I know there are two topics about this already, Namely Help installing DDCUTIL and Please add brightness control via ddcutil .

    However, even compiling on RPi-OS with the x11-compat disabled, leaves LE missing the necessary libraries.

    I would like to use it to power on/off my monitor, as well as potentially setting the active source and KVM-peripherals when it's being used. The monitor is a Philips 439P1/00 with neither CEC, nor DPMS. I can reach it through I2C/ddcutil on both RPI-OS and my Ubuntu Desktop.

    Is there a way I can run ddcutil or otherwise invoke the I2C-calls in LE/Kodi?