Triple screens configuration
Hi
Has anybody in managed to get three screens working. If so could they attach their XF86config file.
I have been ttrying for like 4 hours with little success to get an AGP Dual and a PCI card all Nvidia to display for me.
This the error i get.
(WW) NV: No matching Device section for instance (BusID PCI:3:10:0) found
Fatal server error:
Requested Entity already in use!
Any Help would be greatly appreciated as I havent got very far from just googling.
Thankyou
Aaron
This is sample of my config file.
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "Monitor"
Identifier "MyMonitor"
VendorName "Samsung"
ModelName "191T"
DisplaySize 376 301
HorizSync 30 - 81
VertRefresh 56 - 85
EndSection
Section "Monitor"
Identifier "MyMonitor 1"
VendorName "Samsung"
ModelName "191T"
DisplaySize 376 301
HorizSync 30 - 81
VertRefresh 56 - 85
EndSection
Section "Monitor"
Identifier "MyMonitor 2"
VendorName "Samsung"
ModelName "191T"
DisplaySize 376 301
HorizSync 30 - 81
VertRefresh 56 - 85
EndSection
Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nv"
Option "Overlay" "True"
Screen 0
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "NV AGP 1"
VendorName "nvidia"
Driver "nv"
Option "Overlay" "True"
Screen 1
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "NV PCI"
VendorName "nvidia"
Driver "vesa"
Screen 2
BusID "PCI:3:10:0"
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen AGP 1"
Device "NV AGP 1"
Monitor "MyMonitor 1"
DefaultColorDepth 24
Subsection "Display"
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen PCI"
Monitor "MyMonitor 2"
Device "NV PCI"
DefaultColorDepth 24
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "AGP3X"
Screen 0 "Screen AGP"
Screen 1 "Screen AGP 1" LeftOf "Screen AGP"
Screen 2 "Screen PCI" LeftOf "Screen AGP 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Last edited by aaronj; 11-22-2004 at 02:53 AM.
|