我目前在一台台式机上运行 Ubuntu 12.04 LTS,该台式机配有 Intel i7 2600k、集成 Intel HD 3000 显卡和 GeForce GT430 1GB 显卡。我有 2 台显示器(垂直方向),通过 DVI 连接到 GT430 卡,还有一台显示器(水平方向),连接到主板上的 DVI 端口。我可以毫无问题地运行这两台垂直显示器,但我无法让第三台显示器工作,只能不断显示 Ubuntu 加载屏幕。我已经在 BIOS 中将英特尔集成显卡设置为“始终启用”,并且一直在摆弄 xorg.conf 文件,但似乎无法让它正常工作。
这是我的 xorg.conf 文件的当前副本:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.33 (buildd@allspice) Fri Mar 30 15:25:24 UTC 2012
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.49 ([email protected]) Tue May 1 00:54:24 PDT 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL 2408WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "ViewSonic VA2231 Series"
HorizSync 24.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 430"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 430"
Option "RandRRotation" "on"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
# Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia- auto-select +1920+0"
# Removed Option "MetaModes" "GPU-0.DFP-0: 1920x1200+0+0, GPU-0.DFP-1: 1920x1200+1920+0, GPU-1.DFP-0: 1920x1200+3840+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RandRRotation" "on"
Option "BaseMosaic" "True"
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP-0: 1920x1200 +0+1200, DFP-1: 1920x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
有人知道根据我的设置是否可以实现我所尝试的操作吗?如果可以,我该如何实现它?
如能得到任何帮助,我们将不胜感激,并提前谢谢您。