我已经在 Ubuntu 服务器上安装了 LXQt。我可以用 XRDP 连接到它就好了。
然后我尝试设置 TigerVNC。这会失败并导致桌面无法正确响应。例如,我无法打开文件管理器,但终端可以正常打开。
这是xstartup
文件内容:
#!/bin/bash
xrdb $HOME/.Xresources
startlxqt &
我是否遗漏了xstartup
文件中的某些内容?
我已经在 Ubuntu 服务器上安装了 LXQt。我可以用 XRDP 连接到它就好了。
然后我尝试设置 TigerVNC。这会失败并导致桌面无法正确响应。例如,我无法打开文件管理器,但终端可以正常打开。
这是xstartup
文件内容:
#!/bin/bash
xrdb $HOME/.Xresources
startlxqt &
我是否遗漏了xstartup
文件中的某些内容?
我有一台装有 Ubuntu 18.04的Thinkpad X1 Carbon Gen 7 。该设备具有一个 HDMI 端口和两个 USB-C 端口。我想在一个 USB-C 端口上连接两台外接显示器。
当我跑步xrandr
时,我得到以下信息:
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1920x1080 60.05*+ 60.01 59.97 59.96 59.93
...
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
然后我得到了一个带有 2-HDMI 端口的USB-C 适配器,使用 USB-C 端口将其连接到笔记本电脑,并将两个外接显示器连接到集线器的 HDMI 输出上。
问题是两台显示器显示完全相同的东西,当我进入显示设置时,我只看到一台显示器。似乎集线器上的两个 HDMI 端口被检测为一个设备。
当我使用另一个 USB-C 端口时,也会发生同样的事情。所以我的问题是,如果有办法让两个外部显示器使用这个集线器或来自一个 USB-C 端口的类似集线器。
我一直在使用进化。但它不支持从右到左。最好的办法是尝试“右对齐”,但这不会在正确的位置键入点和逗号等标点符号。
我使用 x0vncserver 连接到我的 ubuntu 显示器。我从/usr/bin/x0vncserver -display :0
. 我可以看到它与pidof x0vncserver
.
我还看到停止 vncserver的正确方法vncserver -kill :xx
是使用命令。
是否有类似的命令可以正确停止 x0vncserver 或者应该只使用killall x0vncserver
它来停止它?
尝试时sudo systemctl stop x0vncserver
,我得到:
Failed to stop x0vncserver.service: Unit x0vncserver.service not loaded.
与使用 Google Drive Web 应用程序时看到的相比,我在 Ubuntu 中映射的 Google Drive 目录中看到的文件要多得多。这些额外的项目也不在我的网络应用程序的“与我共享”文件夹中。
我是 Ubuntu 新手,对所有细节都不是很熟悉。
我按照此处的说明为 EC2 实例创建 GUI: https ://medium.com/@s.on/running-ubuntu-desktop-gui-aws-ec2-instance-on-windows-3d4d070da434
该实例运行 ubuntu 18.04 LTS。我还在我拥有的 PC 上安装了 ubuntu 18.0418.04 LTS,我非常喜欢这个界面。
但问题是当我远程连接到 ec2 实例时,GUI 看起来不像我的 PC。
如何让我的 ec2 实例具有相同的 GUI?
这是我的 PC 图形用户界面: pc gui
这是我的 ec2 GUI: ec2 gui
更新 1: 这是日志文件:
15/11/18 18:14:16 Xvnc version TightVNC-1.3.10
15/11/18 18:14:16 Copyright (C) 2000-2009 TightVNC Group
15/11/18 18:14:16 Copyright (C) 1999 AT&T Laboratories Cambridge
15/11/18 18:14:16 All Rights Reserved.
15/11/18 18:14:16 See http://www.tightvnc.com/ for information on TightVNC
15/11/18 18:14:16 Desktop name 'X' (ip-10-105-54-119:1)
15/11/18 18:14:16 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
15/11/18 18:14:16 Listening for VNC connections on TCP port 5901
/home/ubuntu/.vnc/xstartup: 11: /home/ubuntu/.vnc/xstartup: vncconfig: not found
/home/ubuntu/.vnc/xstartup: 13: /home/ubuntu/.vnc/xstartup: gnome-settings-daemon: not found
metacity-Message: 18:14:17.292: could not find XKB extension.
(metacity:4631): metacity-WARNING **: 18:14:17.300: Failed to create MetaCompositorXRender: Missing composite extension required for compositing
** (gnome-panel:4628): WARNING **: 18:14:17.354: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
** (nautilus:4632): WARNING **: 18:14:17.967: Unable to get contents of the bookmarks file: Error opening file /home/ubuntu/.gtk-bookmarks: No such file or directory
** (nautilus:4632): WARNING **: 18:14:17.967: Unable to get contents of the bookmarks file: Error opening file /home/ubuntu/.gtk-bookmarks: No such file or directory
更新 2:
我通过使用以下方法更接近了:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
export XDG_CURRENT_DESKTOP="GNOME-Flashback:GNOME"
export XDG_MENU_PREFIX="gnome-flashback-"
gnome-session --session=gnome-flashback-metacity --disable-acceleration-check &
这给了我这个: 新桌面
但我不确定如何修改它以获得 ubuntu 桌面。
更新 3:
这是我检查我的会话时得到的:
所以我安装了不同的会话,但无法切换到 ubuntu 会话。
我在 ubuntu 的 home/user 下有一个名为 Information 的文件夹。它似乎有一些来自我拥有的 NTFS 驱动器的内容。我的问题是: