
私は 2 つの GTX 275 を SLI で使用しています。両方のモニターを同じカードに接続すると、ツインビューを有効にして動作します。しかし、各モニターを別のカードに接続すると、ツインビューのオプションがなくなり、セカンダリ スクリーンが白くなり、マウスをその上に移動すると、マウスが X に変わります。
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.33 (buildd@allspice) Fri Mar 30 13:37:33 UTC 2012
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Electronics M2762D"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "DELL E193FP"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
# HorizSync source: edid, VertRefresh source: edid
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-1"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# generated from default
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 1280 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 275"
BusID "PCI:2:0:0"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 275"
BusID "PCI:3:0:0"
Option "NoLogo" "True"
EndSection
答え1
独自の NVIDIA ドライバーのドキュメントの第 29 章を参照してください。ディスプレイが 2 つだけの場合、NVIDIA は、両方のディスプレイを 1 枚のカードに接続した TwinView の使用を推奨しているようです。この構成により、最高のエクスペリエンスが得られると思われます。
公式サイトから Linux ドライバーをダウンロードすることを選択すると、ドキュメントが見つかります。追加情報タブの README リンクです。
または、代わりに Unix 関連のページを使用し、必ずドライバのバージョンとアーキテクチャに一致するドキュメントを使用してください。 http://www.nvidia.com/object/unix.html