Turning on/off display via Linux command line
Found the commands at http://systembash.com/content/how-to-turn-off-your-monitor-via-command-line-in-ubuntu/:
To turn off monitor:
xset dpms force off
To turn on, simply press a key, or move mouse/mousepad.
Advertisement