Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 22:45:12 -0700
From:      "Jim McLoughlin" <jimmcloughlin@earthlink.net>
To:        <Aaron.Siegel@attbi.com>, "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   RE: more newbie install - X config failing....
Message-ID:  <NCBBJEJOIHMJAPHOEEFPCEEAELAA.jimmcloughlin@earthlink.net>
In-Reply-To: <1026188533.675.431.camel@freedom.rutster>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello
> If you post your XF86Config file I may be able to help.

Thanks a bunch.  I include in this mail the XF86Config.new file I am working
with, then the log file /var/log/XFree86.0.log generated when this config is
run with -probeonly.  The XF86 was mainly generated via XFree*6 -configure,
and I added the monitor frequency info.  Any other information I can
provide, please let me know.


Some useful Monitor info from
http://www.princetongraphics.com/Products/Pages/Legacy/eo720p1.htm:
Bandwidth/Dot Clock: 100MHz (presumably the maximum)
Horiz Sync Range: 30-69 kHz
Vertical Refresh Range: 55-90 Hz
Dot Pitch (mm): 0.27
Max Resolution: 1280 x 1024 @ 65 Hz
Recommended Resolution: 1024 x 768 @ 75 Hz

---------Begin XF86Config---------

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen         "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/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	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"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbModel" "pc101"
	Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "MouseSystems"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	#DisplaySize	  320   240	# mm
	Identifier   "Monitor0"
	VendorName   "PGS"
	ModelName    "Ultra 72"
	Option	    "DPMS"
	HorizSync    30-69
	VertRefresh  55-90
	#ModeLines I unsuccessfully tinkered with...
	ModeLine     "1024x768j" 96.7 1024 1072 1312 1408 768 770 782 808 #85Hz
	ModeLine     "1024x768k" 79.63 1024 1072 1312 1408 768 770 782 808 #70Hz
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     "accel"              	# [<bool>]
        #Option     "crt_screen"         	# [<bool>]
        #Option     "composite_sync"     	# [<bool>]
        #Option     "hw_cursor"          	# [<bool>]
        #Option     "linear"             	# [<bool>]
        #Option     "mmio_cache"         	# [<bool>]
        #Option     "probe_clocks"       	# [<bool>]
        #Option     "reference_clock"    	# <freq>
        #Option     "shadow_fb"          	# [<bool>]
        #Option     "sw_cursor"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Mach64 GN"
	ChipSet     "ati"
	#ChipSet     "mach64"
	ChipId      0x474e
	ChipRev     0x65
	#Option      "noaccel"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	#SubSection "Display"
	#	Depth     16
	#EndSubSection
	SubSection "Display"
		Depth     24
		Modes     "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


---------End XF86Config---------


---------Begin probeonly log-------------

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 4.6 i386 [ELF]
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/XFree86.0.log", Time: Mon Jul  8 20:54:10 2002
(++) Using config file: "/root/XF86Config.new"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/
lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/font
s/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a21 card 0000,0000 rev 01 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,1a23 card 0000,0000 rev 01 class 06,04,00 hdr
01
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr
00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr
00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr
00
(II) PCI: 01:00:0: chip 1002,474e card 1002,0008 rev 65 class 03,00,00 hdr
00
(II) PCI: 02:03:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr
00
(II) PCI: 02:0b:0: chip 1000,0020 card 0000,0000 rev 01 class 01,00,00 hdr
80
(II) PCI: 02:0b:1: chip 1000,0020 card 0000,0000 rev 01 class 01,00,00 hdr
80
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xb5000000 - 0xb60fffff (0x1100000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0xb4100000 - 0xb4ffffff (0xf00000) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI Mach64 GN rev 101, Mem @ 0xb5000000/24, 0xb6020000/12,
I/O @ 0x2000/8
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xb4100000 - 0xb41fffff (0x100000) MX[B]E
	[1] -1	0xb4224000 - 0xb4227fff (0x4000) MX[B]E
	[2] -1	0xb0000000 - 0xb3ffffff (0x4000000) MX[B]E
	[3] -1	0xb6020000 - 0xb6020fff (0x1000) MX[B](B)
	[4] -1	0xb5000000 - 0xb5ffffff (0x1000000) MX[B](B)
	[5] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[6] -1	0x00001100 - 0x000011ff (0x100) IX[B]E
	[7] -1	0x00001200 - 0x000012ff (0x100) IX[B]E
	[8] -1	0x00007000 - 0x000070ff (0x100) IX[B]E
	[9] -1	0x00003000 - 0x000030ff (0x100) IX[B]E
	[10] -1	0x00003020 - 0x0000303f (0x20) IX[B]E
	[11] -1	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) PCI I/O resource overlap reduced 0x00003000 from 0x000030ff to
0x0000301f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xb4100000 - 0xb41fffff (0x100000) MX[B]E
	[1] -1	0xb4224000 - 0xb4227fff (0x4000) MX[B]E
	[2] -1	0xb0000000 - 0xb3ffffff (0x4000000) MX[B]E
	[3] -1	0xb6020000 - 0xb6020fff (0x1000) MX[B](B)
	[4] -1	0xb5000000 - 0xb5ffffff (0x1000000) MX[B](B)
	[5] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[6] -1	0x00001100 - 0x000011ff (0x100) IX[B]E
	[7] -1	0x00001200 - 0x000012ff (0x100) IX[B]E
	[8] -1	0x00007000 - 0x000070ff (0x100) IX[B]E
	[9] -1	0x00003000 - 0x0000301f (0x20) IX[B]E
	[10] -1	0x00003020 - 0x0000303f (0x20) IX[B]E
	[11] -1	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xb4100000 - 0xb41fffff (0x100000) MX[B]E
	[6] -1	0xb4224000 - 0xb4227fff (0x4000) MX[B]E
	[7] -1	0xb0000000 - 0xb3ffffff (0x4000000) MX[B]E
	[8] -1	0xb6020000 - 0xb6020fff (0x1000) MX[B](B)
	[9] -1	0xb5000000 - 0xb5ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[13] -1	0x00001100 - 0x000011ff (0x100) IX[B]E
	[14] -1	0x00001200 - 0x000012ff (0x100) IX[B]E
	[15] -1	0x00007000 - 0x000070ff (0x100) IX[B]E
	[16] -1	0x00003000 - 0x0000301f (0x20) IX[B]E
	[17] -1	0x00003020 - 0x0000303f (0x20) IX[B]E
	[18] -1	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(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 FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "pex5"
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension X3D-PEX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "xie"
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XIE
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
	ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Unshared 8514/A not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x02EC not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x01CC not probed.
(II) ATI:  Unshared Mach64 at PIO base 0x01C8 not probed.
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 assigned to active "Device"
section "Card0".
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xb4100000 - 0xb41fffff (0x100000) MX[B]E
	[6] -1	0xb4224000 - 0xb4227fff (0x4000) MX[B]E
	[7] -1	0xb0000000 - 0xb3ffffff (0x4000000) MX[B]E
	[8] -1	0xb6020000 - 0xb6020fff (0x1000) MX[B](B)
	[9] -1	0xb5000000 - 0xb5ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[13] -1	0x00001100 - 0x000011ff (0x100) IX[B]E
	[14] -1	0x00001200 - 0x000012ff (0x100) IX[B]E
	[15] -1	0x00007000 - 0x000070ff (0x100) IX[B]E
	[16] -1	0x00003000 - 0x0000301f (0x20) IX[B]E
	[17] -1	0x00003020 - 0x0000303f (0x20) IX[B]E
	[18] -1	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xb4100000 - 0xb41fffff (0x100000) MX[B]E
	[6] -1	0xb4224000 - 0xb4227fff (0x4000) MX[B]E
	[7] -1	0xb0000000 - 0xb3ffffff (0x4000000) MX[B]E
	[8] -1	0xb6020000 - 0xb6020fff (0x1000) MX[B](B)
	[9] -1	0xb5000000 - 0xb5ffffff (0x1000000) MX[B](B)
	[10] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[11] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[12] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[13] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0x00001000 - 0x000010ff (0x100) IX[B]E
	[16] -1	0x00001100 - 0x000011ff (0x100) IX[B]E
	[17] -1	0x00001200 - 0x000012ff (0x100) IX[B]E
	[18] -1	0x00007000 - 0x000070ff (0x100) IX[B]E
	[19] -1	0x00003000 - 0x0000301f (0x20) IX[B]E
	[20] -1	0x00003020 - 0x0000303f (0x20) IX[B]E
	[21] -1	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[22] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[23] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 24, (--) framebuffer bpp 32
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(==) ATI(0): Write-combining range (0xa0000,0x20000) was already clear
(==) ATI(0): Write-combining range (0xf0000,0x10000)
(II) ATI(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) ATI(0): VESA BIOS detected
(II) ATI(0): VESA VBE Version 2.0
(II) ATI(0): VESA VBE Total Mem: 4096 kB
(II) ATI(0): VESA VBE OEM: ATI MACH64
(II) ATI(0): VESA VBE OEM Software Rev: 1.0
(II) ATI(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) ATI(0): VESA VBE OEM Product: MACH64XC
(II) ATI(0): VESA VBE OEM Product Rev: 01.00
(II) ATI(0): VESA VBE DDC supported
(II) ATI(0): VESA VBE DDC Level 2
(II) ATI(0): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(0): VESA VBE DDC read successfully
(II) ATI(0): Manufacturer: PGS  Model: 8d  Serial#: 700766
(II) ATI(0): Year: 1998  Week: 7
(II) ATI(0): EDID Version: 1.1
(II) ATI(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) ATI(0): Sync:  Separate
(II) ATI(0): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) ATI(0): Gamma: 2.85
(II) ATI(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) ATI(0): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.600
(II) ATI(0): blueX: 0.150 blueY: 0.065   whiteX: 0.281 whiteY: 0.311
(II) ATI(0): Supported VESA Video Modes:
(II) ATI(0): 720x400@70Hz
(II) ATI(0): 640x480@60Hz
(II) ATI(0): 640x480@75Hz
(II) ATI(0): 800x600@75Hz
(II) ATI(0): 832x624@75Hz
(II) ATI(0): 1024x768@75Hz
(II) ATI(0): Manufacturer's mask: 0
(II) ATI(0): Supported Future Video Modes:
(II) ATI(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) ATI(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) ATI(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) ATI(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) ATI(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) ATI(0): Monitor name: Princeton
(II) ATI(0): Monitor name: Ultra 72
(II) ATI(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 70 kHz,
PixClock max 110 MHz
(II) ATI(0): Serial No: LCAX0700766
(==) ATI(0): Write-combining range (0xa0000,0x10000) was already clear
(==) ATI(0): Write-combining range (0xb6020000,0x1000) was already clear
(--) ATI(0): ATI 3D Rage XL or XC graphics controller detected.
(--) ATI(0): Chip type 474E "GN", version 5, foundry TSMC, class 0, revision
0x01.
(--) ATI(0): AGP bus interface detected;  block I/O base is 0x2000.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 888
(==) ATI(0): Default visual is TrueColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.
(II) ATI(0): Storing hardware cursor image at 0xB53FFC00.
(II) ATI(0): Using 8 MB linear aperture at 0xB5000000.
(!!) ATI(0): Virtual resolutions will be limited to 4095 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(0): Using Block 0 MMIO aperture at 0xB6020400.
(II) ATI(0): Using Block 1 MMIO aperture at 0xB6020000.
(==) ATI(0): Write-combining range (0xa0000,0x10000) was already clear
(==) ATI(0): Write-combining range (0xb5000000,0x400000)
(==) ATI(0): Write-combining range (0xb6020000,0x1000) was already clear
(II) ATI(0): MMIO write caching enabled.
(--) ATI(0): 4096 kB of SGRAM (2:1) 32-bit detected (using 4095 kB).
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
(--) ATI(0): Internal programmable clock generator detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): Monitor0: Using hsync range of 30.00-69.00 kHz
(II) ATI(0): Monitor0: Using vrefresh range of 55.00-90.00 Hz
(II) ATI(0): Maximum clock:  99.00 MHz
(II) ATI(0): Not using default mode "1152x864" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1280x960" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "1280x960" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "640x480" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1600x1200" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "800x600" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1792x1344" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "896x672" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1856x1392" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "928x696" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1920x1440" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "960x720" (bad mode
clock/interlace/doublescan)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "1400x1050" (insufficient memory for
mode)
(II) ATI(0): Not using default mode "700x525" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1024" (insufficient memory for
mode)
(--) ATI(0): Virtual size is 1024x768 (pitch 1024)
(**) ATI(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) ATI(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772
808 +hsync +vsync
(**) ATI(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) ATI(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631
+hsync +vsync
(**) ATI(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) ATI(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484
509 -hsync -vsync
(--) ATI(0): Display dimensions: (320, 240) mm
(--) ATI(0): DPI set to (81, 81)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1

---------End probeonly log-------------

If you've read this far, thanks again!

Jim M

One step closer to FreeBSD / gnustep / WindowMaker nirvana...


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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