Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 12:43:10 -0500
From:      Bryan Albright <bryana@oss.uswest.net>
To:        questions@FreeBSD.ORG
Subject:   Xfree86-4.0 & xinerama
Message-ID:  <20000509124310.A5066@thor.oss.uswest.net>

next in thread | raw e-mail | index | archive | help
Hi all--

Has anyone gotten the xinerama feature to work with XFree86 4.0?

I've got 2 video cards (1 Matrox G400 AGP and one Matrox G200 PCI
video cards, 2 Sony Multiscan 520GS-s) both plugged in.  I've got the
XF86Config set up as shown below, but when I try to run with either
dual-head or "Ultra" wide screens, the secondary monitor has vertical
black lines every centimeter or so.

I built and configured XFree86 out of the ports collection, and
enabled Xinerama in the initial configuration.

Thanks all,

Bryan

##############################
###### Begin XF86Config ######
##############################
Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
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 "ServerFlags"
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"    "PS/2"
    Option "Device"      "/dev/psm0"
    Option "Buttons"	 "4"
EndSection

Section "Monitor"
    Identifier  "Sony"
	HorizSync	31 - 70
    VertRefresh 55 - 120
EndSection

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "Matrox G400 AGP"
    Driver      "mga"
    BusID       "PCI:1:0:0"
    VideoRam 16384
EndSection

Section "Device"
    Identifier  "Matrox G200 PCI"
    Driver      "mga"
    BusID       "PCI:2:12:0"
    VideoRam 8192
    Option "pci retry"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Matrox G400 AGP"
    Monitor     "Sony"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "Matrox G200 PCI"
    Monitor     "Sony"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
   Identifier "Bihead"
   Screen     "Screen 1"
   Screen     "Screen 2" RightOf "Screen 1"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
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?20000509124310.A5066>