首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >x2go兼容性问题

x2go兼容性问题
EN

Ask Ubuntu用户
提问于 2017-09-24 17:05:59
回答 2查看 5.5K关注 0票数 1

我想使用x2go统一或gnome,但这似乎是不可能的,因为似乎只有XCFE和简单的gnome才能工作。谁能看看吗?到底怎么回事?

谢谢!

代码语言:javascript
复制
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/
EN

回答 2

Ask Ubuntu用户

发布于 2017-09-24 19:46:15

X2go与本地Gnome不兼容。解决这一问题的方法是安装备用版本。您可以在官方Wiki页面上找到更多信息。

这是由于不支持三维加速的SSH管道的限制。

票数 2
EN

Ask Ubuntu用户

发布于 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不兼容的原因有四个。

代码语言:javascript
复制
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://wiki.x2go.org/doku.php/doc:de-compat

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/958986

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档