Problem with backlight gmux_backlight

I have a similar issue. Here is my output. Noob here so not sure what to do with this info.

ls /sys/class/backlight/

lrwxrwxrwx 0 root 26 Jan 16:50 gmux_backlight -> ../../devices/pnp0/00:03/backlight/gmux_backlight
lrwxrwxrwx 0 root 26 Jan 16:50 intel_backlight -> ../../devices/pci0000:00/0000:00:02.0/drm/card1/card1-LVDS-2/intel_backlight

systemctl status systemd-backlight@*

fish: No matches for wildcard “systemd-backlight@”. See help expand.
systemctl status systemd-backlight@

Thanks in advance for any help.

This failure is because of fish. Try this

bash -c 'systemctl status systemd-backlight@*'

Also post your system info

inxi -Fxxxza

Have you read the explanations on the initial topic? They should help you understand the issue, or maybe it is totally different.


Use proper format for terminal output.

System info:

https://bin.garudalinux.org/?d3c81d3ce283a1e2#Fd2MY1krRhSCFbfEvrDyTqjYATkVM3qwEN2j5ib4zhQJ

https://bin.garudalinux.org/?4afcac5135238dbf#5VrrMc15nCLiEGP6pVQbPiNbNxkQiAgwaQZj8h6yUCuK

bash:

https://bin.garudalinux.org/?e7262e62bf09c316#75Yx4SGKA3wSJyhM2gETiKNWT9y6bYRFEcUh17YcWRoL

https://bin.garudalinux.org/?3a20ead597ba1132#6xji9rTqPdpSQfQuGrjJB7SbFBY8n7gyL27codo9wHYu

OK. I think it's time you describe your problem and provide journal error messages. Read this systemd/Journal - ArchWiki

1 Like

So what is happening is my screen brightness does not change whether I use the panel or keyboard controls. The pop up appears and bar changes when I increase or decrease it but that actual brightness of the screen remains constant.

journalctl

output:

https://bin.garudalinux.org/?6602919250365da7#NK3fvoGLeoqTkdQ1mApGWg2CbGtQaEi92QoqZC8fUC2

You need to learn about filtering journalctl. That’s why I gave you the link. Your posted part is useless for the case. For example:

journalctl -b -g backlight --no-pager --no-hostname

When posting terminal output about one or two pages, post in the forum post directly. If it’s longer use bin.garuda.

Type: Laptop System: Apple product: MacBookPro9,1

Special case.
There is an Archwiki page for this. Read it, especially about Fn keys fix and backlight. It suggests an AUR package, which is now not existent.
Maybe try another one, like hbacklight, but you have to read dev’s instructions.

1 Like

Ahh ok thank you. I'll try that. Thanks bearing with my noobness.

2 Likes