K - this is what the sections looks like now:

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
EndSection

Section "Device"
        Identifier  "Videocard1"
        Screen      1
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
EndSection

When I added the 'Screen    1', it still did the mirroring. When I
changed the "vesa" to "nv", it showed no display on the right monitor.
The MX440 itself does have 2 VGA ports. I have a feeling we're close. I
love the dual-monitor setup on the WinXP side of the machine - it's nice
to have Email open on the right monitor while doing regular work on the
left. :)

Jim Hale
---
'Man Cannot Live By Bread Alone - He Must Also Have Peanut Butter' -
Duffey,1986
---


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Steven Whatley
Sent: Tuesday, March 11, 2003 11:45 PM
To: [EMAIL PROTECTED]
Subject: RE: Xinerama/Dual Monitor Setup


On Tue, 11 Mar 2003, Jim Hale wrote:
> Section "Device"
>       Identifier  "Videocard0"
>       Driver      "vesa"
>       VendorName  "Videocard vendor"
>       BoardName   "NVIDIA GeForce 4 (generic)"
> EndSection
>
> Section "Device"
>       Identifier  "Videocard1"
>       Driver      "vesa"
>       VendorName  "Videocard vendor"
>       BoardName   "NVIDIA GeForce 4 (generic)"
> EndSection

Do you have two GF4s or one GF4 with two VGA connectors?  First, you
probably need to use nVidia Linux drivers instead of the Vesa ones. If
you have two GF4s, then my guess is you need to specify the PCI slots
like I did in my example.  In may case, they are th same.  If the GF4
card is a dualhead card, then you need to add

        Screen          1

to the VideoCard1 device section.  It is really nice once it is working.

Good luck,
Steven



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to