Turning off power supply of screen from CLI

I am using laptop as my home server. So it works only in text mode without graphic interface started. I want to turn off display power supply after several minutes from boot. I previous laptop (old one) it worked for me by using such command from root:
But now I got an error:
What the problem is and how can I resolve it?
- Code: Select all
vbetool dpms off
But now I got an error:
- Code: Select all
Failed to initialise LRMI (Linux Real-Mode Interface)
What the problem is and how can I resolve it?