LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Changing the timing of the screensaver from the kernel console and X11??? (https://www.linuxquestions.org/questions/slackware-14/changing-the-timing-of-the-screensaver-from-the-kernel-console-and-x11-293611/)

Shagrath239 02-22-2005 07:14 PM

Changing the timing of the screensaver from the kernel console and X11???
 
Sorry for the n00b kind of question, but I honestly dont know how to change the time for the screensaver to start...

I wanna configure the screensaver of the console and X.org... thanks!

jtshaw 02-22-2005 08:05 PM

To change the console (aka text mode, no X) screen powersaving options check out the setterm command.

setterm powersaving options stolen directly from the man page:
Code:

      -powersave on|vsync
              Puts the monitor into VESA vsync suspend mode.

      -powersave hsync
              Puts the monitor into VESA hsync suspend mode.

      -powersave powerdown
              Puts the monitor into VESA powerdown mode.

      -powersave [off]
              Turns off monitor VESA powersaving features.

      -powerdown [0-60]
              Sets the VESA powerdown interval in minutes.  Without  an  argu-
              ment,  defaults  to  0  (disable  powerdown).  If the console is
              blanked or the monitor is in suspend mode, then the monitor will
              go  into vsync suspend mode or powerdown mode respectively after
              this period of time has elapsed.

For purposes of x, xscreensaver has a configuration program if that is what you use. KDE and Gnome have there own screen saver configuration methods, usually provided in the system utils second of the menu.

gbonvehi 02-22-2005 08:08 PM

If you use xscreensaver as jtshaw pointed, try running: xscreensaver-demo

Shagrath239 02-22-2005 09:09 PM

Thanks for the answers guys.

But here's an issue... if I start xscreensaver-demo, it says that the daemon is not running... and if I leave the computer in X, without use for 10 minutes aprox... it gets black screen, now that's odd... maybe its using the screensaver of the kernel... is that possible?

carboncopy 02-22-2005 09:17 PM

Xwindow use DPMS by default if it detects it on your monitor.

To disable that you need to use [code]

xset -dpms

There is screensaver control there too

xset --help in console in xwindow would give you a good idea.


If you set it this way, you need to include the command into .xinitrc. So that the settings are set everytime you restart xwindow.

gbonvehi 02-22-2005 09:19 PM

Nope, the X server comes with DPMS enabled by default and with default configuration (blank screen after 10 mins :P). You can avoid it by running xscreensaver (the daemon) and then set it using xscreensaver-demo (note that you'll need to run the daemon everytime you start X).

Shagrath239 02-22-2005 09:24 PM

Quote:

Originally posted by carboncopy
Xwindow use DPMS by default if it detects it on your monitor.

To disable that you need to use [code]

xset -dpms

There is screensaver control there too

xset --help in console in xwindow would give you a good idea.


If you set it this way, you need to include the command into .xinitrc. So that the settings are set everytime you restart xwindow.

xset worked like a charm.

I did a "xset s 1", and the screensaver started every second!!! hahaha, so now I'm setting it to 60. :p


I dont wanna use xscreensaver... it seems "heavy", I only have 64 MB of RAM, so every MB counts, so, thanks :D

Shagrath239 02-22-2005 09:31 PM

HAHAHAHA "xset b" is amazingly fun!!! try it!!!

You can set the vol, pitch, and duration of the PC Speaker bell, im having a blast right now!!! :D

carboncopy 02-22-2005 09:51 PM

Quote:

Originally posted by Shagrath239
HAHAHAHA "xset b" is amazingly fun!!! try it!!!

You can set the vol, pitch, and duration of the PC Speaker bell, im having a blast right now!!! :D

Yuh, can use this to phreak phone, if it still works nowadays. An instant MultiFrequeny'er (MF'er) on your desktop. :)


All times are GMT -5. The time now is 12:11 AM.