imx233 Linux Framebuffer : How to avoid releasing lcd panel automatically ?
itmicro
Пункты: 2274
Регистрация: 20.10.2010
Hello,
After frame buffer initialised, lcd panel is automatically realesed in approximately 5 minutes. How can I disable this property ? Thanks
Regards,
sasamy
Пункты: 83542
Регистрация: 14.08.2009
Perhaps you are talking about the console? Try
#echo -e '\33[9;0]\33[14;0]' > /dev/tty1
itmicro
Пункты: 2274
Регистрация: 20.10.2010
in my case, I am starting mplayer for playing a movie. For a while after that (approx 5-10 minutes later), below functions is being called by kernel and screen freeze because of the display is released.
mpulcd_blank_panel();
mpulcd_display_off() ;
mpulcd_release_panel();
mpulcd_display_off();
This is done automatically. How can I disable this feature ?
Regards,
Цитата Perhaps you are talking about the console? Try
#echo -e '\33[9;0]\33[14;0]' > /dev/tty1