Simple brightness control tool.

Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
Testuser
Samurai
Samurai
Posts: 136
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

Simple brightness control tool.

Post#1 by Testuser » 27 Feb 2022, 11:02

Hi Team,

Simple brightness control tool for laptops using xbacklight (Python Script).

This one uses the program called "Yad" included in the package.

I am not the owner of this program.

For me sliding causes a little bit delay in brightness change, but clicking on certain points instantly changes brightness to that value.

Click out of the window and programs exits.

In python script found below line, which I beleive uses the hardware to control brightness.

SYS_PATH = ["/sys/class/backlight", "/sys/class/leds"]

Please note this package contains an autostart script at location "/home/guest/.config/lxsession/LXDE" I used to set the brightness for me.

https://www.mediafire.com/file/4nls5daj ... 0.xzm/file

:)