I have a dedicated pi that just has stock prices on a monitor mounted on my wall so I can see what my money is doing everytime I walk in the room. Thank you 35 dollar computers!!
But the screen saver is annoying and not really neccisary on an LED.
I'm a totally new to this and have found the following lines to be added into this file. I made my way into the directory but don't know how to pull up a text editor to change the autostart file. I remember there was an editor to use in bash. Is there an easier way to add just three lines or change them? Is this the correct way to turn off the screen saver? It seems like there isn't an option to turn it off in the gui side of things.
Disable Xsession from blanking
Additional info https://wiki.archlinux.org/index.php/Di ... _Signaling
Add these lines to /etc/xdg/lxsession/LXDE/autostart
@xset s noblank
@xset s off
@xset -dpms