On Sat, 10 Nov 2001, Jeremy Elgar wrote:

> Im having exactly the same problem the second display totaly refuses
> todo squat.
> Found very little help any where.
> Tried powerdesk and the Matrox drivers as well as the XFree 86 ones
> Also using Debian.

I've got it working. I'm using the Matrox HAL driver with the stock XFree
display driver:

/usr/X11R6/lib/modules/drivers/mga_drv.o from xserver-xfree86 4.1.0-9
/usr/X11R6/lib/modules/drivers/mga_hal_drv.o from mga-133_143.tgz

Relevant parts of XF86Config:

Section "ServerFlags"
       Option "Xinerama"  "true" # spares the +xinerama switch
EndSection

Section "Device"
        Identifier      "MGA0"
        Driver          "mga"
        Chipset         "mgag400"
        BusID           "PCI:4:0:0"
        Screen 0
EndSection
Section "Device"
        Identifier      "MGA1"
        Driver          "mga"
        Chipset         "mgag400" # don't know if this bit
        Option "MGASDRAM" "false" # or this bit are important
        BusID           "PCI:4:0:0"
        Screen 1
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "Monitor1"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "MGA0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1152x864"
        EndSubSection
EndSection
Section "Screen"
        Identifier      "Screen1"
        Device          "MGA1"
        Monitor         "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1152x864"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen0"
        Screen          "Screen1" RightOf "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

--
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to