问题研究-荣耀魔法本亮度不能调节
Tofloor
poster avatar
188******56
deepin
2020-01-14 10:18
Author
本帖最后由 wffger 于 2020-1-14 23:18 编辑

根本问题是无法获取gamma大小。
  1. ydx@ydx-MF:/etc/apt$ xrandr
  2. xrandr: Failed to get size of gamma for output default
  3. Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
  4. default connected primary 1920x1080+0+0 0mm x 0mm
  5.    1920x1080     77.00*
Copy the Code
有的网友建议安装firmware-linux-nonfree,可惜有冲突。这说明笔记本的显示屏硬件驱动和别的硬件驱动有冲突。非专业人士无解。


还有搜索资料时,看到有网友吐槽AMD的R5 3550H芯片对Linux不友好,好长时间都不更新bios,导致很多驱动有冲突。

另外的解决思路:
原装系统15.5是可以调节亮度的,可以请还在用原装系统的网友分享一下xorg的配置:
  1. cd /etc/X11/xorg.conf.d
  2. ls -l
Copy the Code


Reply Favorite View the author
All Replies
avatar
leafgreen
deepin
2020-01-14 13:36
#1
换显卡驱动?
Reply View the author
avatar
188******56
deepin
2020-01-15 03:52
#2

就是不知道怎么换
Reply View the author
avatar
要讲武德
deepin
2020-01-15 05:01
#3
升级内核和固件应该可以
Reply View the author
avatar
antantic
deepin
2020-01-15 05:15
#4
换l成别的系统
Reply View the author
avatar
188******56
deepin
2020-01-15 05:21
#5
如果有大神给个内核剪裁的万能教程,我保证给蓬勃发展的Deepin社区每个月添粪加尿,让小树苗快高长大。
Reply View the author
avatar
leafgreen
deepin
2020-01-16 00:31
#6
https://bbs.deepin.org/post/187959
就是不知道怎么换

系统自带了一个显卡管理器
Reply View the author
avatar
ghostry
deepin
2020-01-16 00:52
#7
有升级过内核吗
Reply View the author
Comments
old
2020-01-16 05:20
升级5.4.11可调整
avatar
hedajun
deepin
2020-01-16 01:30
#8
sudo echo 255 > /sys/class/backlight/amdgpu_bl0/brightness
Reply View the author
avatar
zwt2020
deepin
2020-01-16 01:35
#9
你的magicbook不是定制版啊?
Reply View the author
avatar
akaxygg
deepin
2020-01-16 05:01
#10
9#正解,但不知道你们有没有出现重启后又变暗的情况,我出现了,Thinkpad E485 AMD 2500U
Reply View the author
avatar
akaxygg
deepin
2020-01-16 05:02
#11
https://bbs.deepin.org/post/187959
sudo echo 255 > /sys/class/backlight/amdgpu_bl0/brightness

老哥正解,但不知道你有没有出现重启后又变暗的情况,我出现了,Thinkpad E485 AMD 2500U
Reply View the author
avatar
187******12
deepin
2020-01-16 06:20
#12
sudo gedit /sys/class/backlight/amdgpu_bl0/brightness
改成255,保存退出,就永久改過來了
Reply View the author
avatar
hedajun
deepin
2020-02-03 22:33
#13
https://bbs.deepin.org/post/187959
你的magicbook不是定制版啊?

很早前买的,不是定制版本。
Reply View the author
avatar
hedajun
deepin
2020-02-03 22:35
#14
https://bbs.deepin.org/post/187959
老哥正解,但不知道你有没有出现重启后又变暗的情况,我出现了,Thinkpad E485 AMD 2500U
...

可以多试一试,实在不行就等官方的更新了。
Reply View the author