Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 00:40:08 -0400
From:      Justin C Sherrill <justin@shiningsilence.com>
To:        questions@freebsd.org
Subject:   G400 Dualhead and second monitor - no output
Message-ID:  <200108200430.f7K4Ujg18012@mailout5.nyroc.rr.com>

next in thread | raw e-mail | index | archive | help
I've got myself a Matrox G400 Dualhead and I've installed the Powerdesk port 
(/usr/ports/X11/mgapdesk/)  I can't get my machine to output through the 
second video port.  It never seems to get a signal.

The Powerdesk software very kindly sets up my /etc/X11/XF86Config file in a 
way that looks correct to me, and seems to match what others have reported.   
 This is a relatively recent 4.3-STABLE machine with X 4.1 and KDE 2.2.  I 
have switched monitors and ports as a sanity check to make sure it's not a 
hardware issue in cabling or the monitors.

Can anyone chime in with if they've gotten both "heads" working with this 
card under FreeBSD?  

Thanks.  My current XF86Config file is pasted below.

Section "ServerLayout"
        Identifier     "Matrox PowerDesk configured."
        Screen         "Display 1" LeftOf "Display 2"
        Screen         "Display 2" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
EndSection

Section "ServerFlags"
        Option "Xinerama"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "MouseSystems"
bash-2.05$ cat XF86Config
Section "ServerLayout"
        Identifier     "Matrox PowerDesk configured."
        Screen         "Display 1" LeftOf "Display 2"
        Screen         "Display 2" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
EndSection

Section "ServerFlags"
        Option "Xinerama"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "MouseSystems"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Display 1"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 90.0
EndSection

Section "Monitor"
        Identifier   "Display 2"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 90.0
EndSection

Section "Device"
        Identifier  "MATROX CARD 1"
        Driver      "mga"
        VendorName  "Unknown"
        BoardName   "Unknown"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "MATROX CARD 2"
        Driver      "mga"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Display 1"
        Device     "MATROX CARD 1"
        Monitor    "Display 1"
        DefaultDepth     16
        SubSection "Display"
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection
 
Section "Screen"
        Identifier "Display 2"
        Device     "MATROX CARD 2"
        Monitor    "Display 2"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection
 
Section "DRI"
EndSection

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108200430.f7K4Ujg18012>