OLED brightness control

Im on KDE Manjaro.
I have an OLED panel on my Dell XPS 15 7590 Laptop.
Here https:// wiki.archlinux. org/index.php/Dell_XPS_15_7590#Backlight I read to install linux-oled from the AUR.
Installing linux-oled I had this problem:

[...]
==> Verifying source file signatures with gpg...
    archlinux-linux git repo ... FAILED (unknown public key 3B94A80E50A477C7)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build linux-oled

Does anyone know a fix?

You do this from terminal:

gpg --recv-key 3B94A80E50A477C7

and try again to install linux-oled
See reference from here

1 Like

This didnt work for me :confused:
The terminal wrote this.

[sam@xps ~]$ gpg --recv-key 3B94A80E50A477C7
gpg: keyserver receive failed: No name

And if you continue reading the reference i linked, you can use a different server to import keys. Please do that and let us know.

1 Like

This worked! Now I can finally control my brightness!
Thank you very much :heart:
Sorry if I didnt quite understand what you meant at first. Still new to linux. And manjaro as a first distro is tuffer than others I believe.

1 Like

No worries. We are here to guide and sometimes push members to keep on investigating. In time, so be patient, things will get more clear and you will be amazed by how much you learned :wink:
Cheers!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.