我想使用x2go统一或gnome,但这似乎是不可能的,因为似乎只有XCFE和简单的gnome才能工作。谁能看看吗?到底怎么回事?
谢谢!
Sep 24 16:58:35 antonov /usr/bin/x2goterminate-session: session with ID roger-50-1506271894_stDLXDE_dp24 has been terminated successfully
Sep 24 16:58:39 antonov /usr/sbin/x2gocleansessions[701]: roger-50-1506272318_stDUNITY_dp24: state file for this session does not exist: /tmp/.x2go-roger/C-roger-50-1506272318_stDUNITY_dp24/state (this can be ignored during session startups)
Sep 24 16:58:39 antonov /usr/bin/x2gostartagent: successfully started X2Go agent session with ID roger-50-1506272318_stDUNITY_dp24
Sep 24 16:58:42 antonov /usr/bin/x2gomountdirs[6662]: WARNING: mounting of /home/lir/.x2go/S-roger-50-1506272318_stDUNITY_dp24/spool failed
Sep 24 16:58:42 antonov /usr/bin/x2goruncommand: launching session with Xsession-x2go mechanism, using STARTUP="/usr/bin/gnome-session --session=ubuntu"
Sep 24 16:58:44 antonov /usr/bin/x2gosetkeyboard: Setting X keyboard according to /home/roger/.x2go/C-roger-50-1506272318_stDUNITY_dp24/keyboard
root@antonov:/home/发布于 2017-09-24 19:46:15
X2go与本地Gnome不兼容。解决这一问题的方法是安装备用版本。您可以在官方Wiki页面上找到更多信息。
这是由于不支持三维加速的SSH管道的限制。
发布于 2017-09-25 17:06:38
x2go不适用于现代3d桌面用户界面有几个原因:
X2Go的“X”称为“nxagent”。它是nx软件包的一部分。
在3.5.0.x版本中,nxagent是从X.org 6.9代码基酶中分叉的(从2005年开始)。因此,某些现代的“3D-ish”桌面与nxagent以及X2Go不兼容的原因有四个。
The desktop environment requires the X11 extension “Xcomposite”, which nxagent 3.5.0.x and X.org 6.9 do not support.
The desktop environment requires a newer version of the X11 extension “GLX” (OpenGL) than nxagent 3.5.0.x and X.org 6.9 provide (version 1.2).
The desktop environment requires a newer version of the X11 extension “XRANDR” than nxagent 3.5.0.x provides (version 1.2).
The desktop environment checks for a specific physical graphics driver, but nxagent doesn't use physical graphics adapters/drivers.虽然存在一些解决办法,但它们主要是非琐碎的.你可以读到更多关于这里。的信息。
建议切换到使用兼容的桌面环境,如LXDE、XFCE或MATE。
资料来源:
https://askubuntu.com/questions/958986
复制相似问题