https://forums.ubuntulinux.jp/viewtopic.php?id=3477
vbetool dpms offで画面消えた
普段はコンソールを使わないので/etc/init.d/rcの先頭に書いておいた
if [ "$1" = "2" ]
then
vbetool dpms off
fi
前回書いた方法でもできるけど場合によっては完全にきれないことがあるっぽい
vbetool dpms offで画面消えた
if [ "$1" = "2" ]
then
vbetool dpms off
fi