码迷,mamicode.com
首页 > Web开发 > 详细

Raspberry 源

时间:2018-06-14 18:20:30      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:lightdm   stc   注释   style   comm   屏幕保护   IV   boot   ras   

1、 改变 raspberry 源

deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then ‘apt-get update‘ to enable ‘apt-get source‘
deb-src http://mirrors.ustc.edu.cn/archive.raspberrypi.org/ stretch main ui

2、 禁止树莓派关闭屏幕

1、打开lightdm.conf
sudo vi /etc/lightdm/lightdm.conf
2.修改lightdm.conf
找到[SeatDefaults]段下的’xserver-command’,取消注释,修改为如下:
#xserver-command=X
修改为
xserver-command=X -s 0 -dpms
Note:
-s # –设置屏幕保护不启用
dpms 关闭电源节能管理
3.重启
reboot

Raspberry 源

标签:lightdm   stc   注释   style   comm   屏幕保护   IV   boot   ras   

原文地址:https://www.cnblogs.com/niuyuxin/p/9183514.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!