vnc User "steamdeck" does not exist
时间: 2023-11-16 13:33:43 浏览: 138
This error message indicates that the user account "steamdeck" does not exist on the system running VNC. You may need to create a new user account with that username or use an existing account to log in. Alternatively, if you are trying to connect to a remote system, make sure that the username is spelled correctly and that the account exists on that system.
相关问题
steamdeck vncsession-start[73181]: User "steamdeck" does not exist
这个错误提示表明在启动 VNC 会话时,系统无法找到名为 "steamdeck" 的用户。这可能是因为该用户未被正确创建或已被删除。
你可以通过以下步骤来解决这个问题:
1. 确认你要使用的用户已经被创建,并且用户名拼写正确。
2. 如果该用户不存在,请创建该用户。你可以使用以下命令来创建新用户:
```
sudo adduser steamdeck
```
3. 确认你拥有正确的权限来启动 VNC 会话。你可以使用以下命令来授予你的用户权限:
```
sudo usermod -aG sudo steamdeck
```
这将把 "steamdeck" 用户添加到 sudo 用户组中,使其拥有管理系统的权限。
4. 重新启动 VNC 服务并尝试重新启动 VNC 会话。
如果你仍然遇到问题,请检查系统日志以获取更多详细信息,以帮助你确定问题的原因。
ubuntu运行x11vnc时出现“xauth: file does not exist”如何解决
你可以尝试使用以下命令来解决这个问题:sudo apt-get install xauth,然后再次尝试运行x11vnc。如果仍然有问题,可以尝试使用以下命令:xauth generate :0 .
阅读全文