查看: 2594|回复: 2
收起左侧

[求助] raspberry pi十分钟就关闭屏幕,如何取消呢?

2015-12-23 09:10:33 | 显示全部楼层 |阅读模式
raspberry pi十分钟就关闭屏幕,如何取消呢?
回复

使用道具 举报

2015-12-24 15:50:54 | 显示全部楼层
编辑/etc/kbd/config,推荐用 nano 命令编辑,舍得去弄什么 VIM 啦。命令如下:
#nano /etc/kbd/config
找到如下内容:
# screen blanking timeout. monitor remains on, but the screen is cleared to
# range: 0-60 min (0==never) kernels I've looked at default to 10 minutes.
# (see linux/drivers/char/console.c)
BLANK_TIME=0 #编辑该行,设置为0

# Powerdown time. The console will go to DPMS Off mode POWERDOWN_TIME
# minutes _after_ blanking. (POWERDOWN_TIME + BLANK_TIME after the last input)
POWERDOWN_TIME=0 #编辑该行设置为0  
然后使用 Ctrl+O 保存文件,Ctrl+X 退出编辑器。
最后reboot,搞定
回复 支持 反对

使用道具 举报

2016-1-3 23:02:19 | 显示全部楼层
感谢二楼,正好我也在查这个问题的解决方法。通知也感谢楼主提出此问题。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

热点推荐

关注我们,了解更多

官方微信

服务时间:10:00-16:00

13714503811

公司地址:深圳市龙岗区南湾街道东门头路8号

Copyright © 2012-2020 Powered by 树莓派论坛 2019.4  粤ICP备15075382号-1
快速回复 返回列表 返回顶部