Ubuntu 16.04,尝试运行带有集成显卡和 GPU 的两个显示器

Ubuntu 16.04,尝试运行带有集成显卡和 GPU 的两个显示器

我目前的设置是,我有两个相同的显示器。一个使用 HDMI 插入我的主板 (Skylake i5-6500K),另一个使用 HDMI 插入 GTX 1060。在 Ubuntu 16.04 上运行。当我在 Windows 上启动它时,设置运行良好,但当我尝试在 Ubuntu 上运行它时,设置运行不佳。

我尝试安装不同的 nvidia 驱动程序,但都没有成功。目前,我在 BIOS 中使用集成显卡作为默认设置,但操作系统似乎无法检测到它。通过选择 IGFX 作为默认设置,一切似乎都很好,只是第二台显示器保持黑色。当我在 BIOS 设置中选择 GPU 作为默认设置时,它给出了错误,提示我以低图形模式运行,此后两个屏幕都保持黑暗。

我觉得有趣的是 xrandr 看不到第二台显示器,但 lshw 似乎检测到它,如下所示。

xrandr 的输出:

:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
1920x1080     60.00*+
1680x1050     59.95  
1400x1050     59.98  
1600x900      60.00  
1280x1024     75.02    60.02  
1440x900      59.89  
1280x800      59.81  
1152x864      75.00  
1280x720      60.00  
1024x768      75.03    60.00  
800x600       75.00    60.32  
640x480       75.00    59.94  
720x400       70.08  
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

输出sudo lshw -C display

:~$ sudo lshw -C display
*-display               
   description: VGA compatible controller
   product: NVIDIA Corporation
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@0000:01:00.0
   version: a1
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
   configuration: driver=nvidia latency=0
   resources: irq:16 memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:df000000-df07ffff
*-display
   description: VGA compatible controller
   product: Sky Lake Integrated Graphics
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@0000:00:02.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:129 memory:dd000000-ddffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff

在此处输入图片描述 在此处输入图片描述

在我之前的尝试中,我成功地使用了连接到 GPU 的显示器,而另一台显示器(连接到主板 HDMI)保持黑暗。nvidia-settings 显示的信息比上面的第一张图片多得多,但只有一个屏幕。

另外,请注意,我没有 xorg.conf。我读过很多与此相关的问题,很多人都建议编辑/调查 xorg.conf。

:~$ ls -l /etc/X11
drwxr-xr-x 2 root root  4096 Jun  1 19:31 app-defaults
drwxr-xr-x 2 root root  4096 Oct 22  2014 cursors
-rw-r--r-- 1 root root    18 Oct 22  2014 default-display-manager
drwxr-xr-x 4 root root  4096 Oct 22  2014 fonts
-rw-r--r-- 1 root root 17394 Dec  3  2009 rgb.txt
lrwxrwxrwx 1 root root    13 Oct  9  2015 X -> /usr/bin/Xorg
drwxr-xr-x 4 root root  4096 Jun  1 19:31 xinit
drwxr-xr-x 2 root root  4096 Jun 23  2014 xkb
-rw-r--r-- 1 root root   600 Sep 24 17:57 xorg.conf.09242016
-rw-r--r-- 1 root root   600 Sep 25 21:23 xorg.conf.09252016
-rw-r--r-- 1 root root   600 Sep 25 09:49 xorg.conf-backup160925094923
-rw-r--r-- 1 root root   270 Sep 25 21:28 xorg.conf.failsafe
-rw-r--r-- 1 root root     0 Sep 25 10:06 xorg.conf.nvidia-xconfig-original
-rwxr-xr-x 1 root root   709 Apr  1  2010 Xreset
drwxr-xr-x 2 root root  4096 Jun  1 19:30 Xreset.d
drwxr-xr-x 2 root root  4096 Jun  1 19:30 Xresources
-rwxr-xr-x 1 root root  3730 Jan 29  2014 Xsession
drwxr-xr-x 2 root root  4096 Sep 25 09:05 Xsession.d
-rw-r--r-- 1 root root   265 Jul  1  2008 Xsession.options
drwxr-xr-x 2 root root  4096 Oct 29  2015 xsm
-rw-r--r-- 1 root root   601 Oct 22  2014 Xwrapper.config

相关内容