SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: jacatone12 on December 02, 2023, 12:19:11 AM

Title: Trying to add brightnes controler
Post by: jacatone12 on December 02, 2023, 12:19:11 AM
Installed the latest SL KDE version on an old Dell Inspiron 1420 which has a rather dimm display.When trying to install brightnes-controller from a ppa I got the follow result:

admin1@inspiron1420:~$ sudo apt-cache search brigtness-controller
admin1@inspiron1420:~$   sudo add-apt-repository ppa:apandada1/brightness-controller
sudo: add-apt-repository: command not found
admin1@inspiron1420:~$

Does this mean I need to install an 'add-apt-repository' feature? Anyone know a solution?
Title: Re: Trying to add brightnes controler
Post by: Filemon7 on December 02, 2023, 06:41:57 AM
Solution is adding it by pip python packages installer: pip install brightness-controller-linux

On github there is writen that you need also PyQt5  so install by the same method and from apt ddcutil also libddcutil4  should help and restart.

I installed those both to test if it works it shows thst not find ddcutil but sliders working.

You need install pip by sudo apt install pip or pip3 depends of python version in repository.

But i was find that to not break python dependencies use pipx and install by sudo apt install pipx

Source: https://github.com/LordAmit/Brightness

To run write in terminal: brightness-controller

Good luck.

Title: Re: Trying to add brightnes controler
Post by: AxL on December 02, 2023, 01:31:49 PM
Quote from: jacatone12 on December 02, 2023, 12:19:11 AMInstalled the latest SL KDE version on an old Dell Inspiron 1420 which has a rather dimm display.When trying to install brightnes-controller from a ppa I got the follow result:

admin1@inspiron1420:~$ sudo apt-cache search brigtness-controller
admin1@inspiron1420:~$   sudo add-apt-repository ppa:apandada1/brightness-controller
sudo: add-apt-repository: command not found
admin1@inspiron1420:~$

Does this mean I need to install an 'add-apt-repository' feature? Anyone know a solution?

Of course, use the official debian repositories. That's why they exist. And not crap for UbuntuTard. (https://i.imgur.com/Lu1NYbU.gif)



Quote from: Filemon7 on December 02, 2023, 06:41:57 AMSolution is adding it by pip python packages installer: pip install brightness-controller-linux
[....]


(https://i.imgur.com/OxkTPyR.gif)  Holy shit, what a way to complicate your life. Instead of using common sense, by using the official debian repositories:


(https://i.imgur.com/hP2c00P.png)








(https://i.imgur.com/uZvkZOF.gif)


Title: Re: Trying to add brightnes controler
Post by: AxL on December 02, 2023, 04:05:35 PM
See also: