I'm building system on 2.6.18.
And found after a while, the display will be turned of.
Anybody of your guys have meet this problem?
Any idea!
David Chan (blacksword.david@gmail.com
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm building system on 2.6.18.
And found after a while, the display will be turned of.
Anybody of your guys have meet this problem?
Any idea!
David Chan (blacksword.david@gmail.com
David,
If FB_CONSOLE is enabled, then the display will be disabled after 10 minutes of boot up. You can disable the console support to keep your screen always on!
But if FB_CONSOLE is disable, NFS client won't work then. I don't know what's the matter.
Use this command to recover your screen
echo "0" > /sys/class/graphics/fb0/blank
Sundar