hi,

after a new install, Xfree doesn't start in Xinerama Mode. He always
tries the 0:11:0 busID, but not 0:0b:0 or 0:b:0

My Cards Matrox G400
         Matrox Millennium XX

00:0b.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W
[Millennium] (rev 01)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP
(rev 03)

see my Xfree Config

what is the problem?
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        #FontPath       "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/truetype"
        #FontPath       "/usr/lib/X11/fonts/truetype/openoffice"
        
EndSection

Section "ServerFlags"
        Option  "Xinerama"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        #Load   "pex5"
        Load    "record"
        #Load   "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "G400"
        BusID           "AGP:1:0:0"
        Driver          "mga"
        VendorName      "Matrox"
        BoardName       "G400"
        Option          "accel"
EndSection

Section "Device"
        Identifier      "millenium"
        BusID           "PCI:0:0b:0"
        Driver          "mga"
        VendorName      "millenium"
        BoardName       "millenium"
        Option          "accel"
EndSection

Section "Monitor"
        Identifier      "Main Monitor"
        VendorName      "Hewlett Packard"
        ModelName       "A4331D"
        HorizSync       30-72
        VertRefresh     50-120
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Second Monitor"
        VendorName      "Samsung"
        ModelName       "SyncMaster 17GL"
        HorizSync       30-72
        VertRefresh     50-120
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "G400"
        Monitor         "Main Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1400x1050" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Second Screen"
        Device          "millenium"
        Monitor         "Second Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480" "320x256" "320x240"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen  0       "Default Screen"
        Screen  1       "Second Screen" LeftOf "Default Screen"
#       Screen  0       "Default Screen" 0 0
#       Screen  1       "Second Screen" 1400 282
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config


--
[EMAIL PROTECTED] mailing list

Reply via email to