IMX8 MEK, how to enable framebuffer auto blank after 1 min

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8 MEK, how to enable framebuffer auto blank after 1 min

226 Views
wang12zhe
Contributor III

HW :IMX8QXP MEK

Yocto Rev: L5.10.52_2.1

 

When system start, check the blankinterval by command :

root@imx8qxpmek:~# cat /sys/module/kernel/parameters/consoleblank
0

then set it to 60s
root@imx8qxpmek:~# echo -e '\033[9;1]' > /dev/tty1
root@imx8qxpmek:~# cat /sys/module/kernel/parameters/consoleblank
60

I think the framebuffer auto blank after 1 min, but it now work.

How to do if I want enable framebuffer auto blank after 1 min ?

 

 

 

 

0 Kudos
0 Replies