[deepin exploration] shell脚本解决deepin屏幕亮度无法修改
Tofloor
poster avatar
止水
deepin
2024-04-10 14:51
Author

具体文件请访问https://github.com/VennisWatsoni/Backlight-control-of-deepin-oled-screen-by-shell-accekerator-keys..git

Backlight-control-of-deepin-oled-screen-by-shell-accekerator-keys.

#安装bc(shell的算数运算)

sudo apt-get install -y bc

#测试shell脚本是否有效
sh /yourfile/light-.sh

sh /yourfile/light+.sh

#将脚本移动到合适的目录下如/usr/local/bin

sudo mv light-.sh /yourfile

sudo mv light+.sh /yourfile

#修改deepin设置>键盘>快捷键>自定义+
#添加命令sh /yourprofile/light+.sh
#绑定快捷键
#light-同上

#修改请参考脚本内的注释
#如有问题敬请斧正

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2024-04-10 15:59
#1

这个是因为有部分设备无法驱动的原因?可以分享下具体的设备配置信息,这类用户应该也可以试试这类方法。

Reply View the author