<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Disable screen blanking on i.MX6 running Yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361329#M50919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Please try using command&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"echo 0 &amp;gt; /sys/class/graphics/fb0/blank" under root.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 06:04:29 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2014-08-22T06:04:29Z</dc:date>
    <item>
      <title>Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361325#M50915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running a Yocto build on an i.MX6 board and I'm trying to stop the screen from shutting off after 15 minutes of inactivity.&amp;nbsp; I've tried the following things with no success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- passing consoleblank=0 to bootargs&lt;/P&gt;&lt;P&gt;- modifying drivers/tty/vt/vt.c with static int blankinterval = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of these has had any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cat /sys/module/kernel/parameters/consoleblank returns a value of 900.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system does not have setterm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 18:15:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361325#M50915</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2014-08-15T18:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361326#M50916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; echo -e -n '\033[9]' &amp;gt; /dev/tty0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo 0 &amp;gt; /sys/class/graphics/fbx/blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fbx - is number of framebuffer (LCD, LVDS, HDMI), x =0,1,2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 00:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361326#M50916</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-08-18T00:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361327#M50917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Yuri!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot that I had also already tried echo 0 &amp;gt; /sys/class/graphics/fbx/blank, but I will try echo -e -n '\033[9]' &amp;gt; /dev/tty0 and see if that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 17:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361327#M50917</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2014-08-18T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361328#M50918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri, I've tried both of your suggestions and neither of them is working.&amp;nbsp; The screen still goes blank after 15 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361328#M50918</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2014-08-19T19:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361329#M50919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Please try using command&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"echo 0 &amp;gt; /sys/class/graphics/fb0/blank" under root.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361329#M50919</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-08-22T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361330#M50920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri, if I run that command after the screen has shut off, it does turn the screen back on.&amp;nbsp; So it seems I'm on the right track.&amp;nbsp; However when I run the command in a script on startup it does not seem to prevent the screen from blanking eventually.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 18:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361330#M50920</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2014-08-22T18:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361331#M50921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marlon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Perhaps the problem concerns with the fact, that the mentioned command(s) should be&lt;/P&gt;&lt;P&gt;issued, when all Linux sub-systems are working.&amp;nbsp; As a solution, one can run (own) special&lt;/P&gt;&lt;P&gt;application (at start up), which should issue the command ("echo 0 &amp;gt; /sys/class/graphics/fb0/blank")&lt;/P&gt;&lt;P&gt;after some period of time (several munutes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 04:54:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361331#M50921</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-08-25T04:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen blanking on i.MX6 running Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361332#M50922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Yuri.&amp;nbsp; What finally solved the problem was calling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo -e '\033[9;0]' &amp;gt; /dev/tty1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from within my application, which runs once the rest of the system has been started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 17:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-screen-blanking-on-i-MX6-running-Yocto/m-p/361332#M50922</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2014-09-03T17:50:04Z</dc:date>
    </item>
  </channel>
</rss>

