- 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?
vbetool dpms off
Failed to initialise LRMI (Linux Real-Mode Interface)
mount | grep 'dev '
vbetool vbemode get
journalctl -ab| grep -i vbetool
[root@mackowiak ~]# mount | grep 'dev '
devtmpfs on /dev type devtmpfs (rw,nosuid,size=1534760k,nr_inodes=383690,mode=755)
[root@mackowiak ~]# vbetool vbemode get
Failed to initialise LRMI (Linux Real-Mode Interface).
[root@mackowiak ~]# journalctl -ab| grep -i vbetool
[root@mackowiak ~]#
https://bugs.mageia.org/show_bug.cgi?id=3910#c0 wrote:Note that in the installed system itself, the blanking/unblanking functionality works fine.
If instead you're using the Linux console (not X-Windows), you'll want to use setterm(1):
bash$ setterm -blank 10 # Blank the screen in 10 minutes
bash$ setterm -powersave on # Put the monitor into VESA power saving mode
bash$ setterm -powerdown 20 # Set the VESA powerdown to 20 minutes
[root@mackowiak ~]# setterm -powerdown 2
[root@mackowiak ~]# setterm -blank 1
setterm: terminal xterm nie obsługuje --blank
[root@mackowiak ~]# setterm -powersave on
setterm: nie można włączyć/wyłączyć trybu oszczędzania energii: Niewłaściwy ioctl dla urządzenia
Translation:
[root@mackowiak ~]# setterm -powerdown 2
[root@mackowiak ~]# setterm -blank 1
setterm:xterm terminal does not support --blank
[root@mackowiak ~]# setterm -powersave on
setterm:You can not turn on / off power saving mode: Inappropriate ioctl for device
[root@mackowiak acpi_video0]# cd /sys/class/backlight/acpi_video0
[root@mackowiak acpi_video0]# cat actual_brightness
9
[root@mackowiak acpi_video0]# echo 0 > brightness
[root@mackowiak acpi_video0]# cat brightness
0
[root@mackowiak ~]# cd /sys/class/backlight/acpi_video0
[root@mackowiak acpi_video0]# cat brightness
1
Users browsing this forum: No registered users and 1 guest