2013年6月28日 星期五

How to disable ubuntu 10.04螢幕保護程式與電腦休閒模式

從askubuntu 轉來的http://askubuntu.com/questions/67355/how-do-i-completely-turn-off-screensaver-and-power-management

 

Disable the GNOME Settings Deamon's power plugin from the command line:

gsettings set org.gnome.settings-daemon.plugins.power active false 

Alternatively, using dconf-editor from the dconf-tools package:

enter image description here

For the screensaver:

gsettings set org.gnome.desktop.screensaver idle-activation-enabled false 

Or again via dconf-editor:

enter image description here

shareimprove this answer
 
2 
This does not work. I have an HDMI monitor, and it still turns off after a few minutes. All screensaver and power settings seem to be completely ignored. – Cerin Feb 2 at 23:51

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...