システムはDVIに接続した2台目のモニターを検出しません。設定に「デジタルデバイス」という単語が表示され、解像度を640×480に設定できるように調整が追加されました。 D_SUBでそれぞれを正確に確認してください。
2台のモニター間のスペースを適切に操作するにはどうすればよいですか?
システム - Linux Mint 13、
グラフィックカード - GeFroce GT520、
モニター1 - ViewSonic VA1903wb(D_SUBに接続)、
モニター2 - LG Flatron L1919S(アダプターDVIを使用 - > DVIに接続されたD_SUB、
nvidiaドライバー - バージョン304.60
コマンドの結果ですxrandr -q
。
xrandr -q
Screen 0: minimum 8 x 8, current 2080 x 900, maximum 16384 x 16384
DVI-I-0 connected 640x480+1440+0 (normal left inverted right x axis y axis) 0mm x 0mm
640x480 59.9*+
320x240 120.1
VGA-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1280x960 60.0
1152x864 75.0
1024x768 75.0 70.1 60.0
800x600 75.0 72.2 60.3 56.2
640x480 75.0 72.8 59.9
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
私のxorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 304.60 (buildmeister@swio-display-x86-rhel47-13) Sun Oct 14 21:19:07 PDT 2012
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.60 (buildmeister@swio-display-x86-rhel47-13) Sun Oct 14 21:19:18 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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 520"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-1"
Option "metamodes" "CRT-0: nvidia-auto-select +1440+0, CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
以下のコードを追加してみましたが、役に立ちませんでした。
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Flatron L1919S"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Modeline "1280x960_60.00" 102.10 1280 1360 1496 1712 960 961 964 994 -HSync +Vsync
Option "DPMS"
アダプタのせいではないでしょうか?
答え1
興味のある人なら、問題はアダプタにあります。アダプターを交換した後、モニターが正しく検出され、自由に構成できます。