How to disable Screen Blanking on tty on boot?

1 reply [Last post]
cantor
Offline
Joined: 04/08/2015

Hello, I've a little problem, can you help me?
I want to disable screen blanking, powersave and power on tty console at boot, (no GUI).
I try to use setterm with "setterm -blank 0 -powersave off -powerdown 0 -store" but, after reboot setterm does not remember my settings.
Maybe I need to edit my .bashrc file? I need your help

cantor
Offline
Joined: 04/08/2015

[SOLVED!!!] I put this command "setterm -blank 0 -powersave off -powerdown 0 -store" into my .bashrc and it works! I don't know if this is correct or not.
Sorry for my ignorance and cancel or keep this post if you want ;-)