Ubuntu 18.04 中的双显示器问题

Ubuntu 18.04 中的双显示器问题

我刚刚全新安装了 Ubuntu 18.04,但遇到了双显示器的问题。

我有一台配备 Intel® Xeon(R) CPU E5-1660 v4 处理器和 64GB RAM 的台式机。我有两台显示器,都是戴尔 24 英寸。

当我打开电脑时,两个显示器都被检测到,我可以在两个显示器上看到 BIOS 屏幕。当即将显示登录屏幕时,其中一个显示器关闭并且无法恢复。更糟糕的是,关闭的显示器被检测为主显示器。

即使我在电脑开机后连接此显示器,它也不会自动开始工作。只有我进入显示设置,将显示模式更改为“镜像”,然后返回“连接显示”时,它才能工作。

司机:

$ lshw -c video

  *-display                 
        description: VGA compatible controller
        product: GM107GL [Quadro K1200]
        vendor: NVIDIA Corporation
        physical id: 0
        bus info: pci@0000:03:00.0
        version: a2
        width: 64 bits
        clock: 33MHz
        capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
        configuration: driver=nouveau latency=0
        resources: irq:30 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff

xrandr 输出:

Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 16384 x 16384
DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 527mm x 296mm
    1920x1080     60.00 +  60.00*   50.00    59.94    24.00    23.98  
    1920x1080i    60.00    50.00    59.94  
    1600x1200     60.00  
    1280x1024     75.02    60.02  
    1152x864      75.00  
    1280x720      60.00    50.00    59.94  
    1024x768      75.03    60.00  
    800x600       75.00    60.32  
    720x576       50.00  
    720x576i      50.00  
    720x480       60.00    59.94  
    720x480i      60.00    59.94  
    640x480       75.00    60.00    59.94  
    720x400       70.08  
DP-2 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
    1920x1200     59.95*+
    1600x1200     60.00  
    1680x1050     59.88  
    1280x1024     75.02    60.02  
    1152x864      75.00  
    1024x768      75.03    60.00  
    800x600       75.00    60.32  
    640x480       75.00    59.94  
    720x400       70.08  
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)

如果您能提供任何关于如何解决此问题的想法,我们将不胜感激。

答案1

我以前也遇到过类似的问题。事实证明,如果您使用的是专有驱动程序,则可以使用 Nvidia 设置更改主显示器。

只需打开 Nvidia 设置,转到显示,然后选择您想要的显示器布局。然后保存您的设置。它应该会在重启时保留您的设置。

如果没有,您可以在同一个应用程序中将设置保存到 xorg 配置中。这会要求您输入密码,因为它需要 root 访问权限。

我在用手机,所以无法提供截图或更好的格式。

答案2

参考此关联安装 nVidia 专有驱动程序,然后您可以按照以下步骤启用双显示器:

  1. 打开终端;
  2. 类型nvidia-settings
  3. PRIME Profiles在此处输入图片描述
  4. 选择英特尔显卡,保存并重启电脑即可。然后您就可以毫无问题地使用双显示器了。

相关内容