
正文
关闭Linux命令行屏保 linux系统怎么关闭屏保
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
LINUX系统如何去掉屏幕保护
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/win"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "dri"
Load "glx"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "GSM"
ModelName " Plus"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
一步一步关闭Linux命令行屏保的往下干.
相关问答
Q1: Linux系统中屏幕锁定命令?
1、字符界面关闭Linux命令行屏保,按ctrl +s 键关闭Linux命令行屏保,即可关掉屏幕回显关闭Linux命令行屏保,类似于锁屏。按ctrl + q键即可解锁关闭Linux命令行屏保,注意看键盘,当按下ctrl +s键的时候,指示灯scroll lock灯是亮的。
2、图形界面,可以安装slock,下载安装后,直接运行slock命令,系统即进入黑屏,直接输入密码回车即可解锁。
Q2: red hat enterprise linux怎么取消屏幕保护程序或者说是锁屏?
系统 ——首选项——屏幕保护程序
把屏保勾掉关闭Linux命令行屏保,电池管理可以让机器常亮关闭Linux命令行屏保,对照这个操作
Q3: linux如何通过命令行来设置不自动待机不锁屏?
方法如下:
1.
在命令行下
export
ps1='[\u@\h
\w]\$'
2.
如果不想显示全路径,只显示当前目录名,可以
export
ps1='[\u@\h
\w]\$'
3.
如果要每次启动机器都有同样的效果,把这行命令放在自启动的脚本里就行了。
Q4: linux下面强制关闭屏幕命令
首先要解释下DPMS的意思,dpms可以认为是一个显示能源管理系统,一般用于计算机功耗的管理。
在linux中有几个选项:
To control Energy Star (DPMS) features:
-dpms Energy Star features off 关闭节能模式
+dpms Energy Star features on 打开节能模式
dpms [standby [suspend [off]]]
force standby 强制待机
force suspend 强制休眠
force off 强制关闭屏幕
force on 打开节能模式
(also implicitly enables DPMS features)
a timeout value of zero disables the mode(测试系统 red flag linux)
standby 待机
suspend 休眠
off 关闭屏幕
xset的意思是xwindow设置
linux关闭显示器命令:xset dpms force off
关闭Linux命令行屏保的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于linux系统怎么关闭屏保、关闭Linux命令行屏保的信息别忘了在本站进行查找喔。







