Closed mihstaz closed 2 months ago
It seems like when system starts ddcutil is not able to communicate.
Disable the extension and run this in the shell after fresh boot, post the output here.
ddcutil detect --brief
ddcutil getvcp D6 --brief --bus 5
ddcutil getvcp 10 --brief --bus 5
$ ddcutil detect --brief Display 1 I2C bus: /dev/i2c-2 DRM connector: card0-HDMI-A-1 Monitor: ACR:V193:LHW0D1558533
Invalid display I2C bus: /dev/i2c-5 DRM connector: card0-eDP-1 Monitor: NCP::
$ ddcutil getvcp D6 --brief --bus 5 DDC communication failed for monitor on bus /dev/i2c-5
$ ddcutil getvcp 10 --brief --bus 5 DDC communication failed for monitor on bus /dev/i2c-5
/dev/i2c-5 is the display of my laptop, heres the result when checking the external monitor:
$ ddcutil getvcp 10 --brief --bus 2 VCP 10 C 0 100
$ ddcutil getvcp D6 --brief --bus 2 VCP D6 SNC x01
I also use this extension on my desktop with ubuntu 22.04 (Gnome 43 I think and extension version 36, no issues there).
Also, idk if this is relevant, but my laptop gets used at different locations with different monitor setups. Didn't cause any issues when using the same versions as the desktop though.
Could you enable verbose logging in the extension and then reboot the laptop, the post the log here.
I would like to see how many monitors are detected at the time of boot. It could be some hardware and ddcutil issue than extension issue.
Same problem, it doesn’t always happen either
`ddcutil detect --brief ddcutil getvcp D6 --brief --bus 5 ddcutil getvcp 10 --brief --bus 5 Display 1 I2C bus: /dev/i2c-0 DRM connector: card1-HDMI-A-1 Monitor: GSM:LG FULL HD:010NTGY2M919
No monitor detected on bus /dev/i2c-5 No monitor detected on bus /dev/i2c-5 `
I cannot help you without verbose debugging information.
You probably have some issue with ddcutil not being able to get the correct values in time. Probably you have some driver issue with i2c not loading in time. I would like to see the error ddcutil is giving to this extension.
Describe the bug The extension needs to be disabled and re-enabled for the slider to appear in the system menu.
To Reproduce Steps to reproduce the behavior: Install extension on Ubuntu 23.10, enable the extension and reboot.
Journal logs You need to enable
Verbose debugging
from this extension's settings and then reload this extension first.Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The icon of the extension is shown in the system 'tray', but the slider is not there. I have to manually disable and re-enable the extension for everything to work properly.