Set Presentation Mode from the command line
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
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