I've had this problem before when I upgraded from 3.3.X to the 4.x stuff.

After the upgrade the 2nd head-monitor gets just a black block cursor. 

Playing with the SWcursor and HWcursor fixed the problem from 3.3.X to 4.0, but
now upgrading to 4.1, it broke it again.

I'm running 4.1.0 with the MGA drivers, config attached.

-- 
Bob Tanner <[EMAIL PROTECTED]>       | Phone : (952)943-8700
http://www.mn-linux.org                 | Fax   : (952)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 

Section "Files"
        FontPath        "unix/:7100"
        FontPath        "tcp/fonts:7100"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "445Xpro"
        VendorName   "Nokia"
        ModelName    "Multigraph 445Xpro"
        HorizSync    30.0 - 121.0
        VertRefresh  50.0 - 150.0
EndSection

Section "Monitor"
        Identifier   "446Xpro"
        VendorName   "Nokia"
        ModelName    "Multigraph 446Xpro"
        HorizSync    30.0 - 107.0
        VertRefresh  50.0 - 150.0
EndSection


Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
        #Option     "TexturedVideo"
        #Option     "XAALines"
        #Option     "Crtc2Half"
        #Option     "Int10"
        #Option     "AGPMode2x"
        #Option     "AGPMode4x"
        #Option     "DigitalScreen"
        #Option     "TV"
        #Option     "TVStandard"
        #Option     "CableType"
        #Option     "UseIrqZero"
        #Option     "NoHal"
        Option      "AGPMode" "1"
        Identifier  "Matrox MGA G200 AGP"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G200 AGP"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        #Option     "SWcursor"
        Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
        #Option     "TexturedVideo"
        #Option     "XAALines"
        #Option     "Crtc2Half"
        #Option     "Int10"
        #Option     "AGPMode2x"
        #Option     "AGPMode4x"
        #Option     "DigitalScreen"
        #Option     "TV"
        #Option     "TVStandard"
        #Option     "CableType"
        #Option     "UseIrqZero"
        #Option     "NoHal"
        #Option      "AGPMode" "1"
        Identifier  "Matrox MGA G200 PCI"
        Driver      "mga"
        VendorName  "Matrox"
        BoardName   "MGA G200 PCI"
        BusID       "PCI:0:16:0"
EndSection

Section "Screen"
        Identifier "AGP"
        Device     "Matrox MGA G200 AGP"
        Monitor    "446Xpro"
        DefaultColorDepth 16
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
                ViewPort 0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
                ViewPort 0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier "PCI"
        Device     "Matrox MGA G200 PCI"
        Monitor    "445Xpro"
        DefaultColorDepth 16
        SubSection "Display"
                Depth    16
                Modes    "1024x768"
                ViewPort 0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
                ViewPort 0 0
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
        Identifier     "Two Screens"
        Screen          0 "PCI" 0 0
        Screen          1 "AGP" RightOf "PCI"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Reply via email to