← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 625564] Re: 3 matrox cards - 2 * dual head G450 PCI & 1 * Dual Head AGP Dell precision 450 - can not config xorg & lucid install corrupted vista

 

Can Anyone Please help ?

Update;

 I did somehow manage to get one screen going for a short while but the
gnome monitor applet says unknown, 0Hz, & all the options are greyed out
including detect monitor,

Have been slowly trying to create an xorg.conf by hand, this is what I
have so far( its unfinished ), can someone please comment & help ?


 Section "ServerLayout"
	Identifier     "Simple Layout"

	Screen         "Screen 1" LeftOf "Screen 2"
	Screen         "Screen 2" LeftOf "Screen 3"
	Screen         "Screen 3" LeftOf "Screen 4"
	Screen         "Screen 5" Above "Screen 1"
	Screen         "Screen 3" Above "Screen 2"
	Screen         "Screen 4" 


	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option "Xinerama"
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/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "type1"
	Load  "freetype"
    Load  "glx"
EndSection

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

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

Section "Monitor"
	Identifier   "My Monitor 1"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
	Identifier   "My Monitor 2"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
	Identifier   "My Monitor 3"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
	Identifier   "My Monitor 4"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection


Section "Monitor"
	Identifier   "My Monitor 5"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection

Section "Monitor"
	Identifier   "My Monitor 6"
	HorizSync    31.5 - 95.0
	VertRefresh  50.0 - 85.0
EndSection

Section "Device"
	Identifier  "MGA CARD 1"
	Driver      "mga"
	BusID       "PCI:01:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    Screen      0
EndSection

Section "Device"
	Identifier  "MGA CARD 2"
	Driver      "mga"
	BusID       "PCI:01:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
	Screen      0
EndSection

Section "Device"
	Identifier  "MGA CARD 3"
	Driver      "mga"
	BusID       "PCI:04:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    Screen      0
EndSection

Section "Device"
	Identifier  "MGA CARD 4"
	Driver      "mga"
	BusID       "PCI:04:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
	Screen      1
EndSection


Section "Device"
	Identifier  "MGA CARD 5"
	Driver      "mga"
	BusID       "PCI:07:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
    Screen      0
EndSection

Section "Device"
	Identifier  "MGA CARD 6"
	Driver      "mga"
	BusID       "PCI:07:00.0"
#   Option      "DigitalScreen1" "on"
    Option      "MGASDRAM"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "MGA CARD 1"
	Monitor    "My Monitor 1"
 	DefaultDepth   24

	SubSection "Display"
		Depth     16 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen 2"
	Device     "MGA CARD 2"
	Monitor    "My Monitor 2"
	DefaultDepth    24

	SubSection "Display"
		Depth     16
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen 3"
	Device     "MGA CARD 3"
	Monitor    "My Monitor 3"
 	DefaultDepth   24

	SubSection "Display"
		Depth     16 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen 4"
	Device     "MGA CARD 4"
	Monitor    "My Monitor 4"
	DefaultDepth    24

	SubSection "Display"
		Depth     16
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "Screen"
	Identifier "Screen 5"
	Device     "MGA CARD 3"
	Monitor    "My Monitor 3"
 	DefaultDepth   24

	SubSection "Display"
		Depth     16 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen 6"
	Device     "MGA CARD 4"
	Monitor    "My Monitor 4"
	DefaultDepth    24

	SubSection "Display"
		Depth     16
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth     24 
        Modes   "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

-- 
3 matrox cards - 2 * dual head G450 PCI & 1 * Dual Head AGP  Dell precision 450 - can not config xorg & lucid install corrupted vista
https://bugs.launchpad.net/bugs/625564
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-mga in ubuntu.



References