Ubuntu安装屏幕亮度控制器Brightness

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/someby/article/details/85247885

在使用Ubuntu16.04的时候,发现屏幕亮度控制器没有了,屏幕太亮,看一会眼睛疼,于是就打算安装亮控制器

1.添加软件源

sudo add-apt-repository ppa:apandada1/brightness-controller 

2.更新软件源并安装Brightess

sudo apt-get update sudo 
apt-get install brightness-controller-simple

3.将Brightess固定到任务栏

4.现在就可以打开Brightess进行调整屏幕亮度了

猜你喜欢

转载自blog.csdn.net/someby/article/details/85247885