Updated FAQ (markdown)

RustDesk
2024-03-15 00:57:53 +08:00
parent b6c55e4291
commit 7e8cce3e10

13
FAQ.md

@@ -293,5 +293,18 @@ https://github.com/rustdesk/rustdesk/discussions/6444#discussioncomment-8521217
> The paid version also provides a number of security features not available with the free version, such as extensive logging (login attempts, time/date stamp, originating IP) and client machine management.
# Some X11 connection connection refused issue
https://github.com/rustdesk/rustdesk/discussions/5095#discussioncomment-8768671
> i asm also hit this in arch kde x11 session.
> ```
> sudo pacman -S xorg-xhost
> ```
> add below in my .bashrc solve my problem
> ```
> xhost +local:root > /dev/null 2>&1
> ```