DDC_CONTROL结构保存由视频端口驱动程序导出的VideoPortDDCMonitorHelper函数所需的函数指针和EDID段信息。HwVidGetVideoChildDescriptor函数(由视频微型端口驱动程序实现)可以调用VideoPortDDCMonitorHelper,以帮助从其子监视器设备读取 EDID 块。 语法 C++复制
DDC_CONTROL 結構會保存VideoPortDDCMonitorHelper函式所需的函式指標和EDID區段資訊,該函式是由視訊埠驅動程序導出。HwVidGetVideoChildDescriptor函式是由視訊迷你埠驅動程式所實作,可以呼叫VideoPortDDCMonitorHelper以取得從其子監視器裝置讀取 EDID 區塊的協助。
On Ubuntu based distrubtionsddccontrol-db, along with utilities, can be installed usingapt: sudo apt install ddccontrol ddccontrol-db gddccontrol Instructions for other distributions will be prepared later. Installation from sources Install build depedencies (on Ubuntu): ...
DDC_CONTROL 結構會保存VideoPortDDCMonitorHelper函式所需的函式指標和EDID區段資訊,該函式是由視訊埠驅動程序導出。 HwVidGetVideoChildDescriptor 函式是由視訊迷你埠驅動程式所實作,可以呼叫 VideoPortDDCMonitorHelper 以取得從其子監視器裝置讀取 EDID 區塊的協助。 語法 C++ 複製 typedef struct _DDC_CONTROL ...
on Ubuntu/Debian:sudo apt install ddccontrol gddccontrol ddccontrol-db i2c-tools on Fedora:sudo dnf install ddccontrol ddccontrol-gtk on openSUSE:sudo zypper in ddccontrol You might need to restart your system after installingi2c-tools.
DDC_CONTROL構造体は、VideoPortDDCMonitorHelper関数で必要な関数ポインターとEDIDセグメント情報を保持します。これは、ビデオ ポート ドライバーによってエクスポートされます。 ビデオ ミニポート ドライバーによって実装されるHwVidGetVideoChildDescriptor関数は、VideoPortDDCMonitorHelperを呼び出し...
typedefstruct_DDC_CONTROL{IN ULONG Size; IN I2C_CALLBACKS I2CCallbacks; IN UCHAR EdidSegment; } DDC_CONTROL, *PDDC_CONTROL; Membres Size Spécifie la taille, en octets, de cette structure DDC_CONTROL. I2CCallbacks StructureI2C_CALLBACKSqui contient des pointeurs vers des fonctions, implémentées...
如果configure脚本成功执行,你可以继续执行后续的编译和安装步骤: bash make sudo make install 这些命令将编译ddccontrol源代码并将其安装到你的系统中。 通过以上步骤,你应该能够解决“pci utils headers not found”的问题,并成功编译安装ddccontrol。如果问题仍然存在,请检查你的系统环境设置或寻求更具体的帮助。
DDC(Direct Digital Control)直接数字控制,通常称为DDC控制器。DDC系统的组成通常包括中央控制设备(集中控制电 脑、彩色监视器、键盘、打印机、不间断电源、通讯接口等)、现场DDC控制器、通讯网络、以及相应的传感器、执行器、调节阀等元器件。 它代替了传统控制组件,如温度开关、接收控制器或其它电子机械组件,及优于...
typedefstruct_DDC_CONTROL{IN ULONG Size; IN I2C_CALLBACKS I2CCallbacks; IN UCHAR EdidSegment; } DDC_CONTROL, *PDDC_CONTROL; Члены Size Задаетразмерэтойструктуры DDC_CONTROL вбайтах. I2CCallbacks ...