Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 21:51:44 +0900 (JST)
From:      Kazuyoshi Furutaka <furutaka@jb3.so-net.ne.jp>
To:        freebsd-alpha@freebsd.org
Subject:   Re: alpha/67626 w/ 6.3-RELEASE
Message-ID:  <20080415.215144.-1007560064.furutaka@jb3.so-net.ne.jp>
In-Reply-To: <47DD2DA4.8030105@uchicago.edu>
References:  <47D2CC4A.5040806@uchicago.edu> <20080316.215643.1631540974.furutaka@jb3.so-net.ne.jp> <47DD2DA4.8030105@uchicago.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Tue_Apr_15_21_51_44_2008_853)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

From: Nathan Whitehorn <nathanw@uchicago.edu>
Subject: Re: alpha/67626 w/ 6.3-RELEASE
Date: Sun, 16 Mar 2008 09:24:36 -0500

> Kazuyoshi Furutaka wrote:
> > Hi all,
> > From: Nathan Whitehorn <nathanw@uchicago.edu>
> > Subject: Re: alpha/67626 w/ 6.3-RELEASE (Re: alpha/67626: X crashes an alpha machine, resulting reboot)
> > Date: Sat, 08 Mar 2008 11:26:34 -0600
> > 
> >> I had this problem with xorg-server for a while (on a PC164). It
> >> turned out to be due to bad RAM. Replacing all 4 DIMMs with matched
> >> sticks solved the problem beautifully. Using the xorg vesa driver
> >> also worked. -Nathan
> > Nathan, what X server are you using?  (how did you build it?)
> > After seeing reboots caused by the XFree86-4 server, I've tried
> > to build xorg server using the ports but failed: `make install`
> > in /usr/ports/x11/xorg ended by saying
> >   ===>  xorg-server-1.4_3,1 does not run on ia64 alpha, while you are running alpha.
> 
> This is with xorg-server. I had to patch it up a little to build. In
> particular, you need to remove the thing that says it doesn't run on
> alpha, and you need to patch it to link itself against libio. I
> don't remember where you need to do the second part -- it will
> become apparent though. 
> -Nathan

1. Removed 'alpha' from the NOT_FOR_ARCHS line of
   /usr/ports/x11-servers/xorg-server/Makefile

2. Added '-lio' to the LIBS lines of
   /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/hw/xfree86/utils/ioport/Makefile
  /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/hw/xfree86/utils/pcitweak/Makefile
  /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/hw/xfree86/utils/scanpci/Makefile
  /usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/hw/xfree86/Makefile
  /usr/ports/x11-servers/xorg-server/Makefile

3. Build the Xorg X server.

4. Create a 'xorg.conf.new' file by invoking the server just built as
   /usr/local/bin/Xorg -configure

5. Invoke the server by
   /usr/local/bin/Xorg -config xorg.conf.new

And then the console blacked out; no response to CTRL-ALT-BACKSPACE;
The system is still alive and I could log into it by ssh.
`ps auxw|grep [X]org` shows:
  root       788 99.0  2.0 12608464  7776  v0  R+    9:09PM  24:01.26 /usr/local/bin/Xorg -config xorg.conf.new

The config and the server log are attached to this mail.

Kazuyoshi
--
Kazuyoshi Furutaka
furutaka@jb3.so-net.ne.jp

----Next_Part(Tue_Apr_15_21_51_44_2008_853)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: xorg.conf.new
Content-Disposition: inline; filename="xorg.conf.new"

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	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     "HWcursor"           	# [<bool>]
        #Option     "PciRetry"           	# [<bool>]
        #Option     "SyncOnGreen"        	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "Overlay"            	# [<str>]
        #Option     "MGASDRAM"           	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "SetMclk"            	# <freq>
        #Option     "OverclockMem"       	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "TexturedVideo"      	# [<bool>]
        #Option     "Int10"              	# [<bool>]
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "DRI"                	# [<bool>]
        #Option     "OldDmaInit"         	# [<bool>]
        #Option     "ForcePciDma"        	# [<bool>]
        #Option     "AccelMethod"        	# [<str>]
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox Graphics, Inc."
	BoardName   "MGA 2164W [Millennium II]"
	BusID       "PCI:0:9:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


----Next_Part(Tue_Apr_15_21_51_44_2008_853)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: Xorg.0.log
Content-Disposition: inline; filename="Xorg.0.log"


X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 6.3-RELEASE alpha 
Current Operating System: FreeBSD ram.furu.or.jp 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Thu Jan 17 07:03:48 UTC 2008     root@ds20l.wbnet:/usr/obj/usr/src/sys/GENERIC alpha
Build Date: 22 March 2008  06:32:38PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 15 21:09:24 2008
(++) Using config file: "xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
(**) FontPath set to:
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/,
	/usr/local/lib/X11/fonts/misc/,
	/usr/local/lib/X11/fonts/TTF/,
	/usr/local/lib/X11/fonts/OTF,
	/usr/local/lib/X11/fonts/Type1/,
	/usr/local/lib/X11/fonts/100dpi/,
	/usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/share/X11/rgb"
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(II) Loader magic: 0x1202117f0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(WW) OS did not count PCI devices, guessing wildly
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:05:0: chip 1000,000f card 0000,0000 rev 03 class 01,00,00 hdr 00
(II) PCI: 00:06:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
(II) PCI: 00:07:0: chip 9004,8178 card 0000,0000 rev 00 class 01,00,00 hdr 00
(II) PCI: 00:08:0: chip 8086,0484 card 0000,0000 rev 43 class 00,00,00 hdr 00
(II) PCI: 00:09:0: chip 102b,051b card 102b,0200 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1095,0646 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI: (0:8:0) Intel Corporation 82378ZB/IB, 82379AB (SIO, SIO.A) PCI to ISA Bridge rev 67
(--) PCI:*(0:9:0) Matrox Graphics, Inc. MGA 2164W [Millennium II] rev 0, Mem @ 0x88000000/24, 0x82850000/14, 0x82000000/23, BIOS @ 0x82840000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[1] -1	0	0x82854000 - 0x82857fff (0x4000) MX[B]E
	[2] -1	0	0x82856000 - 0x82857fff (0x2000) MX[B]E
	[3] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[4] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[5] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[6] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[7] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[8] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[9] -1	0	0x00001200 - 0x000012ff (0x100) IX[B]E
	[10] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) Inactive PCI resource ranges:
	[0] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
(II) PCI I/O resource overlap reduced 0x00001200 from 0x000012ff to 0x0000127f
(II) PCI Memory resource overlap reduced 0x82854000 from 0x82857fff to 0x82854fff
(II) PCI Memory resource overlap reduced 0x82856000 from 0x82857fff to 0x828560ff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[1] -1	0	0x82854000 - 0x82854fff (0x1000) MX[B]E
	[2] -1	0	0x82856000 - 0x828560ff (0x100) MX[B]E
	[3] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[4] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[5] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[6] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[7] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[8] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[9] -1	0	0x00001200 - 0x0000127f (0x80) IX[B]E
	[10] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[5] -1	0	0x82854000 - 0x82854fff (0x1000) MX[B]E
	[6] -1	0	0x82856000 - 0x828560ff (0x100) MX[B]E
	[7] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[8] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[9] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[10] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[15] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[16] -1	0	0x00001200 - 0x0000127f (0x80) IX[B]E
	[17] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "mga"
(II) Loading /usr/local/lib/xorg/modules/drivers//mga_drv.so
(II) Module mga: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.9.100
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
	mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550
(II) Primary Device is: PCI 00:09:0
(--) Chipset mga2164w found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[5] -1	0	0x82854000 - 0x82854fff (0x1000) MX[B]E
	[6] -1	0	0x82856000 - 0x828560ff (0x100) MX[B]E
	[7] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[8] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[9] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[10] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[15] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[16] -1	0	0x00001200 - 0x0000127f (0x80) IX[B]E
	[17] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[5] -1	0	0x82854000 - 0x82854fff (0x1000) MX[B]E
	[6] -1	0	0x82856000 - 0x828560ff (0x100) MX[B]E
	[7] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[8] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[9] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[10] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[18] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[19] -1	0	0x00001200 - 0x0000127f (0x80) IX[B]E
	[20] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[21] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[22] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/local/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(--) MGA(0): Chipset: "mga2164w"
(==) MGA(0): Depth 24, (==) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using XAA acceleration
(--) MGA(0): Linear framebuffer at 0x88000000
(==) MGA(0): MMIO registers at 0x82850000
(--) MGA(0): Pseudo-DMA transfer window at 0x82000000
(--) MGA(0): BIOS at 0x82840000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(0): Video BIOS info block at offset 0x07DC0
(WW) MGA(0): Unable to probe memory amount due to hardware bug.  Assuming 4096 KB
(--) MGA(0): VideoRAM: 4096 kByte
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): Output VGA using monitor section Monitor0
(--) Machine type has 8/16 bit access
(II) MGA(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): Output VGA connected
(II) MGA(0): Output VGA using initial mode 1024x768
(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 17 MHz
(--) MGA(0): Max pixel clock is 250 MHz
(--) MGA(0): MCLK used is 50.0 MHz
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1024x1024 (pitch 0)
(**) MGA(0):  Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) MGA(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(**) MGA(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
(II) MGA(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) MGA(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
(II) MGA(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x82000000 - 0x827fffff (0x800000) MX[B]
	[1] 0	0	0x82850000 - 0x82853fff (0x4000) MX[B]
	[2] 0	0	0x88000000 - 0x88ffffff (0x1000000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0x82856100 - 0x828561ff (0x100) MX[B]E
	[8] -1	0	0x82854000 - 0x82854fff (0x1000) MX[B]E
	[9] -1	0	0x82856000 - 0x828560ff (0x100) MX[B]E
	[10] -1	0	0x82840000 - 0x8284ffff (0x10000) MX[B](B)
	[11] -1	0	0x82000000 - 0x827fffff (0x800000) MX[B](B)
	[12] -1	0	0x82850000 - 0x82853fff (0x4000) MX[B](B)
	[13] -1	0	0x88000000 - 0x88ffffff (0x1000000) MX[B](B)
	[14] -1	0	0x82855000 - 0x82855fff (0x1000) MX[B]E
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00001290 - 0x0000129f (0x10) IX[B]E
	[21] -1	0	0x00001100 - 0x000011ff (0x100) IX[B]E
	[22] -1	0	0x00001200 - 0x0000127f (0x80) IX[B]E
	[23] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]E
	[24] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[25] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

Fatal server error:
Caught signal 11.  Server aborting

(II) MGA(0): Leaving VT

----Next_Part(Tue_Apr_15_21_51_44_2008_853)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080415.215144.-1007560064.furutaka>