十年網(wǎng)站開發(fā)經(jīng)驗(yàn) + 多家企業(yè)客戶 + 靠譜的建站團(tuán)隊(duì)
量身定制 + 運(yùn)營(yíng)維護(hù)+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
方法如下:
專業(yè)從事成都做網(wǎng)站、網(wǎng)站制作、成都外貿(mào)網(wǎng)站建設(shè),高端網(wǎng)站制作設(shè)計(jì),小程序開發(fā),網(wǎng)站推廣的成都做網(wǎng)站的公司。優(yōu)秀技術(shù)團(tuán)隊(duì)竭力真誠(chéng)服務(wù),采用HTML5建站+CSS3前端渲染技術(shù),響應(yīng)式網(wǎng)站,讓網(wǎng)站在手機(jī)、平板、PC、微信下都能呈現(xiàn)。建站過程建立專項(xiàng)小組,與您實(shí)時(shí)在線互動(dòng),隨時(shí)提供解決方案,暢聊想法和感受。
1.
在命令行下
export
ps1='[\u@\h
\w]\$'
2.
如果不想顯示全路徑,只顯示當(dāng)前目錄名,可以
export
ps1='[\u@\h
\w]\$'
3.
如果要每次啟動(dòng)機(jī)器都有同樣的效果,把這行命令放在自啟動(dòng)的腳本里就行了。
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
一步一步的往下干.
待機(jī)休眠是要手動(dòng)的。
你說的那個(gè)是screen save吧?就是屏保。
System - Preference - ScreenSaver設(shè)置一下就可以了。
我的是Fedora9的Gnome桌面,點(diǎn)“系統(tǒng)”》“首選項(xiàng)”》“觀感”》“屏幕保護(hù)程序”,打開屏幕保護(hù)程序首選項(xiàng),將“計(jì)算機(jī)空閑時(shí)激活屏幕保護(hù)程序”前面的勾去掉,關(guān)閉?;蛘邔ⅰ坝诖藭r(shí)間后視計(jì)算機(jī)為空閑”后面的時(shí)間拉長(zhǎng)一些。suse應(yīng)該差不多。
首先要解釋下DPMS的意思,dpms可以認(rèn)為是一個(gè)顯示能源管理系統(tǒng),一般用于計(jì)算機(jī)功耗的管理。
在linux中有幾個(gè)選項(xiàng):
To control Energy Star (DPMS) features:
-dpms????? Energy Star features off? 關(guān)閉節(jié)能模式
+dpms????? Energy Star features on 打開節(jié)能模式
dpms [standby [suspend [off]]]
force standby 強(qiáng)制待機(jī)
force suspend 強(qiáng)制休眠
force off 強(qiáng)制關(guān)閉屏幕
force on 打開節(jié)能模式
(also implicitly enables DPMS features)?
a timeout value of zero disables the mode(測(cè)試系統(tǒng) red flag linux)
standby 待機(jī)
suspend 休眠
off 關(guān)閉屏幕
xset的意思是xwindow設(shè)置
linux關(guān)閉顯示器命令:xset dpms force off
系統(tǒng) ——首選項(xiàng)——屏幕保護(hù)程序
把屏保勾掉,電池管理可以讓機(jī)器常亮,對(duì)照這個(gè)操作