Hi, friends! I am making a custom filesystem to use on my Udoo with only the files I need. My idea is to use the Udoo and display images using the screen (LVDS 7 ") and using a C application that shows images in the framebuffer. My problem is the next one after being 10-15 minutes showing an image, the screen goes out and stops showing. Anyone know what this may be? Is it in the activated kernel something related to the energy saving that causes the screen to be turned off after 10-15 minutes? - Kernel 3.14.56 (Oficial) - Custom fs - Framebuffer to show images.
for lvds backlight we just use only gpio backlight which switch off certain gpio. So in a sys you have a backlight device /sys/devices/soc0/backlight_lcd/ . you could use some power daemon to control it in a backgroup.
Hi, All! | Does it do the same when attached to an HDMI monitor? Yes, the same problem.|for lvds backlight we just use only gpio backlight which switch off certain gpio. |So in a sys you have a backlight device /sys/devices/soc0/backlight_lcd/ . you could use some power daemon to |control it in a backgroup. I see the device and "bl_power" is activated.
On the risk of telling something completely stupid: According this page there is a kernel start-up parameter in 3.14. consoleblank= [KNL] The console blank (screen saver) timeout in seconds. Defaults to 10*60 = 10mins. A value of 0 disables the blank timer. I hope it helps you. And I am sorry if I brought you deeper into trouble