Closed flortsch closed 1 month ago
Could you give me the output of ddcutil detect --brief
I will check what type of string match I need to do to filter out phantom and invalid displays?
Here is the output:
❯ ddcutil detect --brief
Invalid display
I2C bus: /dev/i2c-5
DRM connector: card1-eDP-1
Monitor: AUO::
However, I think this is the internal display of my laptop (see the output of my initial comment).
I need the brief output when you have external display connected, then only I will be able to know what to filter out from that output, intial comment is not useful as the errors message there might not exist in the brief output.
Ah, of course, sorry :smile: Here is the output:
❯ ddcutil detect --brief
Invalid display
I2C bus: /dev/i2c-5
DRM connector: card1-eDP-1
Monitor: AUO::
Phantom display
Associated non-phantom display: bus /dev/i2c-8
I2C bus: /dev/i2c-7
DRM connector: card1-DP-2
Monitor: DEL:DELL U2719D:GS9WV13
Display 1
I2C bus: /dev/i2c-8
DRM connector: card1-DP-5
Monitor: DEL:DELL U2719D:GS9WV13
Nice, it is working, thank's a lot :)
Hello!
First of all, thank you for this great Gnome extension! It is working nicely. The only issue I have is that the extension is showing two brightness controls for my monitor (Dell U2719D) instead of one.
Could it be related to the additional
Phantom display
output of ddcutil for my monitor?