Open probonopd opened 3 years ago
Maybe @evadot knows?
We do not expose the i2c device node currently. I have some almost finished work https://reviews.freebsd.org/D33053 that fixes this. I have no idea about nvidia.
Very cool that this is being developed. Thanks a lot @evadot.
helloSystem should get the ability to control external displays (e.g., change the brightness).
Need to find out the state of the Display Data Channel/Command Interface (DDC/CI) on FreeBSD. https://www.reddit.com/r/freebsd/comments/ke51oq/controlling_displays_with_ddcci/ is wondering the same thing.
Wikipedia:
https://www.ddcutil.com/release_notes/ says:
@rockowitz, the developer of
ddcutil
, has loaded the i2c driversiicbus.ko
,iic.ko
, and video drivernvidia.ko
, but the devices/dev/iicN
do not exist (which I can confirm). Are we missing something or is additional development within FreeBSD necessary to access the i2c bus that is used for display communication?https://forums.freebsd.org/threads/accessing-i2c-devices-from-userspace.77145/