daitj / gnome-display-brightness-ddcutil

Display brightness slider for gnome shell using ddcutil backend
GNU General Public License v3.0
294 stars 36 forks source link

Not detecting primary display #105

Closed juladuni closed 1 year ago

juladuni commented 1 year ago

Hi,

'ddcutil detect' gets both of my displays and i can control the brightness of both of them via command line aswell. Sadly extension does only recognize one. Any fix for this?

thanks for any help.

Screenshot from 2023-05-05 20-06-27

Screenshot from 2023-05-05 20-06-45

daitj commented 1 year ago

Have you tried disabling the display state check from advanced settings? Also please follow the issue guidelines to get logs, it would be easier to find the solution.

On May 5, 2023 9:10:12 PM GMT+03:00, juladuni @.***> wrote:

Hi,

'ddcutil detect' gets both of my displays and i can control the brightness of both of them via command line aswell. Sadly extension does only recognize one. Any fix for this?

thanks for any help.

Screenshot from 2023-05-05 20-06-27

Screenshot from 2023-05-05 20-06-45

-- Reply to this email directly or view it on GitHub: https://github.com/daitj/gnome-display-brightness-ddcutil/issues/105 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

juladuni commented 1 year ago

Yep, disabling 'display state check' solved the problem. Thanks.