From b7d58a7ffb555979832f25fc035e17c7b996b68c Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 25 Mar 2022 15:55:52 -0300 Subject: [PATCH] docs: fix xwrapper extension --- docs/Troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 106f5801..1b0f17a5 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -19,8 +19,8 @@ Check the file `/var/log/Xorg.0.log` where you can find issues with the X server xf86OpenConsole: Cannot open virtual console 2 (Permission denied) ``` -* Check /etc/X11/Xwrapper.conf -Run `cat /etc/X11/Xwrapper.conf` +* Check /etc/X11/Xwrapper.config +Run `cat /etc/X11/Xwrapper.config` This should have the line `allowed_users=anybody` in it @@ -78,4 +78,4 @@ and reboot, that should make the touch work, if your screen is rotated 180 degre ## Other issues If you found an issue not listed here, or can't make it work, please provide all the log files -a description of your hw, and a description of the issue when asking for support. \ No newline at end of file +a description of your hw, and a description of the issue when asking for support.