Linux IMX53 - Console / screen blanking...

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Linux IMX53 - Console / screen blanking...

1,649件の閲覧回数
MichaelGale
Contributor II

Does anyone know how to disable the console / screen blanking on this platform? Every ten minutes, the screen just turns off and the frame-buffer gets cleared. I do not have the "setterm" command available in the BSP.

I do not know how to add "CONSOLEBLANK=0" to the boot parameters. Does anyone know if this will work? Which u-boot header file should be edited?

Thanks,

Michael

タグ(1)
4 返答(返信)

1,068件の閲覧回数
sidebranch
Contributor II

The second one works for me and disables blanking permanently (AFAICR).

However, you need to be root (sudo -s) before you run it.

Leon.

0 件の賞賛
返信

1,068件の閲覧回数
MichaelGale
Contributor II

Thanks Leon! Just a note for anyone else, the first option works but the second does not.

0 件の賞賛
返信

1,068件の閲覧回数
sidebranch
Contributor II

once:
echo -e -n '\033[9]' > /dev/tty0

forever:

echo 0 > /sys/class/graphics/fb0/blank

Regards,

Leon.

1,068件の閲覧回数
harryflink
Contributor II

The "echo 0 > /sys/class/graphics/fb0/blank" tricked worked for iMX28 CPU project too to avoid screen blanking every 10 minutes.

Thank you for the solution, Leon!

0 件の賞賛
返信