D'après mes souvenirs :
la commande "xset s off" interompt la mise en veille d'écran (economie Energy Star) et la commande "xset s on" la rétablit
D'autre part, tu peux désactiver l'économiseur d'écran avec la commande : "xscreensaver-command -deactivate"
d'après "man xscreensaver-command" :
-deactivate
This tells xscreensaver to pretend that there has just been
user activity. This means that if the screensaver is active
(the screen is blanked), then this command will cause the
screen to un-blank as if there had been keyboard or mouse
activity. If the screen is locked, then the password dialog
will pop up first, as usual. If the screen is not blanked,
then this simulated user activity will re-start the countdown
(so, issuing the -deactivate command periodically is one way to
prevent the screen from blanking.)
# commande xset
Posté par Gilles Foucault . En réponse au message Mise en veille X(org|free) avec Gamepad(usb)/Télécommande(lirc). Évalué à 3.
la commande "xset s off" interompt la mise en veille d'écran (economie Energy Star) et la commande "xset s on" la rétablit
D'autre part, tu peux désactiver l'économiseur d'écran avec la commande : "xscreensaver-command -deactivate"
d'après "man xscreensaver-command" :
-deactivate
This tells xscreensaver to pretend that there has just been
user activity. This means that if the screensaver is active
(the screen is blanked), then this command will cause the
screen to un-blank as if there had been keyboard or mouse
activity. If the screen is locked, then the password dialog
will pop up first, as usual. If the screen is not blanked,
then this simulated user activity will re-start the countdown
(so, issuing the -deactivate command periodically is one way to
prevent the screen from blanking.)