fn组合调亮度的时候
Tofloor
poster avatar
503028258
deepin
2013-05-30 09:07
Author
好像屏幕它也把对比度降了,灯不暗
Reply Favorite View the author
All Replies
cxbii
deepin
2013-05-30 19:56
#1
目前的亮度调节是软调节
Reply View the author
zhaixiang
deepin
2013-05-31 03:51
#2
已经添加咯硬件调节(backlight),请更新
Reply View the author
503028258
deepin
2013-06-01 00:09
#3
还是不行啊
Reply View the author
zhaixiang
deepin
2013-06-01 21:17
#4
sudo apt-get install dconf-tools

1. Fn + 亮度调节+-
2. 查看 org.gnome.settings-daemon.plugins.xrandr brightness 是否在变化

如果是在变化,说明更新到我FIX的东东咯;若没变化,说明更新的姿势不对
Reply View the author
dongchuan
deepin
2013-06-02 07:46
#5
我是samsung r428 本子,应调节在ubuntu13.04 上通过这几部可以实现:
1. 安装n卡官方驱动
2.运行 sudo nvidia-xconfig 生成/etc/X11/xorg.conf文件
3.运行 sudo gedit /etc/X11/xorg.conf
and add this line into the Device section:
Option "RegistryDwords" "EnableBrightnessControl=1"
4.运行sudo gedit /etc/default/grub
and change the line:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
5.Update grub with this command:
Code:
sudo update-grub
这样就可以硬调节,但deepin 12.12使用相同操作后,会导致笔记本自带键盘不能用,但可以使用外设USB 键盘,如若取消4步中的修改,笔记本自带键盘就可以使用,求解释
Reply View the author