XFree86 on SPARC + Matrox Productiva G100

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

 



Hello everyone,

I've got some Ultrasparc 60 I'd like to use with Matrox Productiva
G100 four-head PCI cards. XFree86 4.6 compiled fine (using GCC 2.95,
Debian Woody sparc64). Running the X server is a problem: Only the
SBUS cards work, not the Matrox PCI card. I've tried commenting out
modules and changing driver options, but I cannot get it to work,
and it gives me error messages that seem odd to me -- for instance it
says, after loading the mga driver:

(II) Primary Device is: PCI 01:05:0
(WW) MGA: No matching Device section for instance (BusID PCI:1:1:0) found
(WW) MGA: No matching Device section for instance (BusID PCI:1:9:0) found
(WW) MGA: No matching Device section for instance (BusID PCI:1:13:0) found

But I *do* have device sections with this BusID in my config file. Or
is my config file incorrect? lspci reports four G100 at these BusIDs.

Then, always after the log line

(==) MGA(0): BIOS at 0xC0000

the X server warns about unresolved symbols and exits. As stated above,
no problem running the X server using only the two SBUS cards.

Does anybody have suggestions how I could fix this? Please see below
for my XF86Config-4 and the log.

(BTW, another little problem: When I started the X server using only
the sunffb cards, I noticed that CTRL-ALT-Fx doesn't work; CTRL-ALT-
Backspace does. That didn't change even though I included an explicit
"DontVTSwitch" option ... is this a keyboard driver issue?)

Regards,


Björn



/etc/X11/XF86Config-4
---snip---
Section "ServerFlags"
	Option "Xinerama" "false"
	Option "DontVTSwitch" "false"

EndSection
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
#	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	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  "dri"
	#Load  "dbe"
	#Load  "extmod"
	#Load  "glx"
	#Load  "pex5"
	#Load  "record"
	#Load  "xie"
	#Load  "xtrap"
	#Load  "speedo"
	#Load  "type1"
EndSection
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "AutoRepeat" "500 30"
	Option      "XkbRules" "sun"
	Option      "XkbModel" "type5"
	Option      "XkbLayout" "us"
	Option      "XkbOptions" "srvrkeys:fkey2ft"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
#	Option	    "Protocol" "sun"
	Option	    "Device" "/dev/sunmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
	Identifier  "Card0"
	Driver      "sunffb"
	BusID       "SBUS:fb0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
	Identifier  "Card1"
	Driver      "sunffb"
	BusID       "SBUS:fb1"
EndSection

Section "Device"
	Identifier  "Matrox0"
	Driver      "mga"
	BusID	"PCI:1:5:0"
	Screen 0
	Option "HWCursor" "false"
	Option "MGASDRAM" "false"
	Option "NoAccel" "true"
	Option "PciRetry" "true"
EndSection

Section "Device"
	Identifier  "Matrox1"
	Driver      "mga"
	BusID	"PCI:1:1:0"
	Screen 1
	Option "HWCursor" "false"
	Option "MGASDRAM" "false"
	Option "NoAccel" "true"
	Option "PciRetry" "true"
EndSection

Section "Device"
	Identifier  "Matrox2"
	Driver      "mga"
	BusID	"PCI:1:9:0"
	Screen 2
	Option "HWCursor" "false"
	Option "MGASDRAM" "false"
	Option "NoAccel" "true"
	Option "PciRetry" "true"
EndSection

Section "Device"
	Identifier  "Matrox3"
	Driver      "mga"
	BusID	"PCI:1:13:0"
	Screen 3
	Option "HWCursor" "false"
	Option "MGASDRAM" "false"
	Option "NoAccel" "true"
	Option "PciRetry" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Matrox0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
EndSection
---snap---

/var/log/XFree86.log.0
---snip---
XFree86 Version 4.6.0
Release Date: 10 May 2006
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.4.18 sparc64 [ELF] 
Current Operating System: Linux bzrechner2.ebd.local 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64
Build Date: 25 August 2006
Changelog Date: 10 May 2006
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Command line: /usr/bin/X11/X -dpi 100 -nolisten tcp
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (EE) error, (WW) warning,
	(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Aug 25 23:41:10 2006
(==) Using config file: "/etc/X11/XF86Config-4".
(II) Executable is "/usr/X11R6/bin/XFree86".
(II) Reading symbols from "/usr/X11R6/bin/XFree86".
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.3
	XFree86 Video Driver: 0.10
	XFree86 XInput driver : 0.5
	XFree86 Server Extension : 0.4
	XFree86 Font Renderer : 0.5
(II) Loader running on linux
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "sun"
(**) XKB: rules: "sun"
(**) Option "XkbModel" "type5"
(**) XKB: model: "type5"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbOptions" "srvrkeys:fkey2ft"
(**) XKB: options: "srvrkeys:fkey2ft"
(==) Keyboard: CustomKeycode disabled.
(==) ServerLayout "XFree86 Configured"
(==) |-->Screen "Screen0" (0) (0, 0)
(**) |  |-->Device "Matrox0"
(**) |  |-->Monitor "Monitor0" (0)
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "DontVTSwitch" "false"
(**) Option "Xinerama" "false"
(II) Checking for unused ServerFlags options:
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.6.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.10
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.6.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Bitmap
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80
(II) PCI: 00:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80
(II) PCI: 00:03:0: chip 1000,000f card 0000,0000 rev 14 class 01,00,00 hdr 80
(II) PCI: 00:03:1: chip 1000,000f card 0000,0000 rev 14 class 01,00,00 hdr 80
(II) PCI: 00:05:0: chip 1011,0024 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 01:01:0: chip 102b,1000 card 102b,ff05 rev 01 class 03,00,00 hdr 00
(II) PCI: 01:05:0: chip 102b,1000 card ffff,ffff rev 01 class 03,80,00 hdr 00
(II) PCI: 01:09:0: chip 102b,1000 card ffff,ffff rev 01 class 03,80,00 hdr 00
(II) PCI: 01:0d:0: chip 102b,1000 card ffff,ffff rev 01 class 03,80,00 hdr 00
(II) PCI: 02:00:0: chip 108e,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	2	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	2	0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	2	0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:5:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	2	0x00100000 - 0x08ffffff (0x8f00000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 2: bridge is at (2:0:0), (2,2,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[B]
(!!) More than one possible primary device found
(!!) More than one possible primary device found
(--) PCI: (1:1:0) Matrox Graphics, Inc. MGA G100 [Productiva] rev 1, Mem @ 0x01000000/24, 0x02000000/14, 0x02800000/23, BIOS @ 0x03000000/16
(--) PCI:*(1:5:0) Matrox Graphics, Inc. MGA G100 [Productiva] rev 1, Mem @ 0x03000000/24, 0x04000000/14, 0x04800000/23
(--) PCI: (1:9:0) Matrox Graphics, Inc. MGA G100 [Productiva] rev 1, Mem @ 0x05000000/24, 0x06000000/14, 0x06800000/23
(--) PCI: (1:13:0) Matrox Graphics, Inc. MGA G100 [Productiva] rev 1, Mem @ 0x07000000/24, 0x08000000/14, 0x08800000/23
(--) SBUS: Sun FFB
(--) SBUS: Sun FFB
(WW) Open ACPI failed (/proc/acpi/event) (No such file or directory)
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Addressable bus resource ranges are
	[0] -1	1	0x00000000 - 0x7fffffff (0x80000000) MX[B]
	[1] -1	2	0x00000000 - 0x7fffffff (0x80000000) MX[B]
	[2] -1	1	0x00000000 - 0x0000ffff (0x10000) IX[B]
	[3] -1	2	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	2	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[10] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
	[0] -1	2	0x0900e000 - 0x0900efff (0x1000) MX[B]E
	[1] -1	2	0x0900c000 - 0x0900c0ff (0x100) MX[B]E
	[2] -1	2	0x0900a000 - 0x0900afff (0x1000) MX[B]E
	[3] -1	2	0x09008000 - 0x090080ff (0x100) MX[B]E
	[4] -1	2	0x09000000 - 0x09007fff (0x8000) MX[B]
	[5] -1	2	0x71000000 - 0x717fffff (0x800000) MX[B]
	[6] -1	2	0x70000000 - 0x70ffffff (0x1000000) MX[B]
	[7] -1	2	0x08800000 - 0x08ffffff (0x800000) MX[B](B)
	[8] -1	2	0x08000000 - 0x08003fff (0x4000) MX[B](B)
	[9] -1	2	0x07000000 - 0x07ffffff (0x1000000) MX[B](B)
	[10] -1	2	0x06800000 - 0x06ffffff (0x800000) MX[B](B)
	[11] -1	2	0x06000000 - 0x06003fff (0x4000) MX[B](B)
	[12] -1	2	0x05000000 - 0x05ffffff (0x1000000) MX[B](B)
	[13] -1	2	0x04800000 - 0x04ffffff (0x800000) MX[B](B)
	[14] -1	2	0x04000000 - 0x04003fff (0x4000) MX[B](B)
	[15] -1	2	0x03000000 - 0x03ffffff (0x1000000) MX[B](B)
	[16] -1	2	0x03000000 - 0x0300ffff (0x10000) MX[B](B)
	[17] -1	2	0x02800000 - 0x02ffffff (0x800000) MX[B](B)
	[18] -1	2	0x02000000 - 0x02003fff (0x4000) MX[B](B)
	[19] -1	2	0x01000000 - 0x01ffffff (0x1000000) MX[B](B)
	[20] -1	2	0x00001400 - 0x000014ff (0x100) IX[B]E
	[21] -1	2	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	2	0x0900e000 - 0x0900efff (0x1000) MX[B]E
	[1] -1	2	0x0900c000 - 0x0900c0ff (0x100) MX[B]E
	[2] -1	2	0x0900a000 - 0x0900afff (0x1000) MX[B]E
	[3] -1	2	0x09008000 - 0x090080ff (0x100) MX[B]E
	[4] -1	2	0x09000000 - 0x09007fff (0x8000) MX[B]
	[5] -1	2	0x71000000 - 0x717fffff (0x800000) MX[B]
	[6] -1	2	0x70000000 - 0x70ffffff (0x1000000) MX[B]
	[7] -1	2	0x08800000 - 0x08ffffff (0x800000) MX[B](B)
	[8] -1	2	0x08000000 - 0x08003fff (0x4000) MX[B](B)
	[9] -1	2	0x07000000 - 0x07ffffff (0x1000000) MX[B](B)
	[10] -1	2	0x06800000 - 0x06ffffff (0x800000) MX[B](B)
	[11] -1	2	0x06000000 - 0x06003fff (0x4000) MX[B](B)
	[12] -1	2	0x05000000 - 0x05ffffff (0x1000000) MX[B](B)
	[13] -1	2	0x04800000 - 0x04ffffff (0x800000) MX[B](B)
	[14] -1	2	0x04000000 - 0x04003fff (0x4000) MX[B](B)
	[15] -1	2	0x03000000 - 0x03ffffff (0x1000000) MX[B](B)
	[16] -1	2	0x03000000 - 0x0300ffff (0x10000) MX[B](B)
	[17] -1	2	0x02800000 - 0x02ffffff (0x800000) MX[B](B)
	[18] -1	2	0x02000000 - 0x02003fff (0x4000) MX[B](B)
	[19] -1	2	0x01000000 - 0x01ffffff (0x1000000) MX[B](B)
	[20] -1	2	0x00001400 - 0x000014ff (0x100) IX[B]E
	[21] -1	2	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	2	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[10] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	2	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	2	0x0900e000 - 0x0900efff (0x1000) MX[B]E
	[9] -1	2	0x0900c000 - 0x0900c0ff (0x100) MX[B]E
	[10] -1	2	0x0900a000 - 0x0900afff (0x1000) MX[B]E
	[11] -1	2	0x09008000 - 0x090080ff (0x100) MX[B]E
	[12] -1	2	0x09000000 - 0x09007fff (0x8000) MX[B]
	[13] -1	2	0x71000000 - 0x717fffff (0x800000) MX[B]
	[14] -1	2	0x70000000 - 0x70ffffff (0x1000000) MX[B]
	[15] -1	2	0x08800000 - 0x08ffffff (0x800000) MX[B](B)
	[16] -1	2	0x08000000 - 0x08003fff (0x4000) MX[B](B)
	[17] -1	2	0x07000000 - 0x07ffffff (0x1000000) MX[B](B)
	[18] -1	2	0x06800000 - 0x06ffffff (0x800000) MX[B](B)
	[19] -1	2	0x06000000 - 0x06003fff (0x4000) MX[B](B)
	[20] -1	2	0x05000000 - 0x05ffffff (0x1000000) MX[B](B)
	[21] -1	2	0x04800000 - 0x04ffffff (0x800000) MX[B](B)
	[22] -1	2	0x04000000 - 0x04003fff (0x4000) MX[B](B)
	[23] -1	2	0x03000000 - 0x03ffffff (0x1000000) MX[B](B)
	[24] -1	2	0x03000000 - 0x0300ffff (0x10000) MX[B](B)
	[25] -1	2	0x02800000 - 0x02ffffff (0x800000) MX[B](B)
	[26] -1	2	0x02000000 - 0x02003fff (0x4000) MX[B](B)
	[27] -1	2	0x01000000 - 0x01ffffff (0x1000000) MX[B](B)
	[28] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[30] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[31] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[32] -1	2	0x00001400 - 0x000014ff (0x100) IX[B]E
	[33] -1	2	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
	compiled for 4.6.0, module version = 1.1.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.10
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.6.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.5
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
	mgag550
(II) Primary Device is: PCI 01:05:0
(WW) MGA: No matching Device section for instance (BusID PCI:1:1:0) found
(WW) MGA: No matching Device section for instance (BusID PCI:1:9:0) found
(WW) MGA: No matching Device section for instance (BusID PCI:1:13:0) found
(--) Chipset mgag100 PCI found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	2	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	2	0x0900e000 - 0x0900efff (0x1000) MX[B]E
	[9] -1	2	0x0900c000 - 0x0900c0ff (0x100) MX[B]E
	[10] -1	2	0x0900a000 - 0x0900afff (0x1000) MX[B]E
	[11] -1	2	0x09008000 - 0x090080ff (0x100) MX[B]E
	[12] -1	2	0x09000000 - 0x09007fff (0x8000) MX[B]
	[13] -1	2	0x71000000 - 0x717fffff (0x800000) MX[B]
	[14] -1	2	0x70000000 - 0x70ffffff (0x1000000) MX[B]
	[15] -1	2	0x08800000 - 0x08ffffff (0x800000) MX[B](B)
	[16] -1	2	0x08000000 - 0x08003fff (0x4000) MX[B](B)
	[17] -1	2	0x07000000 - 0x07ffffff (0x1000000) MX[B](B)
	[18] -1	2	0x06800000 - 0x06ffffff (0x800000) MX[B](B)
	[19] -1	2	0x06000000 - 0x06003fff (0x4000) MX[B](B)
	[20] -1	2	0x05000000 - 0x05ffffff (0x1000000) MX[B](B)
	[21] -1	2	0x04800000 - 0x04ffffff (0x800000) MX[B](B)
	[22] -1	2	0x04000000 - 0x04003fff (0x4000) MX[B](B)
	[23] -1	2	0x03000000 - 0x03ffffff (0x1000000) MX[B](B)
	[24] -1	2	0x03000000 - 0x0300ffff (0x10000) MX[B](B)
	[25] -1	2	0x02800000 - 0x02ffffff (0x800000) MX[B](B)
	[26] -1	2	0x02000000 - 0x02003fff (0x4000) MX[B](B)
	[27] -1	2	0x01000000 - 0x01ffffff (0x1000000) MX[B](B)
	[28] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[29] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[30] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[31] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[32] -1	2	0x00001400 - 0x000014ff (0x100) IX[B]E
	[33] -1	2	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	1	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[1] -1	1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	2	0x7fffffff - 0x7fffffff (0x1) MX[B]
	[5] -1	2	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	2	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	2	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	2	0x0900e000 - 0x0900efff (0x1000) MX[B]E
	[9] -1	2	0x0900c000 - 0x0900c0ff (0x100) MX[B]E
	[10] -1	2	0x0900a000 - 0x0900afff (0x1000) MX[B]E
	[11] -1	2	0x09008000 - 0x090080ff (0x100) MX[B]E
	[12] -1	2	0x09000000 - 0x09007fff (0x8000) MX[B]
	[13] -1	2	0x71000000 - 0x717fffff (0x800000) MX[B]
	[14] -1	2	0x70000000 - 0x70ffffff (0x1000000) MX[B]
	[15] -1	2	0x08800000 - 0x08ffffff (0x800000) MX[B](B)
	[16] -1	2	0x08000000 - 0x08003fff (0x4000) MX[B](B)
	[17] -1	2	0x07000000 - 0x07ffffff (0x1000000) MX[B](B)
	[18] -1	2	0x06800000 - 0x06ffffff (0x800000) MX[B](B)
	[19] -1	2	0x06000000 - 0x06003fff (0x4000) MX[B](B)
	[20] -1	2	0x05000000 - 0x05ffffff (0x1000000) MX[B](B)
	[21] -1	2	0x04800000 - 0x04ffffff (0x800000) MX[B](B)
	[22] -1	2	0x04000000 - 0x04003fff (0x4000) MX[B](B)
	[23] -1	2	0x03000000 - 0x03ffffff (0x1000000) MX[B](B)
	[24] -1	2	0x03000000 - 0x0300ffff (0x10000) MX[B](B)
	[25] -1	2	0x02800000 - 0x02ffffff (0x800000) MX[B](B)
	[26] -1	2	0x02000000 - 0x02003fff (0x4000) MX[B](B)
	[27] -1	2	0x01000000 - 0x01ffffff (0x1000000) MX[B](B)
	[28] 0	2	0x000a0000 - 0x000affff (0x10000) MS[B]
	[29] 0	2	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[30] 0	2	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[31] -1	1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[32] -1	1	0x00000000 - 0x00000000 (0x1) IX[B]
	[33] -1	2	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[34] -1	2	0x00000000 - 0x00000000 (0x1) IX[B]
	[35] -1	2	0x00001400 - 0x000014ff (0x100) IX[B]E
	[36] -1	2	0x00001000 - 0x000010ff (0x100) IX[B]E
	[37] 0	2	0x000003b0 - 0x000003bb (0xc) IS[B]
	[38] 0	2	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.6.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.10
(--) MGA(0): Chipset: "mgag100 PCI"
(==) MGA(0): Depth 16, (==) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(**) MGA(0): Option "HWcursor" "false"
(**) MGA(0): Option "PciRetry" "true"
(**) MGA(0): Option "NoAccel" "true"
(**) MGA(0): Option "MGASDRAM" "false"
(==) MGA(0): Using AGP 1x mode
(**) MGA(0): Acceleration disabled
(**) MGA(0): PCI retry enabled
(--) MGA(0): Linear framebuffer at 0x3000000
(--) MGA(0): MMIO registers at 0x4000000
(--) MGA(0): Pseudo-DMA transfer window at 0x4800000
(==) MGA(0): BIOS at 0xC0000
(WW) Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol XAAScreenIndex from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86DestroyI2CDevRec from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CDevInit from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86CreateI2CDevRec from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CProbeAddress from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86DestroyI2CBusRec from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CProbeAddress from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86DestroyI2CBusRec from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86DestroyI2CBusRec from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!
(WW) Symbol xf86I2CWriteByte from module /usr/X11R6/lib/modules/drivers/mga_drv.o is unresolved!

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Caught signal 10.
Stack trace:
 0: 0x5800c: 0x58000 xf86ShowStackTrace + 0xc
	Module "/usr/X11R6/bin/XFree86"
 1: 0x58148: 0x580b4 xf86SigHandler + 0x94
	Module "/usr/X11R6/bin/XFree86"
 2: 0x7012af5c: <cannot guess>
 3: 0x7030e40c: 0x7030e3e4 MGAReadBios + 0x28
	Module "/usr/X11R6/lib/modules/drivers/mga_drv.o"
	Section ".text"
 4: 0x7030ffd8: 0x7030ee38 MGAPreInit + 0x11a0
	Module "/usr/X11R6/lib/modules/drivers/mga_drv.o"
	Section ".text"
 5: 0x37b40: 0x36fe8 InitOutput + 0xb58
	Module "/usr/X11R6/bin/XFree86"
 6: 0xa25d0: 0xa226c main + 0x364
	Module "/usr/X11R6/bin/XFree86"

Fatal server error:
Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx
---snap---

-- 
BOFH excuse #173:

Recursive traversal of loopback mount points

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux