Tuesday, May 7, 2019

RASPBERRY PI LOGIN screen repeat. VNC server. There is a known issue with tightVNC

1. Boot your R-Pi

2. SSH log in with your user account (normally user: pi, password: raspberry)

3 Enter your home directory by typing
Code: Select all
cd ~
4. Type
Code: Select all
ls -A
5. You will now see which files are in your home directory. Look if you see a file called .Xauthority

6. Type
Code: Select all
mv .Xauthority .Xauthority.backup
7. Type
Code: Select all
sudo chmod 777 /home/pi
8. Type
Code: Select all
sudo reboot