Bug 71638

Summary: Radeon 9200 SE with Xorg 6.7 and DRI 5.0.2 crashes 5.3-BETA4 (nforce2)
Product: Base System Reporter: Andrew J. Caines <A.J.Caines>
Component: kernAssignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me CC: A.J.Caines
Priority: Normal    
Version: 5.3-BETA4   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
agp_nvidia.c-2.diff
none
agp_nvidia.c-3.diff none

Description Andrew J. Caines 2004-09-12 08:40:26 UTC

Starting X server with DRI enabled on vty using xinit (no .xinitrc) switches mode, brings up previous root window for a second, then the X server crashes and switches back to the now frozen vty. After a few seconds, the system resets.

Without DRI, everything else works perfectly.

Note difference in chip ID between pciconf and drm/Xorg, differend BusIDs in generated xorg.conf and Xorg.0.log (and warning in latter).

How-To-Repeat: 

dri-5.0.2,1         OpenGL hardware acceleration drivers for the DRI
xorg-server-6.7.0_7 X.Org X server and related programs

xorg.conf:
----8----
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option "AllowDeactivateGrabs" "on"
	Option "AllowClosedownGrabs" "on"
	Option "blank time"   "10"
	Option "standby time" "15"
	Option "suspend time" "0"
	Option "off time"     "0"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
	FontPath     "/usr/X11R6/lib/X11/fonts/URW/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
	#FontPath     "/usr/X11R6/lib/X11/fonts/freefont/"
	FontPath     "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

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

Section "Monitor"
	#DisplaySize	  330   240	# mm
	Identifier   "Monitor0"
	VendorName   "DEL"
	ModelName    "DELL D1025TM"
#	HorizSync    30 - 85
#	VertRefresh  50 - 110
	Option	    "DPMS"
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     "NoAccel"            	# [<bool>]
	#Option     "SWcursor"           	# [<bool>]
	#Option     "Dac6Bit"            	# [<bool>]
	#Option     "Dac8Bit"            	# [<bool>]
	#Option     "ForcePCIMode"       	# [<bool>]
	#Option     "BusType"                   # [<str>]
	#Option     "CPPIOMode"          	# [<bool>]
	#Option     "CPusecTimeout"      	# <i>
	#Option     "AGPMode"		"4"
	#Option     "AGPFastWrite"	"yes"
	#Option     "AGPSize"            	# <i>
	#Option     "GARTSize"           	# <i>
	#Option     "RingSize"           	# <i>
	#Option     "BufferSize"         	# <i>
	#Option     "EnableDepthMoves"	"yes"
	#Option     "EnablePageFlip"	"yes"
	#Option     "NoBackBuffer"       	# [<bool>]
	#Option     "PanelOff"           	# [<bool>]
	#Option     "DDCMode"            	# [<bool>]
	#Option     "MonitorLayout"      	# [<str>]
	#Option     "IgnoreEDID"         	# [<bool>]
	#Option     "OverlayOnCRTC2"     	# [<bool>]
	#Option     "CloneMode"          	# [<str>]
	#Option     "CloneHSync"         	# [<str>]
	#Option     "CloneVRefresh"      	# [<str>]
	#Option     "UseFBDev"                  # [<bool>]
	#Option     "VideoKey"           	# <i>
	#Option     "DisplayPriority"    	# [<str>]
	#Option     "PanelSize"          	# [<str>]
	#Option     "ForceMinDotClock"   	# <freq>
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Unknown Board"
	BusID       "PCI:2:0:0"
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x1024""1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
----8----


Xorg.0.log:
----8<----
Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: FreeBSD 5.3 i386 [ELF] 
Current Operating System: FreeBSD hal10000.halplant.com 5.3-BETA4 FreeBSD 5.3-BETA4 #0: Sat Sep 11 10:41:27 EDT 2004     toor@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000 i386
Build Date: 03 September 2004
	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: Sun Sep 12 02:37:15 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/bitstream-vera/,/usr/X11R6/lib/X11/fonts/URW/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/artwiz-aleczapka-en"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "15"
(**) Option "SuspendTime" "0"
(**) Option "OffTime" "0"
(**) Option "AllowDeactivateGrabs" "on"
(**) Option "AllowClosedownGrabs" "on"
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1458,0c11 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1458,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1458,5004 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1458,5004 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,006a card 1458,a002 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1458,5002 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 1274,5000 card 4942,4c4c rev 00 class 04,01,00 hdr 00
(II) PCI: 01:0b:0: chip 10ec,8139 card 1458,e000 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 1002,5964 card 1043,c008 rev 01 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,5d44 card 1043,c009 rev 01 class 03,80,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	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0xa000/8
(--) PCI: (2:0:1) ATI Technologies Inc unknown chipset (0x5d44) rev 1, Mem @ 0xd8000000/27, 0xe5010000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xe6000000 - 0xe7ffffff (0x2000000) MX[B]E
	[1] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[2] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[3] -1	0	0xe7004000 - 0xe7007fff (0x4000) MX[B]E
	[4] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[6] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[7] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[8] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[11] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[12] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[13] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[14] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[15] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[16] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xe6000000 from 0xe7ffffff to 0xe6ffffff
(II) PCI Memory resource overlap reduced 0xe7004000 from 0xe7007fff to 0xe7004fff
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
	[1] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[2] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[3] -1	0	0xe7004000 - 0xe7004fff (0x1000) MX[B]E
	[4] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[6] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[7] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[8] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[10] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[11] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[12] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[13] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[14] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[15] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[16] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
	[6] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[7] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[8] -1	0	0xe7004000 - 0xe7004fff (0x1000) MX[B]E
	[9] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[11] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[18] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[19] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[20] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[21] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[23] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.7.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 4.0.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 6.5.6
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (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/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP)
(II) Primary Device is: PCI 02:00:0
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
	[6] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[7] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[8] -1	0	0xe7004000 - 0xe7004fff (0x1000) MX[B]E
	[9] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[11] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[18] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[19] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[20] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[21] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[22] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[23] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
	[6] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[7] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[8] -1	0	0xe7004000 - 0xe7004fff (0x1000) MX[B]E
	[9] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[11] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[12] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[13] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[21] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[22] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[23] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[24] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[25] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[26] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xe5000000
(==) RADEON(0): Write-combining range (0xe5000000,0x80000) was already clear
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 2 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(==) RADEON(0): Removed Write-combining range (0xa0000,0x20000)
(==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(--) RADEON(0): Chipset: "ATI Radeon 9200SE 5964 (AGP)" (ChipID = 0x5964)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(--) RADEON(0): VideoRAM: 131072 kByte (64 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 1
(II) RADEON(0): Displays Detected: Monitor1--Type 1, Monitor2--Type 0

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: DEL  Model: 5155  Serial#: 1163084856
(II) RADEON(0): Year: 1999  Week: 22
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 33  vert.: 24
(II) RADEON(0): Gamma: 2.50
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
(II) RADEON(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) RADEON(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) RADEON(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) RADEON(0): #3: hsize: 1600  vsize 1200  refresh: 65  vid: 17833
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 28.3 MHz   Image Size:  250 x 184 mm
(II) RADEON(0): h_active: 720  h_sync: 738  h_sync_end 846 h_blank_end 900 h_border: 0
(II) RADEON(0): v_active: 350  v_sync: 388  v_sync_end 390 v_blanking: 449 v_border: 0
(II) RADEON(0): Serial No: 55341CESD859
(II) RADEON(0): Monitor name: DELL D1025TM
(II) RADEON(0): Ranges: V min: 50  V max: 120 Hz, H min: 30  H max: 85 kHz, PixClock max 2550 MHz
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 1
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Monitor0: Using hsync range of 30.00-85.00 kHz
(II) RADEON(0): Monitor0: Using vrefresh range of 50.00-120.00 Hz
(II) RADEON(0): Clock range:  20.00 to 400.00 MHz
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) RADEON(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) RADEON(0): Not using default mode "1400x1050" (width too large for virtual size)
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) RADEON(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) RADEON(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) RADEON(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(**) RADEON(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
(**) RADEON(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) RADEON(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) RADEON(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) RADEON(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) RADEON(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) RADEON(0):  Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) RADEON(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync
(**) RADEON(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) RADEON(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) RADEON(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) RADEON(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) RADEON(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) RADEON(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) RADEON(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) RADEON(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) RADEON(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) RADEON(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) RADEON(0): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) RADEON(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) RADEON(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) RADEON(0): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) RADEON(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) RADEON(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) RADEON(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) RADEON(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) RADEON(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) RADEON(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) RADEON(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) RADEON(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(--) RADEON(0): Display dimensions: (330, 240) mm
(--) RADEON(0): DPI set to (98, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xe5000000 - 0xe500ffff (0x10000) MX[B]
	[1] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](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	0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
	[8] -1	0	0xe7001000 - 0xe7001fff (0x1000) MX[B]E
	[9] -1	0	0xe7005000 - 0xe7005fff (0x1000) MX[B]E
	[10] -1	0	0xe7004000 - 0xe7004fff (0x1000) MX[B]E
	[11] -1	0	0xe7003000 - 0xe7003fff (0x1000) MX[B]E
	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[13] -1	0	0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
	[14] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
	[15] -1	0	0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
	[16] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[20] 0	0	0x0000a000 - 0x0000a0ff (0x100) IX[B]
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x00009400 - 0x000094ff (0x100) IX[B]E
	[24] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]E
	[25] -1	0	0x0000f000 - 0x0000f0ff (0x100) IX[B]E
	[26] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]E
	[27] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[B]E
	[28] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]E
	[29] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe5000000,0x80000) was already clear
(==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
(==) RADEON(0): Removed Write-combining range (0xa0000,0x10000)
(II) RADEON(0): Wrote: rd=12, fd=120, pd=1
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:2:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xc2589000
(II) RADEON(0): [drm] mapped SAREA 0xc2589000 to 0x2839b000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f004209 [AGP 0x0000/0x0000; Card 0x1002/0x5964]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0xc25274c0
(II) RADEON(0): [agp] ring handle = 0xe0000000
(II) RADEON(0): [agp] Ring mapped at 0x3052c000
(II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x2839d000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x3062d000
(II) RADEON(0): [agp] GART texture map handle = 0xe0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0x3082d000
(II) RADEON(0): [drm] register handle = 0xe5000000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7165
(II) RADEON(0): Will use back buffer at offset 0x1400000
(II) RADEON(0): Will use depth buffer at offset 0x1900000
(II) RADEON(0): Will use 100352 kb for textures at offset 0x1e00000
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7161
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): X context handle = 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 10
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
----8<----


pciconf -l -v
----8<----
agp0@pci0:0:0:  class=0x060000 card=0x00000000 chip=0x01e010de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 AGP Controller'
    class    = bridge
    subclass = HOST-PCI
none0@pci0:0:1: class=0x050000 card=0x0c1710de chip=0x01eb10de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 Memory Controller 1'
    class    = memory
    subclass = RAM
none1@pci0:0:2: class=0x050000 card=0x0c1710de chip=0x01ee10de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 Memory Controller 4'
    class    = memory
    subclass = RAM
none2@pci0:0:3: class=0x050000 card=0x0c1710de chip=0x01ed10de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 Memory Controller 3'
    class    = memory
    subclass = RAM
none3@pci0:0:4: class=0x050000 card=0x0c1710de chip=0x01ec10de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 Memory Controller 2'
    class    = memory
    subclass = RAM
none4@pci0:0:5: class=0x050000 card=0x0c1710de chip=0x01ef10de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 Memory Controller 5'
    class    = memory
    subclass = RAM
isab0@pci0:1:0: class=0x060100 card=0x0c111458 chip=0x006010de rev=0xa4 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP2 ISA Bridge'
    class    = bridge
    subclass = PCI-ISA
none5@pci0:1:1: class=0x0c0500 card=0x0c111458 chip=0x006410de rev=0xa2 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP-T? SMBus Controller'
    class    = serial bus
    subclass = SMBus
ohci0@pci0:2:0: class=0x0c0310 card=0x50041458 chip=0x006710de rev=0xa4 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP2 OpenHCI USB Controller'
    class    = serial bus
    subclass = USB
ohci1@pci0:2:1: class=0x0c0310 card=0x50041458 chip=0x006710de rev=0xa4 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP2 OpenHCI USB Controller'
    class    = serial bus
    subclass = USB
ehci0@pci0:2:2: class=0x0c0320 card=0x50041458 chip=0x006810de rev=0xa4 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP2 EHCI USB 2.0 Controller'
    class    = serial bus
    subclass = USB
none6@pci0:6:0: class=0x040100 card=0xa0021458 chip=0x006a10de rev=0xa1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP-T Audio Codec Interface'
    class    = multimedia
    subclass = audio
pcib1@pci0:8:0: class=0x060400 card=0x00000000 chip=0x006c10de rev=0xa3 hdr=0x01
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP-T CPU to PCI Bridge'
    class    = bridge
    subclass = PCI-PCI
atapci0@pci0:9:0:       class=0x01018a card=0x50021458 chip=0x006510de rev=0xa2 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce MCP2 EIDE Controller'
    class    = mass storage
    subclass = ATA
pcib2@pci0:30:0:        class=0x060400 card=0x00000000 chip=0x01e810de rev=0xc1 hdr=0x01
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 AGP Host to PCI Bridge'
    class    = bridge
    subclass = PCI-PCI
pcm0@pci1:7:0:  class=0x040100 card=0x4c4c4942 chip=0x50001274 rev=0x00 hdr=0x00
    vendor   = 'Creative (Was: Ensoniq)'
    device   = 'ES1370 AudioPCI'
    class    = multimedia
    subclass = audio
rl0@pci1:11:0:  class=0x020000 card=0xe0001458 chip=0x813910ec rev=0x10 hdr=0x00
    vendor   = 'Realtek Semiconductor'
    device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
    class    = network
    subclass = ethernet
none7@pci2:0:0: class=0x030000 card=0xc0081043 chip=0x59641002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies Inc.'
    device   = 'Radeon 9200 SE Series (RV280)'
    class    = display
    subclass = VGA
none8@pci2:0:1: class=0x038000 card=0xc0091043 chip=0x5d441002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies Inc.'
    device   = 'Radeon 9200 SE Series - Secondary (RV280)'
    class    = display

----8<----


kern messages from boot:
----8----
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-BETA4 #0: Sat Sep 11 10:41:27 EDT 2004
toor@hal10000.halplant.com:/home/obj/home/src/sys/HAL10000
Preloaded elf kernel "/boot/kernel/kernel" at 0xc077e000.
Calibrating clock(s) ... i8254 clock: 1193383 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1913195001 Hz
CPU: AMD Athlon(tm) XP 2600+ (1913.20-MHz 686-class CPU)
Origin = "AuthenticAMD"  Id = 0x6a0  Stepping = 0
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
AMD Features=0xc0400000<AMIE,DSP,3DNow!>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 1073676288 (1023 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000826000 - 0x000000003edbffff, 1046061056 bytes (255386 pages)
avail memory = 1045381120 (996 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fa660
bios32: Entry = 0xfaaf0 (c00faaf0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xab20
pnpbios: Found PnP BIOS data at 0xc00fb560
pnpbios: Entry = f0000:b590  Rev = 1.0
Other BIOS signatures found:
crypto: <crypto core>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
io: <I/O>
VESA: information block
56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 
00 01 00 01 00 01 10 01 00 01 26 01 00 01 2b 01 
00 01 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01 
20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01 
VESA: 56 mode(s) found
VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc06fb5e2 (1000022)
VESA: ATI RADEON 9200
VESA: ATI Technologies Inc. V280 01.00
random: <entropy source, Software, Yarrow>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pci_open(1):	   mode 1 addr port (0x0cf8) is 0x80020014
pci_open(1a):	   mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	   device 0 [class=060000] [hdr=80] is there (id=01e010de)
pcibios: BIOS version 2.10
Found $PIR table, 11 entries at 0xc00fcef0
PCI-Only Interrupts: 7 9 10 11
Location  Bus Device Pin  Link  IRQs
slot 1      0	 8    A   0x01  3 4 5 7 9 10 11 12 14 15
slot 1      0	 8    B   0x02  3 4 5 7 9 10 11 12 14 15
slot 1      0	 8    C   0x03  3 4 5 7 9 10 11 12 14 15
slot 1      0	 8    D   0x04  3 4 5 7 9 10 11 12 14 15
slot 2      0	12    A   0x01  3 4 5 7 9 10 11 12 14 15
slot 2      0	12    B   0x02  3 4 5 7 9 10 11 12 14 15
slot 2      0	12    C   0x03  3 4 5 7 9 10 11 12 14 15
slot 2      0	12    D   0x04  3 4 5 7 9 10 11 12 14 15
embedded  255	31    A   0x0f  3 4 5 7 9 10 11 12 14 15
embedded  255	31    B   0x0f  3 4 5 7 9 10 11 12 14 15
embedded  255	31    C   0x0f  3 4 5 7 9 10 11 12 14 15
embedded  255	31    D   0x0f  3 4 5 7 9 10 11 12 14 15
slot 3      1	 6    A   0x03  3 4 5 7 9 10 11 12 14 15
slot 3      1	 6    B   0x04  3 4 5 7 9 10 11 12 14 15
slot 3      1	 6    C   0x01  3 4 5 7 9 10 11 12 14 15
slot 3      1	 6    D   0x02  3 4 5 7 9 10 11 12 14 15
slot 4      1	 7    A   0x04  3 4 5 7 9 10 11 12 14 15
slot 4      1	 7    B   0x01  3 4 5 7 9 10 11 12 14 15
slot 4      1	 7    C   0x02  3 4 5 7 9 10 11 12 14 15
slot 4      1	 7    D   0x03  3 4 5 7 9 10 11 12 14 15
slot 5      1	 8    A   0x01  3 4 5 7 9 10 11 12 14 15
slot 5      1	 8    B   0x02  3 4 5 7 9 10 11 12 14 15
slot 5      1	 8    C   0x03  3 4 5 7 9 10 11 12 14 15
slot 5      1	 8    D   0x04  3 4 5 7 9 10 11 12 14 15
slot 6      1	 9    A   0x02  3 4 5 7 9 10 11 12 14 15
slot 6      1	 9    B   0x03  3 4 5 7 9 10 11 12 14 15
slot 6      1	 9    C   0x04  3 4 5 7 9 10 11 12 14 15
slot 6      1	 9    D   0x01  3 4 5 7 9 10 11 12 14 15
slot 7      1	10    A   0x03  3 4 5 7 9 10 11 12 14 15
slot 7      1	10    B   0x04  3 4 5 7 9 10 11 12 14 15
slot 7      1	10    C   0x01  3 4 5 7 9 10 11 12 14 15
slot 7      1	10    D   0x02  3 4 5 7 9 10 11 12 14 15
slot 8      1	11    A   0x01  3 4 5 7 9 10 11 12 14 15
slot 8      1	11    B   0x01  3 4 5 7 9 10 11 12 14 15
slot 8      1	11    C   0x01  3 4 5 7 9 10 11 12 14 15
slot 8      1	11    D   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0	 0    A   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0	 0    B   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0	 0    C   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0	 0    D   0x01  3 4 5 7 9 10 11 12 14 15
embedded    0	30    A   0x04  3 4 5 7 9 10 11 12 14 15
embedded    0	30    B   0x02  3 4 5 7 9 10 11 12 14 15
embedded    0	30    C   0x02  3 4 5 7 9 10 11 12 14 15
embedded    0	30    D   0x02  3 4 5 7 9 10 11 12 14 15
pcib0: <Host to PCI bridge> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 11 Entries> on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
0x1  255   N	15  3 4 5 7 9 10 11 12 14 15
0x2  255   N	10  3 4 5 7 9 10 11 12 14 15
0x3  255   N	 7  3 4 5 7 9 10 11 12 14 15
0x4  255   N	 8  3 4 5 7 9 10 11 12 14 15
0xf  255   N	 4  3 4 5 7 9 10 11 12 14 15
$PIR: Found matching pin for 1.7.INTA at func 0: 10
$PIR: Found matching pin for 1.11.INTA at func 0: 11
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
0x1   11   Y	15  3 4 5 7 9 10 11 12 14 15
0x2  255   N	10  3 4 5 7 9 10 11 12 14 15
0x3  255   N	 7  3 4 5 7 9 10 11 12 14 15
0x4   10   Y	 8  3 4 5 7 9 10 11 12 14 15
0xf  255   N	 4  3 4 5 7 9 10 11 12 14 15
$PIR: IRQs used by BIOS: 10 11
$PIR: Interrupt Weights:
[    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[    0   0   0   0   0   0   0   0   0   0   8  15   0   0   0   0 ]
pci0: <PCI bus> on pcib0
pci0: physical bus=0
map[10]: type 3, range 32, base e0000000, size 26, enabled
found->    vendor=0x10de, dev=0x01e0, revid=0xc1
bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x01eb, revid=0xc1
bus=0, slot=0, func=1
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x01ee, revid=0xc1
bus=0, slot=0, func=2
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x01ed, revid=0xc1
bus=0, slot=0, func=3
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x01ec, revid=0xc1
bus=0, slot=0, func=4
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x01ef, revid=0xc1
bus=0, slot=0, func=5
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->    vendor=0x10de, dev=0x0060, revid=0xa4
bus=0, slot=1, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x000f, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[10]: type 4, range 32, base 0000c000, size  5, enabled
$PIR: No matching entry for 0.1.INTA
found->    vendor=0x10de, dev=0x0064, revid=0xa2
bus=0, slot=1, func=1
class=0c-05-00, hdrtype=0x00, mfdev=1
cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=a, irq=7
powerspec 2  supports D0 D3  current D0
map[10]: type 1, range 32, base e7003000, size 12, enabled
$PIR: No matching entry for 0.2.INTA
found->    vendor=0x10de, dev=0x0067, revid=0xa4
bus=0, slot=2, func=0
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=a, irq=10
powerspec 2  supports D0 D1 D2 D3  current D0
map[10]: type 1, range 32, base e7004000, size 12, enabled
$PIR: No matching entry for 0.2.INTB
found->    vendor=0x10de, dev=0x0067, revid=0xa4
bus=0, slot=2, func=1
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=b, irq=11
powerspec 2  supports D0 D1 D2 D3  current D0
map[10]: type 1, range 32, base e7005000, size  8, enabled
$PIR: No matching entry for 0.2.INTC
found->    vendor=0x10de, dev=0x0068, revid=0xa4
bus=0, slot=2, func=2
class=0c-03-20, hdrtype=0x00, mfdev=1
cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=c, irq=9
powerspec 2  supports D0 D1 D2 D3  current D0
map[10]: type 4, range 32, base 0000b000, size  8, enabled
map[14]: type 4, range 32, base 0000b400, size  7, enabled
map[18]: type 1, range 32, base e7001000, size 12, enabled
$PIR: No matching entry for 0.6.INTA
found->    vendor=0x10de, dev=0x006a, revid=0xa1
bus=0, slot=6, func=0
class=04-01-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns)
intpin=a, irq=7
powerspec 2  supports D0 D1 D2 D3  current D0
found->    vendor=0x10de, dev=0x006c, revid=0xa3
bus=0, slot=8, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns)
map[20]: type 4, range 32, base 0000f000, size  4, enabled
found->    vendor=0x10de, dev=0x0065, revid=0xa2
bus=0, slot=9, func=0
class=01-01-8a, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
powerspec 2  supports D0 D3  current D0
found->    vendor=0x10de, dev=0x01e8, revid=0xc1
bus=0, slot=30, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords)
lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns)
agp0: <NVIDIA nForce2 AGP Controller> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0
agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0xe0000000
agp0: allocating GATT for aperture of size 64M
pci0: <memory, RAM> at device 0.1 (no driver attached)
pci0: <memory, RAM> at device 0.2 (no driver attached)
pci0: <memory, RAM> at device 0.3 (no driver attached)
pci0: <memory, RAM> at device 0.4 (no driver attached)
pci0: <memory, RAM> at device 0.5 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
ohci0: <OHCI (generic) USB controller> mem 0xe7003000-0xe7003fff irq 10 at device 2.0 on pci0
ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe7003000
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1: <OHCI (generic) USB controller> mem 0xe7004000-0xe7004fff irq 11 at device 2.1 on pci0
ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe7004000
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0, legacy support
usb1: <OHCI (generic) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xe7005000-0xe70050ff irq 9 at device 2.2 on pci0
ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xe7005000
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
usb2: EHCI version 1.0
usb2: companion controllers, 4 ports each: usb0 usb1
usb2: <EHCI (generic) USB 2.0 controller> on ehci0
usb2: USB revision 2.0
uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 6 ports with 6 removable, self powered
pci0: <multimedia, audio> at device 6.0 (no driver attached)
pcib1: <PCIBIOS PCI-PCI bridge> at device 8.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode	   0x9000-0x9fff
pcib1:   memory decode     0xe6000000-0xe6ffffff
pcib1:   prefetched decode 0xfff00000-0xfffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
map[10]: type 4, range 32, base 00009000, size  6, enabled
pcib1: device (null) requested decoded I/O range 0x9000-0x903f
$PIR: 1:7 INTA routed to irq 10
found->    vendor=0x1274, dev=0x5000, revid=0x00
bus=1, slot=7, func=0
class=04-01-00, hdrtype=0x00, mfdev=0
cmdreg=0x0105, statreg=0x0400, cachelnsz=0 (dwords)
lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x80 (32000 ns)
intpin=a, irq=10
map[10]: type 4, range 32, base 00009400, size  8, enabled
pcib1: device (null) requested decoded I/O range 0x9400-0x94ff
map[14]: type 1, range 32, base e6000000, size  8, enabled
pcib1: device (null) requested decoded memory range 0xe6000000-0xe60000ff
$PIR: 1:11 INTA routed to irq 11
found->    vendor=0x10ec, dev=0x8139, revid=0x10
bus=1, slot=11, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)
intpin=a, irq=11
powerspec 2  supports D0 D1 D2 D3  current D0
pcm0: <AudioPCI ES1370> port 0x9000-0x903f irq 10 at device 7.0 on pci1
pcm0: Reserved 0x40 bytes for rid 0x10 type 4 at 0x9000
pcm0: [GIANT-LOCKED]
pcm0: sndbuf_setmap 237000, 1000; 0xc1f43000 -> 237000
pcm0: sndbuf_setmap 255000, 1000; 0xc1f41000 -> 255000
rl0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x9400
rl0: <RealTek 8139 10/100BaseTX> port 0x9400-0x94ff mem 0xe6000000-0xe60000ff irq 11 at device 11.0 on pci1
pcib1: device rl0 requested decoded I/O range 0x9400-0x94ff
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: bpf attached
rl0: Ethernet address: 00:0d:61:95:2b:cd
rl0: [MPSAFE]
atapci0: <nVidia nForce2 UDMA133 controller> port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 9.0 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xf000
ata0: channel #0 on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata0-slave:  stat=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: channel #1 on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1-slave:  stat=0x00 err=0x00 lsb=0x00 msb=0x00
Comment 1 Antoine Brodin 2004-09-23 15:33:31 UTC
Similar problem here with 6.0-CURRENT from today (never tested DRI
before).
Without DRI, everything is ok.
With DRI enabled, Xorg starts, brings a garbled previous root window up
and I can't switch back to the virtual terminals or kill Xorg with
Ctrl-Alt-Backspace.
I can still log in via ssh and kill Xorg.

Xorg version :

xorg-server-6.7.0_8
dri-5.0.2,1 and dri-6.1.p20040507,1

Hardware :

Graphic card : ASUS Radeon 9200SE 128MB AGP
Mobo : ASUS A7N8X-E DELUXE
Chipset : NVIDIA nForce2

From pciconf :

agp0@pci0:0:0:  class=0x060000 card=0x80ac1043 chip=0x01e010de rev=0xc1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'nForce2 AGP Controller'
    class    = bridge
    subclass = HOST-PCI

drm0@pci3:0:0:  class=0x030000 card=0xc0061043 chip=0x59641002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies Inc.'
    device   = 'Radeon 9200 SE Series (RV280)'
    class    = display
    subclass = VGA

none8@pci3:0:1: class=0x038000 card=0xc0071043 chip=0x5d441002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies Inc.'
    device   = 'Radeon 9200 SE Series - Secondary (RV280)'
    class    = display

From dmesg :

...
agp0: <NVIDIA nForce2 AGP Controller> mem 0xd0000000-0xd7ffffff at device 0.0 on pci0
agp0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xd0000000
agp0: allocating GATT for aperture of size 128M
...
drm0: <ATI Radeon RV280 9200 SE> port 0xc000-0xc0ff mem 0xea000000-0xea00ffff,0xd8000000-0xdfffffff irq 19 at device 0.0 on pci3
info: [drm] AGP at 0xd0000000 128MB
info: [drm] Initialized radeon 1.11.0 20020828 on minor 0
pci3: <display> at device 0.1 (no driver attached)
...
agp0: Setting AGP v3 mode 4
info: [drm] Loading R200 Microcode
ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0
drm0: [MPSAFE]

My Xorg.0.log is quite big so I don't send it, I can provide it if you
want.
Comment 2 patfbsdc 2004-09-24 20:21:39 UTC
Hi,

I've got the same problem with same kind of hardware. I think it is a 
problem related to agp : DRI works better (ie not freeze)  if i set Option 
"BusType"  "PCI" in the configuration of Xorg. It is better but sometimes X 
still freezes or restarts if i use opengl applications. It is ok without 
DRI.

I use dri 5.0.2 and Xorg 6.7.0

Dmesg :

FreeBSD 5.3-BETA5 #4: Mon Sep 20 14:41:26 CEST 2004
CPU: AMD Athlon(tm) XP 2600+ (1921.04-MHz 686-class CPU)
agp0: <NVIDIA nForce2 AGP Controller> mem 0xd0000000-0xd7ffffff at device 
0.0 on pci0
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib2
drm0: <ATI Radeon RV280 9200 SE> port 0xa000-0xa0ff mem 
0xe9000000-0xe900ffff,0xd8000000-0xdfffffff irq 19 at device 0.0 on pci2
info: [drm] AGP at 0xd0000000 128MB
info: [drm] Initialized radeon 1.11.0 20020828 on minor 0
pci2: <display> at device 0.1 (no driver attached)
Comment 3 bko 2004-10-13 15:14:47 UTC
The thread at

http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2004-03/0261.html

seems to indicate that the Nforce2 chipset is poorly documented and that
agp may not work well in the generic case.  This seems like it might be
the same problem, as does kern/71547 .



-- 
bryan k ogawa  <bko@unobvious.com>   http://www.unobvious.com/
Comment 4 Eric Anholt freebsd_committer freebsd_triage 2005-01-17 04:40:00 UTC
Responsible Changed
From-To: freebsd-bugs->anholt

Grab this one to keep track of it.  Likely an AGP issue.
Comment 5 Eric Anholt 2005-01-19 05:23:58 UTC
Here's a patch of diff-reduction to linux (add a " | 1" to attbase
setting), not pretending to have generic chipset support, and trying to
avoid the TLB flushing getting optimized away (not sure if it helps --
diffs of objdumps were uninformative).  The usual caveat of me having no
docs and none of this harwdare, and therefore it likely not helping,
applies.  The patch is also at:
http://people.freebsd.org/~anholt/agp_nvidia.c-2.diff

I'd love to hear if this helps/hurts in any way.

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 6 bko 2005-01-29 21:28:47 UTC
Eric,

I tried your patch and it didn't seem to change things much, either better
or worse.  Google seems to say that people who are getting radeons to work
with nforce2s on Linux are using the proprietary ATI drivers with the
proprietary nforce2 drivers :(

are freebsd people using nvidia chipset video cards with the nforce2
boards successfully?

-- 
bryan k ogawa  <bko@unobvious.com>   http://www.unobvious.com/
Comment 7 abroders 2005-02-21 21:48:57 UTC
upon review up to FreeBSD 5.1 nvidea chipset video cards worked on 
nforce2 boards. I never personally tried 5.2 or 5.21, however I have 
seen bug reports with similar, however not exact problems as listed and 
what I have seen.

When I had this working it was with a Radeon 9100 card, not a 9200.
Comment 8 Eric Anholt 2005-06-24 02:27:34 UTC
I've attached a new patch, which is also located at:
http://people.freebsd.org/~anholt/agp_nvidia.c-3.diff
which I'm really hoping will fix this issue.

-- 
Eric Anholt                                     eta@lclark.edu
http://people.freebsd.org/~anholt/              anholt@FreeBSD.org
Comment 9 Eric Anholt freebsd_committer freebsd_triage 2005-09-17 00:01:24 UTC
State Changed
From-To: open->patched

I think this is fixed in 6.0 now (agp_nvidia.c-3.diff committed).
Comment 10 Eric Anholt freebsd_committer freebsd_triage 2005-11-18 20:36:35 UTC
State Changed
From-To: patched->closed

Patch has been merged to 6-STABLE now.