Set Presentation Mode from the command line

  |   Source

First, check to make sure xset is available. If so:

To set the screen in presentation mode:

xset -dpms; xset s off

To return it to normal:

xset +dpms; xset s on
Comments powered by Disqus