I would like to know if there is any way I can disable the screen on a linux distro I'm using Debian. I found a few way to do that with X installed, but not without X.
feedback
|
|
You can turn off the screen on your laptop using the xset command:
DPMS is Display Power Management Signaling, a standard to reduce power consumption in monitors. xset is of course an X utility. If you need to accomplish this without X involved, use setterm:
The full list of options to manipulate your screen:
These are all duly explained in the Battery Powered Linux Mini-HOWTO. | |||||
feedback
|
|
Check out vbetool. You can turn off the screen with:
The only problem I'm having with this is that the screen doesn't turn back on automatically on e.g. keyboard input. You have to do it manually by typing it in blindly or via SSH:
On Debian Squeeze, vbetool is used in /etc/acpi/lid.sh when X is not available. | ||||
feedback
|
|
I'm not sure which package provides it, but some ACPI-related package includes scripts for blanking the screen based on whether the laptop's lid is open. Although now that I look at the script itself ( | |||
|
feedback
|
|
If you have a serial port on your machine you could run it headless. Do a web search for "linux serial console howto". | |||
|
feedback
|