Gary Kramlich <[email protected]> writes:
> The pre-release drivers fixed my dependency problems, but I can't get
> multi-head to work with them. I'm using a single card to drive 2
> monitors, and as long as I have a "Screen 0" or "Screen 1" in either
> device section, xorg bombs out saying "screen 0 deleted because a
> matching config section couldn't be found."
> I've verified my settings, and that's the only thing that makes a
> difference. If I remove the Screen options, I can only bring up a
> single monitor.
Does it work if you add two Screen sections? My current configuration in
a similar sort of setup is:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "nForce 760i SLI"
BusID "PCI:4:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "nForce 760i SLI"
BusID "PCI:4:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
which has a lot more settings than are actually necessary, but may give
you an idea of what could work.
--
Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]