Sorry, I was really frustrated. I have finally managed to sort it, though.
The standard solution is to edit /etc/kbd/config and set BLANK_TIME=0 That didn't work because there's an
old bug in /etc/init.d/kbd. Once I had amended kbd, the instruction worked.
Now I'm struggling with autologin to the console. After trying half a dozen different solutions, all to no effect, I'm working on jozy's,
HERE, which looked promising at first. I created autlogin.conf
Quote:
/etc/systemd/system/getty@tty1.service.d/autologin.conf
and filled it with the code
Quote:
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux
Where pi is my login.
But that's where I get lost. The next instruction is:
Quote:
sudo systemctl enable getty@tty1.service
First I had to install systemd. But when I run that code now
I get an error message "no such file or directory". Yet if I navigate to /etc/systemd/system/getty.target.wants/ in the GUI I can see, open and read getty@tty1.service. For good measure I tried:
Quote:
sudo systemctl enable /etc/systemd/system/getty.target.wants/getty@tty1.service
But I get an error message "Too many levels of symbolic links".
If I try to navigate to:
Quote:
cd /etc/systemd/system/getty.target.wants/
It says "No such file or directory".
Is there any other way to 'enable' getty@tty1.service and will it make any odds if I do? And can you point me in any other direction for autologging into the console?EDITED: 28 Jan 2016 15:37 by MANTHORP