Results 1 to 1 of 1
I have two Nvidia cards in my PC as reflected by lshw
...
*-display
description: VGA compatible controller
product: GT216 [GeForce GT 220]
vendor: nVidia Corporation
physical id: 0
bus ...
- 12-01-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 1
2 video cards, only 1 in xorg.conf
I have two Nvidia cards in my PC as reflected by lshw
But only one shows in my Xorg.conf
...
*-display
description: VGA compatible controller
product: GT216 [GeForce GT 220]
vendor: nVidia Corporation
physical id: 0
bus info: pci(at)0000:01:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:18 memory:fc000000-fcffffff memory:b0000000-bfffffff memory:cc000000-cdffffff ioport:c800(size=12
memory:fbf80000-fbffffff
...
*-display
description: VGA compatible controller
product: GT216 [GeForce GT 220]
vendor: nVidia Corporation
physical id: 0
bus info: pci(at)0000:02:00.0
version: a2
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:16 memory:fd000000-fdffffff memory:d0000000-dfffffff memory:ce000000-cfffffff ioport:d800(size=12
memory:fea80000-feafffff
...
As you can see, I have two monitors connected to one card.
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 280.13 (buildd(at)rothera) Thu Aug 11 17:28:49 UTC 2011
Section "ServerLayout"
# Removed Option "Xinerama" "0"
# Removed Option "Xinerama" "1"
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 "HSP HSG1116"
HorizSync 30.0 - 68.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "HSP HSG1116"
HorizSync 30.0 - 68.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 220"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1920x1080 +0+0, CRT-1: nvidia-auto-select +1920+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
What I want is one monitor connected to each card.
Can anyone help?
NOTE TO MODS
Your filtering assumes that the (at) symbol can and will only be used to post email addresses and prevents me from using it.
I have had to search and replace the (at) symbol in the above post and replace it with the letters "(at)"
Sorry if this section doesn't make a great deal of sense by the forum prevents me from posting what I actually a) need to b) mean.


Reply With Quote
