mate-desktop / mate-power-manager

Power management tool for the MATE desktop
https://mate-desktop.org
GNU General Public License v2.0
59 stars 51 forks source link

gpm-backlight: silent "no dimming hardware" message unless debug #333

Closed rbuj closed 4 years ago

rbuj commented 4 years ago

320 works fine, but it floods ~/.xsession-errors with:

(mate-power-manager:1589): PowerManager-WARNING **: 21:55:02.775: no dimming hardware
raveit65 commented 4 years ago

Why not adding reviewers for yourself?

raveit65 commented 4 years ago

After https://github.com/mate-desktop/mate-power-manager/pull/320 i see these new warnings in ~/.xsession-errors. My system doesn't use dimming hardware.

(mate-power-manager:2583): PowerManager-WARNING **: 11:04:13.948: Failed to get session for pid 2583: The name is not activatable

(mate-power-manager:2583): PowerManager-WARNING **: 11:04:13.953: could not map keysym 1008ffa8 to keycode

(mate-power-manager:2583): PowerManager-WARNING **: 11:04:13.988: not connected

(mate-power-manager:2583): PowerManager-WARNING **: 11:05:07.082: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:05:07.257: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:26:09.711: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:27:00.307: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:27:50.986: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:28:01.842: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:28:24.906: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:28:29.193: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:29:32.666: using cache for value 100 (probably okay)

(mate-power-manager:2583): PowerManager-WARNING **: 11:29:42.926: using cache for value 100 (probably okay)

Sadly, the last one is repeating. Not sure if it is a good idea to spam .xsession-errors log with this propably dimming warnings.

raveit65 commented 4 years ago

Ok, this silent no dimming hardware, but not the repeating using cache for value 100 (probably okay) and not connected warnings.