执行xrandr显示了我的显卡的输出,但也是VIRTUAL1一个:
$ xrandr
Screen 0: minimum 8 x 8, current 4160 x 1024, maximum 32767 x 32767
eDP1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 60.0*+
1440x900 59.9
...
DP2 disconnected (normal left inverted right x axis y axis)
DP2-1 connected primary 1280x1024+1600+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x1024 60.0*+ 60.0*
1024x768 60.0
...
VIRTUAL1 connected (normal left inverted right x axis y axis)
1024x768 60.0
VIRTUAL2 disconnected (normal left inverted right x axis y axis)
Run Code Online (Sandbox Code Playgroud)
在什么地方VIRTUAL1来的呢?谁创造它?我怎样才能删除它?
这是英特尔显卡。其他驱动程序是否也支持虚拟输出?
小智 2
VIRTUAL1 从哪里来?谁创造了它?我怎样才能删除它?
有很多不同的东西可以配置这个;它只是一个虚拟设备。它可以用作 nVidia Optimus 配置、VMWare 配置或修复已安装的其他应用程序中的分辨率问题的一部分。我相信在某些情况下,当外部显示器已断开连接但系统仍在使用它时,它可以像这样实时显示。
在这种情况下,我们无法知道它最初是何时或为何建立的。
这是英特尔显卡。其他驱动程序也支持虚拟输出吗?
是的。虚拟显示器不是驾驶员的一个功能;而是一个功能。它是 X11 的一部分。