Startx Gives error in Raspberry Pi - Authority issues
Here is one of the solution for the problem.
This error can be because of the permission issues of the Authority file.So here we need to give permission for the files.So the steps are-
Login with your Username and Password in terminal
Type : sudo chmod 777 /home/pi
This will provide enough permission for the authority file to run.
Hope this helps.
This error can be because of the permission issues of the Authority file.So here we need to give permission for the files.So the steps are-
Login with your Username and Password in terminal
Type : sudo chmod 777 /home/pi
This will provide enough permission for the authority file to run.
Hope this helps.
Comments
Post a Comment