博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu关闭进入screensaver模式
阅读量:7107 次
发布时间:2019-06-28

本文共 1433 字,大约阅读时间需要 4 分钟。

/********************************************************************************* *                           Ubuntu关闭进入screensaver模式 * 说明: *     在一定时间内未进行shell操作,系统会进入screensaver模式,通过uboot参数禁止。 * *                                              2018-2-26 深圳 宝安西乡 曾剑锋 ********************************************************************************/一、参考文档:    1. How do I disable the blank console “screensaver” on Ubuntu Server?        https://askubuntu.com/questions/138918/how-do-i-disable-the-blank-console-screensaver-on-ubuntu-server/356847    2. setterm command failing: "xterm does not support --blank" and "Inappropriato ioctl for device"        https://github.com/mdrjr/cloudshell_lcd/issues/2    3. Jessie : How to disable CLI screen blanking ? [SOLVED]        https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=122112&sid=6931a43dd5a063441a1d720bdc94b386    4. Disable screen blanking on text console        https://unix.stackexchange.com/questions/8056/disable-screen-blanking-on-text-console    5. Prevent Raspberry Pi console screen blanking        https://defgw.wordpress.com/2015/11/29/raspberry-pi-screen-blanking/二、原因:    Type setterm -blank 0 on any shell to disable blanking out of tty consoles. 0 disables blanking, any value greater than 0 is the time in minutes. Default is 10. To permanently enable this you can add this line to your ~/.bashrc config.

 

转载于:https://www.cnblogs.com/zengjfgit/p/8471516.html

你可能感兴趣的文章
如何从Android so中提取URL
查看>>
function删除js操作cookie
查看>>
200个最常见的JAVA面试问题(附答案)
查看>>
C++ 生成三次贝塞尔曲线
查看>>
【程序5】 条件运算符的嵌套
查看>>
POJ 3259 Wormholes
查看>>
Codeforces Perfect Pair (JAVA)
查看>>
自定义Web控件写事件
查看>>
The document has been modified outside of Code Composer. Would you like to reload the file
查看>>
使用WinAPI全局热键注册和全局模拟按键
查看>>
jQuery.swatches – 把 Div 变成可爱的调色板
查看>>
Dell笔记本Ubuntu无线网卡驱动安装
查看>>
android.database.CursorIndexOutOfBoundsException: Index <m> requested, with a size of <n>
查看>>
C语言位操作--逻辑运算符组合
查看>>
百度文库、优酷、土豆等网站的几个小窍门
查看>>
2013华为招聘上机--- 字符串处理转换
查看>>
Max retries exceeded with ur
查看>>
c#中WebBrowser控件的使用方法
查看>>
第一版
查看>>
PHP时间比较和时间差如何计算
查看>>