我正在使用带模式设置的 Intel 嵌入式显卡(例如未加载 xserver xorg intel 驱动程序)。笔记本电脑上的内置面板以及 Displayport 和 HDMI 上的外接显示器均运行良好。
但是,我没有所需的“虚拟”输出(例如 virtual1)来例如拥有 vnc 屏幕。
我不清楚该怎么做。网上有些帖子讨论了劫持未使用的物理输出,但这会产生不良影响(例如,如果我将 HDMI-1 用于 vnc,那么 DP-1 就会中断)。
我尝试添加虚拟驱动程序和 /usr/share/X11/xorg.conf.d 中的条目,但英特尔驱动程序无法加载/设置。
在 Xorg.0.log 中,我得到:
[ 722.184] (==) Matched modesetting as autoconfigured driver 0
[ 722.184] (==) Matched fbdev as autoconfigured driver 1
[ 722.184] (==) Matched vesa as autoconfigured driver 2
...
[ 722.218] (II) glamor: OpenGL accelerated X.org driver based.
[ 722.224] (II) glamor: EGL version 1.4 (DRI2):
[ 722.225] (II) modeset(0): glamor initialized
[ 722.226] (II) modeset(0): Output eDP-1 has no monitor section
[ 722.272] (II) modeset(0): Output DP-1 has no monitor section
[ 722.280] (II) modeset(0): Output HDMI-1 has no monitor section
[ 722.281] (II) modeset(0): EDID for output eDP-1
这是在 17.04 上使用 xserver-xorg 1:7.7+16ubuntu3
有人能指点一下如何获得未提交的虚拟输出吗?为了遵循以下说明这些。