相关疑难解决方法(0)

未插入显示器时添加假显示

我有一台未连接外部显示器的 Ubuntu 14.04 服务器。我使用 NoMachine 远程控制机器。当我这样做时,Unity/Gnome 界面没有看到任何连接的显示器,所以在连接 NoMachine 时我只能使用 800x600。如果我插入显示器,我可以将分辨率设置为远程计算机上 NoMachine 窗口的任何大小。

有没有办法在 Ubuntu 上创建“假”监视器设备,以便我可以在 Unity/Gnome 中设置桌面分辨率?

remote-desktop nx headless 14.04 display-resolution

66
推荐指数
6
解决办法
24万
查看次数

Ubuntu 20.04 通过 Teamviewer 连接时显示黑屏,但我仍然可以访问 ssh。如何恢复桌面?

我有一个 Ubuntu 20.04 桌面,通过 Teamviewer 远程连接到它只显示黑屏。我可以输入,它会显示我输入的内容,但它没有记录任何内容。我仍然有 ssh 访问权限。如何通过 teamviewer 找回登录屏幕?

teamviewer 20.04

10
推荐指数
3
解决办法
2万
查看次数

如何在 Ubuntu 18.04 上连接时使用物理显示而不是虚拟显示驱动程序

我有配备 Ubuntu 18.04 的英特尔 NUC,它大部分时间都作为服务器运行。有时 SSH 还不够,我需要使用 Team Viewer 来控制它。这就是我安装和设置 xserver-xorg-video-dummy 的原因,因为 Team Viewer 需要一些显示。一切工作正常,但是当我想连接物理显示器(在没有网络的情况下控制服务器)时,虚拟显示器不允许使用物理显示器,并且显示器说没有信号。有没有办法将 Ubuntu 配置为同时使用物理显示器和虚拟显示器,但使物理显示器成为最需要的?我的意思是,当我连接它时,Ubuntu 使用它,当断开连接时,Ubuntu 切换到虚拟。

我的虚拟 /etc/X11/xorg.conf 的工作配置如下:

# This xorg configuration file is meant to be used
# to start a dummy X11 server.
# For details, please see:
# https://www.xpra.org/xorg.conf

# Here we setup a Virtual Display of 1920x1080 pixels

Section "Device"
    Identifier "Configured Video Device"
    Driver "dummy"
    VideoRam 256000
EndSection

Section "Monitor"
    Identifier "Configured Monitor"
    HorizSync 5.0 - 1000.0
    VertRefresh 5.0 - 200.0 …
Run Code Online (Sandbox Code Playgroud)

display xorg multiple-monitors

5
推荐指数
0
解决办法
2943
查看次数