求助!!!(主要关于屏幕亮度的问题)
Tofloor
poster avatar
wang20180128
deepin
2018-01-29 23:00
Author
本帖最后由 wang20180128 于 2018-1-29 15:33 编辑

本人电脑小白,前两天装了deepin 15.5桌面版,觉得非常好用,但有两个问题没用解决:
1.屏幕亮度太暗,而且在设置中无法调整;
2.在软件中心安装了一个天气软件,但是无法卸载,右键卸载显示卸载失败;
先谢谢大家了。
Reply Favorite View the author
All Replies
avatar
‌量子巡游者
Moderator
2018-01-30 00:50
#1
用调节亮度的按键,实在不行反馈日志!
Reply View the author
avatar
137******33
deepin
2018-01-30 03:02
#2
这个 把自动调节色温关了应该就行了
Reply View the author
avatar
wang20180128
deepin
2018-01-30 15:54
#3
https://bbs.deepin.org/post/152589
这个 把自动调节色温关了应该就行了

也没有用
Reply View the author
avatar
fengying6_6
deepin
2018-01-30 16:19
#4
  1. xrandr --output DP-0 --brightness 1.0
Copy the Code

你看看这个有用没有
Reply View the author
avatar
wang20180128
deepin
2018-01-30 18:41
#5
https://bbs.deepin.org/post/152589
你看看这个有用没有

wangwang@wangwang:~$ xrandr --output DP-0 --brightness 1.0
warning: output DP-0 not found; ignoring
xrandr: Need crtc to set gamma on.
wangwang@wangwang:~$
没有用啊
Reply View the author
avatar
fengying6_6
deepin
2018-01-30 22:50
#6
https://bbs.deepin.org/post/152589
wangwang@wangwang:~$ xrandr --output DP-0 --brightness 1.0
warning: output DP-0 not found; ignorin ...

sorry,
DP-0 实际上是我的显示器名称
你的话要替换成自己的显示器名称
你用xrandr命令查看自己的显示器名称,
Reply View the author
avatar
wang20180128
deepin
2018-01-31 18:39
#7
https://bbs.deepin.org/post/152589
sorry,
DP-0 实际上是我的显示器名称
你的话要替换成自己的显示器名称

wangwang@wangwang:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
   1280x800      60.00*+
   1280x720      59.86  
   1152x768      59.78  
   1024x768      59.92  
   800x600       59.86  
   848x480       59.66  
   720x480       59.71  
   640x480       59.38  
VGA-0 disconnected (normal left inverted right x axis y axis)
DIN disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
wangwang@wangwang:~$ xrandr --output Screen-0 --brightness 1.0
warning: output Screen-0 not found; ignoring
xrandr: Need crtc to set gamma on.
好像也不行啊
Reply View the author
avatar
fengying6_6
deepin
2018-02-01 01:54
#8
https://bbs.deepin.org/post/152589
wangwang@wangwang:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
L ...

你特么挨个试试噻,你这个我感觉应该是 LVDS
因为他说
  1. LVDS connected primary 1280x800+0+0 (normal left inverted right x axis y axis)
  2. 304mm x 190mm
Copy the Code

所以你试试
  1. xrandr --output LVDS --brightness 1.0
Copy the Code
Reply View the author
avatar
wang20180128
deepin
2018-02-03 00:05
#9
https://bbs.deepin.org/post/152589
你特么挨个试试噻,你这个我感觉应该是 LVDS
因为他说
所以你试试

会了会了,确实可以修改,不过我的好像本来就是1.0,我改成了1.5屏幕就变得不舒服了
Reply View the author
avatar
fengying6_6
deepin
2018-02-03 02:10
#10
https://bbs.deepin.org/post/152589
会了会了,确实可以修改,不过我的好像本来就是1.0,我改成了1.5屏幕就变得不舒服了 ...

你别往太上了改,好像最高是1.0,往上了改会变的发白
Reply View the author
avatar
wang20180128
deepin
2018-02-03 23:50
#11
https://bbs.deepin.org/post/152589
你别往太上了改,好像最高是1.0,往上了改会变的发白

恩恩,非常感谢
Reply View the author
avatar
fengying6_6
deepin
2018-02-04 04:17
#12

都是驱动的bug
Reply View the author