[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#278863: XFree86 and matrox



thanks for your reply

I join to this mail the file you were asking for.

but my trouble seems to be resolved.

X11 was craching at start. In fact it did'nt start at all.
the problem was due to "/usr/X11R6/lib/modules/drivers/mga_hal_drv.o" file. 
this file was not lincked to something. It was deleted and X11 start again.
the solution was found by a friend of mine. I do apologize because I am a 
roocky in Linux, so I can't help you a lot.

Thanks for developping Debian Linux. If you need some more informations, i 
will try to find answer to your questions.

B Riou


Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen 		"Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "unix/:7110"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "fr"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "imPS/2"
	Option      "Device" "/dev/mouse"
	Option      "Buttons" "5"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "VSC"
	ModelName    "E70f"
	HorizSync    31.5 - 57.0
	VertRefresh  50.0 - 120.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400 AGP"
	ChipSet     "mgag400"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes   "1024x768"
	EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection




Reply to: