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.

Comments

Popular posts from this blog

How To Install LEX and YACC in Linux or Ubuntu

Lex Program To Check The Syntax of For Loop

How to Implement Two - Pass Assembler in C / Assembler C Code