config für 3 Monitore an 2 Grakas

JohnPreston

Lieutenant
Registriert
Sep. 2008
Beiträge
736
Hi

Da ich vor kurzem einen weiteren Monitor bekommen habe und diesen auch noch an meinen PC anschließen wollte, habe ich mir dafür eine zweite Grafikkarte gekauft. Allerdings habe ich jetzt Probleme diese zum laufen zu bekommen.
Die zwei Grafikkarten sind: Nvidia Geforce 8800GT und eine Geforce G210. Die Monitore 2x acer AL1913 und ein Samsung SyncMaster T260HD.
Ich habe gelesen (ja wirklich^^ und zwar schon jede Menge), dass man für drei Monitore nicht mehr Twinview verwenden kann sondern man sich eine config für Xinerama erstellen muss. Da ich jetzt scho eine Weile rumprobiere und es nicht zum laufen bekomme frage ich jetzt mal hier.
Ich bekomme immer nur einen Monitor zu laufen. es funktionieren beide Grafikkarten einzeln, nur eben nicht zusammen.

Mein xorg.config:

Code:
 Section "ServerLayout"
     Identifier     "Layout0"
 	Screen 0 "Screen0" 0 0
 	Screen 1 "Screen2" RightOf "Screen1"
 	Screen 2 "Screen1" RightOf "Screen0"
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
     Option         "Xinerama" "true"
 	Option "AddARGBGLXVisuals" "true"
 EndSection
 Section "ServerFlags"
 	Option "Xinerama"
 EndSection
 
 Section "Files"
 EndSection
 
 Section "InputDevice"
     Identifier     "Keyboard0"
     Driver         "kbd"
 EndSection
 
 Section "InputDevice"
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Device" "/dev/psaux"
     Option         "Emulate3Buttons" "no"
     Option         "ZAxisMapping" "4 5"
 EndSection
 
 Section "Monitor"
     Identifier     "Monitor0"
 EndSection
 Section "Monitor"
     Identifier     "Monitor1"
 EndSection
 Section "Monitor"
     Identifier     "Monitor2"
 EndSection
 
 Section "Device"
     Identifier     "Device0"
     Driver         "nvidia"
 	BusID		"PCI:1:0:0"
 EndSection
 Section "Device"
     Identifier     "Device1"
     Driver         "nvidia"
 	BusID		"PCI:6:0:0"
 EndSection
 
 Section "Screen"
     Identifier     "Screen0"
     Device         "Device1"
     Monitor        "Monitor0"
     DefaultDepth    24
     SubSection     "Display"
         Depth       24
     EndSubSection
 EndSection
 Section "Screen"
 	Identifier	"Screen1"
 	Device		"Device0"
 	Monitor		"Monitor1"
     DefaultDepth    24
     SubSection     "Display"
         Depth       24
     EndSubSection
 EndSection
 Section "Screen"
 	Identifier	"Screen2"
 	Device		"Device0"
 	Monitor		"Monitor2"
     DefaultDepth    24
     SubSection     "Display"
         Depth       24
     EndSubSection
 EndSection


und die Xorg.log (nur Nvidia Ausschnitt)
Code:
 [  1098.041] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
 [  1098.041] (==) NVIDIA(0): RGB weight 888
 [  1098.041] (==) NVIDIA(0): Default visual is TrueColor
 [  1098.041] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
 [  1098.041] (**) NVIDIA(0): Enabling RENDER acceleration
 [  1098.041] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions
 [  1098.041] (II) NVIDIA(0):     enabled.
 [  1098.379] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:6:0:0 (GPU-0)
 [  1098.379] (--) NVIDIA(0): Memory: 1048576 kBytes
 [  1098.379] (--) NVIDIA(0): VideoBIOS: 70.18.2d.00.50
 [  1098.379] (II) NVIDIA(0): Detected PCI Express Link width: 1X
 [  1098.379] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
 [  1098.379] (--) NVIDIA(0): Connected display device(s) on GeForce 210 at PCI:6:0:0
 [  1098.379] (--) NVIDIA(0):     Acer AL1913 (CRT-1)
 [  1098.379] (--) NVIDIA(0): Acer AL1913 (CRT-1): 400.0 MHz maximum pixel clock
 [  1098.431] (II) NVIDIA(0): Assigned Display Device: CRT-1
 [  1098.431] (==) NVIDIA(0): 
 [  1098.431] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
 [  1098.431] (==) NVIDIA(0):     will be used as the requested mode.
 [  1098.431] (==) NVIDIA(0): 
 [  1098.431] (II) NVIDIA(0): Validated modes:
 [  1098.431] (II) NVIDIA(0):     "nvidia-auto-select"
 [  1098.431] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
 [  1098.434] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
 [  1098.434] (--) NVIDIA(0):     option
 [  1098.434] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
 [  1098.434] (WW) NVIDIA(0):     Xinerama extension.
 [  1098.434] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
 [  1098.434] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
 [  1098.434] (==) NVIDIA(1): RGB weight 888
 [  1098.434] (==) NVIDIA(1): Default visual is TrueColor
 [  1098.434] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
 [  1098.434] (**) NVIDIA(1): Enabling RENDER acceleration
 [  1098.514] (EE) NVIDIA(1): Failed to initialize the NVIDIA graphics device PCI:1:0:0. 
 [  1098.514] (EE) NVIDIA(1):     Please check your system's kernel log for additional error
 [  1098.514] (EE) NVIDIA(1):     messages and refer to Chapter 8: Common Problems in the
 [  1098.514] (EE) NVIDIA(1):     README for additional information.
 [  1098.514] (EE) NVIDIA(1): Failed to initialize the NVIDIA graphics device!
 [  1098.514] (II) UnloadModule: "nvidia"
 [  1098.514] (II) UnloadModule: "wfb"
 [  1098.514] (II) UnloadModule: "fb"
 [  1098.514] (--) Depth 24 pixmap format is 32 bpp
 [  1098.514] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
 [  1098.718] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device PCI:1:0:0. 
 [  1098.718] (EE) NVIDIA(GPU-1):     Please check your system's kernel log for additional error
 [  1098.718] (EE) NVIDIA(GPU-1):     messages and refer to Chapter 8: Common Problems in the
 [  1098.718] (EE) NVIDIA(GPU-1):     README for additional information.
 [  1098.718] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!

Wenn ihr mehr Informationen benötigt sagt mir welche und ich liefere sie euch.
Danke schonmal für eure Hilfe.
 
so weit ich weiß funktioniert das so nicht..
bei 2 gleichen graka's in SLI/Crossfire ist es ja auch nicht möglich 3-4 monitore gleichzeitig zu betreiben... eyefinity oder matrox wäre da vll was...
 
NV kann das mit unterschiedlichen KArten nicht. Dazu kauft man die BESSEREN AMd -Karten mit 5 fach Monitor Anschluß.
 
sorry Linux Ubuntu 10.10 installiert, hab ich ganz vergessen (aber der Log schaut doch wohl kaum nach einem Windoof OS aus oder?)

eyefinity läuft imo nur mit ATI Karten
TripleHead2Go wäre natürlich eine Option allerdings möchte ich nicht das Geld dafür ausgeben, zumal ich eben die zweite Grafikkarte gekauft habe.

Das muss doch aber bei der richtigen Konfiguration auch mit NV Karten funktionieren und ob SLI oder nicht sollte da keine Rolle spielen.
 
TwinView ist definitiv nur für 2 Monitore geeignet, da muss schon Xinerama her.
Ich bezweifle dass XRandR dies zum laufen bekommt, aber ich werd das morgen mal ausprobieren!
 
Also wenn, dann geht das mit nem zweiten seperaten X-Server. Der dann auf der zweiten Graka läuft. Müsste gehen, wenn du den Xserver direkt mit ner seperaten config startest. Ist zwar kein Xinerama aber besser als nichts.
 
Zurück
Oben