在 Ubuntu 12.04 (ATI Radeon HD) 中未检测到双显示器

Hou*_*man 5 multiple-monitors ati intel-graphics 12.04

我是 Ubuntu 的新手,真的很想用它替换 Windows。我现在遇到的一个问题是让第二个屏幕正常工作。

我有一个 Optiplex 990,它带有一个内置的 Intel 2000 显卡和一个 ASUS ATI Radeon HD 6570。每个显卡都连接到一个 24" 显示器。

当我从 U 盘启动 Ubuntu 12.04 时,启动菜单显示在英特尔显示器上。然后 Ubuntu....-loading-logo 出现在第二个 Ati 显示器上。然后实际的 Ubuntu 工作区再次加载到 Intel 显示器上,ATI 显示器进入节能模式。

这样做我得到:

lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570]
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

因此,您在此处看到的屏幕只是英特尔驱动的屏幕。ATi 被遗忘了。

我最终从他们的网站安装了 ATI 驱动程序。并完成了此处描述的步骤:

安装后,我仍然得到以下信息:

ubuntu@ubuntu:~/Downloads$ fglrxinfo

display: :0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop 
OpenGL version string: 1.4 (3.0 Mesa 8.0.2)
Run Code Online (Sandbox Code Playgroud)

这是预期的,因为我的 ATI 连接屏幕被禁用。

看一眼 /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Run Code Online (Sandbox Code Playgroud)

我不知道我还能做什么。这里有任何专业人士可以帮助我解决这个问题吗?

非常感谢,

Bor*_*ris 4

您需要在 AMD 软件中定义 2 个屏幕。

  1. 打开 ATI 驱动程序应用程序

    在此输入图像描述

  2. 并定义您的 2 个屏幕显示,没有任何限制。

    AMD 设置

  3. 并重新启动