It works now.
I'm not quite sure of what I did, but here's the correct XF86Config part:
---
Section "Device"
       Identifier      "nvidia0"
       Driver          "nvidia"
       BusID           "PCI:1:0:0"
       Screen          0
EndSection

Section "Device"
       Identifier      "nvidia1"
       Driver          "nvidia"
       BusID           "PCI:1:0:0"
       Screen          1
EndSection

Section "Device"
       Identifier      "card0"
       Driver          "s3virge"
       BusID           "PCI:0:12:0"
       Screen          0
EndSection
---

Note that I use Screen 0 on the S3 ViRGE card, instead of Screen 2.
Screen 0 on my nVidia and Screen 1 on my nVidia TV-out.
(I also changed the Identifier, but that was not the problem)

So I suppose the problem was that I used Screen 2 instead of 1.

thanks for the help
/Frans
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to