我正在尝试从命令行启动 x11 会话(或者是 xorg 会话?我不确定):startx &
。我得到以下结果:
X: user not authorized to run the X server, aborting.
我已经allowed_users=console
在/etc/X11/Xwrapper.config
文件中进行了设置,所以我的理解是普通用户应该能够从控制台启动 X 会话。我缺少什么?
更新:我通过 SSH 得到的命令响应略有不同startx
(上面报告的输出来自现有 x11 环境中的终端窗口):
xauth: file /home/steve/.Xauthority does not exist X: user not authorized to run the X server, aborting.
答案1
好吧,我发现我必须跳到tty
盒子上的另一个屏幕,登录并startx
从那里发出问题。
更新:澄清一下,要跳到另一个tty
屏幕,您可以使用热键(CTRL-ALT-[F1、F2、F3 等])