Re: Turning off screen blanking
Joerg Redmann <redmann@xxxxxxxxxxxxxx> wrote:
What is the best way to turn off screen blanking?
Putting a little script with "xset s noblank" in
~/.kde/Autostart didn't work.
I think you wanted to do
xset s off
In addition try
xset -dpms
You should also find these settings in some kde gui.
--
Nik
.
Relevant Pages
- Re: Screensaver disabled, screen still blanks
... Yes, that did the trick for FC5, thanks. ... Do I just put a script in there and name it anything I want, ... scripts to run in the Autostart directory. ... Have a look at the man page for xset, and to try it out, just run xset -dpms ... (Fedora) - Re: Screen goes black but set not to in preferences
... and bailing wire to really turn off screen blanking. ... writing a little script that moves the mouse a pixel every 9 ... xset dpms 0 0 0 ... Florian Ludwig ... (Fedora) - Re: [kde-linux] Why is it so difficult to disable a screensaver?
... I ended up disabling a whack of KDE stuff and wrote a little script ... if you `man xset', you'll figure out how not to turn off the ... (KDE) - shell scripting problem
... can anybody tell me the meaning of the following script part ... Exec prefix where autoopts is installed " ... if test x$!= xset; then ... (RedHat) - Re: change keyboard repeat rate
... If debian has an xset built into one of the scripts they supply... ... The default xinitrc script then looks for user-defined files and default ... system files, including .Xresources, .Xmodmap, and .Xkbmap in the user's ... (comp.os.linux.misc) |
|