我是 Ubuntu 新手,非常想用它来替代 Windows。我现在遇到的一个问题是如何让第二个屏幕正常工作。
我有一台 Optiplex 990,它配有内置英特尔 2000 显卡和华硕 ATI Radeon HD 6570。每张显卡都连接到一台 24 英寸显示器。
当我从 USB 启动 Ubuntu 12.04 时,启动菜单显示在 Intel 显示器上。然后 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]
因此您在这里看到的屏幕只是英特尔驱动的屏幕。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)
这是预料之中的,因为我的 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
我不知道我还能做什么。有没有专业人士可以帮助我解决这个问题?
非常感谢,
答案1
您需要在 AMD 软件中定义您的 2 个屏幕。
打开 ATI 驱动程序应用程序
并无任何限制地定义您的 2 个屏幕显示。
并重新启动