Update Troubleshooting.md (#356)

Fix a couple of typos
This commit is contained in:
Makoto Schoppert 2021-12-07 20:24:26 -05:00 committed by GitHub
parent 5ff249cb20
commit 141bc38876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,9 @@ xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
* Check /etc/X11/Xwrapper.conf
This should have the line `allowed_users=anybody` in it
* Check /etc/group
Run the command `cat /etc/group | grep tty`. If you username is not listed under that line, you need to add it with the
following command (if you username is not 'pi' change 'pi' to your username):
`usermode -a -G tty pi`
Run the command `cat /etc/group | grep tty`. If your username is not listed under that line, you need to add it with the
following command (if your username is not 'pi' change 'pi' to your username):
`usermod -a -G tty pi`
### Problems occurring with the log file