Here I report my xorg.conf
It's a bit complicated because I need to have 4 monitors enabled and
I've 2 video cards.
If I enable
Screen 0
Screen 1
in corrispective Device sections for Matrox card
I have Matrox output freezing!
At this moment I have Screen2 and Screen3 (Matrox) with the same view!
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 0
Screen 2 "Screen2" 0 0
Screen 3 "Screen3" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1600x1200"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 70.0
VertRefresh 50.0 - 95.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor 640x480"
# HorizSync 31.5 - 35.1
# VertRefresh 50.0 - 50.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor 640x480"
HorizSync 30.0 - 35.1
VertRefresh 60.0 - 85.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "Monitor 640x480"
HorizSync 30.0 - 35.1
VertRefresh 60.0 - 85.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
Option "Display" "CRT"
Option "MonitorLayout" "CRT,TV"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel Corporation 82852/855GM Integrated Graphics Device"
Option "Display" "TV"
Option "MonitorLayout" "CRT,TV"
BusID "PCI:0:2:0"
Screen 1
EndSection
Section "Device"
Identifier "Matrox0"
Driver "mga"
BusID "PCI:2:0:0"
VideoRam 32768
EndSection
Section "Device"
Identifier "Matrox1"
Driver "mga"
BusID "PCI:2:0:0"
VideoRam 32768
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Matrox0"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1280x1024" "1024x768" "800x600" "640x480"
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen3"
Device "Matrox1"
Monitor "Monitor3"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1280x1024" "1024x768" "800x600" "640x480"
Modes "640x480"
EndSubSection
EndSection
J.O. Aho ha scritto:
> FabX wrote:
> > I'm using Matrox G550 PCI version with dual view support.
> > My kernel is 2.6.18-1.2798 from Fedora Core 6.
> >
> > lspci show me only one BusID:
> > PCI:2:0:0 VGA compatible controller: Matrox Graphics....
> > I can't see two BusID from lspci and if I enable
>
> It's the same BusID for the both heads, you still only using one PCI slot.
> Do set BusID in both device-sections.
>
> For supported options, take a look at
> http://xorg.freedesktop.org/releases/X11R7.0/doc/html/mga.4.html
>
> I do suggest you make a search on the net on dualhead matrox to find examples
> of a proper xorg.conf.
>
>
> --
>
> //Aho