From: Felix B. <lin...@gm...> - 2023-11-28 13:36:01
|
Ahoj, `gddccontrol` asked me to send you the output of `LANG= LC_ALL= ddccontrol -p -c -d`: > Warning! > There is no support for your monitor in the database, but ddccontrol > is using a basic generic profile. Many controls will not be > supported, and some controls may not work as expected. > Please update ddccontrol-db, or, if you are already using the latest version, please send the output of the following command to ddc...@li...: > > `LANG= LC_ALL= ddccontrol -p -c -d` > > Thank you. So here I do: ``` ddccontrol version 1.0.0 Copyright 2004-2005 Oleg I. Vdovikin (ol...@cs...) Copyright 2004-2006 Nicolas Boichat (ni...@bo...) This program comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of this program under the terms of the GNU General Public License. Detected monitors : - Device: dev:/dev/i2c-11 DDC/CI supported: Yes Monitor Name: VESA standard monitor Input type: Digital (Automatically selected) - Device: dev:/dev/i2c-4 DDC/CI supported: No Monitor Name: VESA standard monitor Input type: Digital Reading EDID and initializing DDC/CI at bus dev:/dev/i2c-11... I/O warning : failed to load external entity "/usr/share/ddccontrol-db/monitor/JDI0031.xml" Document not parsed successfully. EDID readings: Plug and Play ID: JDI0031 [VESA standard monitor] Input type: Analog =============================== WARNING =============================== There is no support for your monitor in the database, but ddccontrol is using a basic generic profile. Many controls will not be supported, and some controls may not work as expected. Please update ddccontrol-db, or, if you are already using the latest version, please send the output of the following command to ddc...@li...: LANG= LC_ALL= ddccontrol -p -c -d Thank you. =============================== WARNING =============================== Capabilities: ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 ioctl(): Inappropriate ioctl for device ioctl returned -1 Capabilities read fail. Controls (valid/current/max) [Description - Value name]: ``` (It stalls at this stage.) Regards! |