Configuring ATI 3100V dual-head with X 6.7.0 on FreeBSD 5.3-RELEASE

Jason Larion larion at theopalgroup.com
Thu Dec 30 06:51:06 PST 2004


All,

	First, let me say that I deeply appreciate any help that can be given on this issue...

	I am trying to configure the ATI 3100V video card (a dual-head) to work in X.org server 6.7.0, on FreeBSD 5.3-RELEASE.  The goal is to have one desktop spanning two Dell LCD monitors.  Both outputs on the card are VGA/CRT (not DVI).  I understand that Xinerama is the tool to achieve this.

	I can successfully get the card running if I choose the "vesa" driver in the "Device" section, but it works as a cloned monitor (not the Xinerama that I've told it to use).  When I switch the driver to "radeon" (as I think I ought due to reading this mailing list), I receive some errors that I cannot resolve.

	I've attached the results of "Xorg -scanpci", my xorg.conf, the Xorg.0.log file, and my dmesg output to this e-mail.

	Again, any pointers or assistance would be _greatly_ appreciated.  This is what is keeping me from moving from Windows to FreeBSD on my primary workstation.  :-)

Regards,
Jason Larion



=== Xorg -scanpci ===

Probing for PCI devices (Bus:Device:Function)

(0:0:0) unknown card (0x1028/0x0168) using a Intel Corp. Workstation Memory Controller Hub
(0:0:1) unknown card (0x1028/0x0168) using a Intel Corp. Memory Controller Hub Error Reporting Register
(0:2:0) Intel Corp. Memory Controller Hub PCI Express Port A0
(0:3:0) Intel Corp. Memory Controller Hub PCI Express Port A1
(0:4:0) Intel Corp. Memory Controller Hub PCI Express Port B0
(0:29:0) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB USB
(0:29:1) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB USB
(0:29:2) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB USB
(0:29:3) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB USB
(0:29:7) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB USB2
(0:30:0) Intel Corp. 82801BA/CA/DB/EB PCI Bridge
(0:31:0) Intel Corp. 82801EB LPC Interface Controller
(0:31:1) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB Ultra ATA Storage Controller
(0:31:2) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB Ultra ATA Storage Controller
(0:31:3) unknown card (0x1028/0x0168) using a Intel Corp. 82801EB SMBus Controller
(1:0:0) Intel Corp. PCI Bridge Hub A
(1:0:2) Intel Corp. PCI Bridge Hub B
(3:14:0) unknown card (0x1028/0x0168) using a Intel Corp. 82545GM Gigabit Ethernet Controller
(5:0:0) unknown card (0x1002/0x0102) using an unknown chip (DeviceId 0x5b64) from ATI Technologies Inc
(5:0:1) unknown card (0x1002/0x0103) using an unknown chip (DeviceId 0x5b74) from ATI Technologies Inc
(6:12:0) unknown card (0x1028/0x0168) using a Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
(6:13:0) unknown card (0x1102/0x1003) using a Creative Labs SB Audigy
(6:13:2) unknown card (0x1102/0x0010) using a Creative Labs SB Audigy FireWire Port



=== xorg.conf ===

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

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

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

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

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"Dell"
	ModelName	  "Dell 1901FP"
	Option		  "DPMS"
EndSection

Section "Monitor"
	Identifier	"Monitor1"
	VendorName	"Dell"
	ModelName	  "Dell 1901FP"
	Option		  "DPMS"
EndSection

Section "Device"
  Identifier  "Card0"
  Driver      "radeon"
  VendorName  "ATI Corporation"
  BoardName   "ATI FireGL 3100"
  BusID       "PCI:5:0:0"
#  ChipID      0x5b64
  Screen      0
EndSection

Section "Device"
  Identifier  "Card1"
  Driver      "radeon"
  VendorName  "ATI Corporation"
  BoardName   "ATI FireGL 3100"
  BusID       "PCI:5:0:1"
#  ChipID      0x5b74
  Screen      1
EndSection

Section "Screen"
  Identifier    "Screen0"
  Device        "Card0"
  Monitor       "Monitor0"
  DefaultDepth  24

  Subsection "Display"
    Depth     8
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection

  Subsection "Display"
    Depth     16
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection

  Subsection "Display"
    Depth     24
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection
EndSection

Section "Screen"
  Identifier    "Screen1"
  Device        "Card1"
  Monitor       "Monitor1"
  DefaultDepth  24

  Subsection "Display"
    Depth     8
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection

  Subsection "Display"
    Depth     16
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection

  Subsection "Display"
    Depth     24
    Modes     "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort  0 0
  EndSubsection
EndSection

Section "ServerLayout"
  Identifier  "Dual-head Layout"
  Screen  0 "Screen0" 0       0
  Screen  1 "Screen1" RightOf "Screen0"

  InputDevice "Mouse0"    "CorePointer"
  InputDevice "Keyboard0" "CoreKeyboard"

  Option "Clone"  "off"
  Option "Xinerama" "on"
EndSection


=== Xorg.0.log ===

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 opaltech8.theopalgroup.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 16 October 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: Thu Dec 30 09:45:58 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Dual-head Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(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 8086,359e card 1028,0168 rev 09 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 8086,3591 card 1028,0168 rev 09 class ff,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,3595 card 0000,0000 rev 09 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,3596 card 0000,0000 rev 09 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,3597 card 0000,0000 rev 09 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0168 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0168 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0168 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0168 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0168 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0168 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0168 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0168 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 8086,0329 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 01:00:2: chip 8086,032a card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 03:0e:0: chip 8086,1026 card 1028,0168 rev 04 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 1002,5b64 card 1002,0102 rev 80 class 03,00,00 hdr 80
(II) PCI: 05:00:1: chip 1002,5b74 card 1002,0103 rev 80 class 03,80,00 hdr 00
(II) PCI: 06:0c:0: chip 104c,8023 card 1028,0168 rev 00 class 0c,00,10 hdr 00
(II) PCI: 06:0d:0: chip 1102,0004 card 1102,1003 rev 04 class 04,01,00 hdr 80
(II) PCI: 06:0d:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), 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-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:3:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xdfd00000 - 0xdfdfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:4:0), (0,5,5), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 5 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xdfb00000 - 0xdfcfffff (0x200000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xdfa00000 - 0xdfafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:0:0), (1,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (1:0:2), (1,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(--) PCI:*(5:0:0) ATI Technologies Inc unknown chipset (0x5b64) rev 128, Mem @ 0xd0000000/27, 0xdfbe0000/16, I/O @ 0xcc00/8, BIOS @ 0xdfc00000/17
(--) PCI: (5:0:1) ATI Technologies Inc unknown chipset (0x5b74) rev 128, Mem @ 0xdfbf0000/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) Active PCI resource ranges:
	[0] -1	0	0xdfafc000 - 0xdfafffff (0x4000) MX[B]E
	[1] -1	0	0xdfaf7800 - 0xdfaf7fff (0x800) MX[B]E
	[2] -1	0	0xdfaf8000 - 0xdfafffff (0x8000) MX[B]E
	[3] -1	0	0xdfaf7000 - 0xdfaf7fff (0x1000) MX[B]E
	[4] -1	0	0xdfee0000 - 0xdfefffff (0x20000) MX[B]E
	[5] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]E
	[6] -1	0	0xffa80800 - 0xffa80fff (0x800) MX[B]E
	[7] -1	0	0xdfbf0000 - 0xdfbfffff (0x10000) MX[B](B)
	[8] -1	0	0xdfc00000 - 0xdfc1ffff (0x20000) MX[B](B)
	[9] -1	0	0xdfbe0000 - 0xdfbeffff (0x10000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000bcc0 - 0x0000bcff (0x40) IX[B]E
	[12] -1	0	0x0000dcc0 - 0x0000dcff (0x40) IX[B]E
	[13] -1	0	0x0000ece0 - 0x0000ecff (0x20) IX[B]E
	[14] -1	0	0x0000fea0 - 0x0000febf (0x20) IX[B]E
	[15] -1	0	0x0000fe30 - 0x0000fe3f (0x10) IX[B]E
	[16] -1	0	0x0000fe20 - 0x0000fe3f (0x20) IX[B]E
	[17] -1	0	0x0000fe10 - 0x0000fe1f (0x10) IX[B]E
	[18] -1	0	0x0000fe00 - 0x0000feff (0x100) IX[B]E
	[19] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[20] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]E
	[21] -1	0	0x00000170 - 0x0000017f (0x10) IX[B]E
	[22] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[23] -1	0	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[24] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]E
	[25] -1	0	0x0000ff40 - 0x0000ff7f (0x40) IX[B]E
	[26] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]E
	[27] -1	0	0x0000ff80 - 0x0000ffff (0x80) IX[B]E
	[28] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xdfaf8000 from 0xdfafffff to 0xdfafbfff
(II) PCI Memory resource overlap reduced 0xdfaf7000 from 0xdfaf7fff to 0xdfaf77ff
(II) PCI I/O resource overlap reduced 0x0000fe20 from 0x0000fe3f to 0x0000fe2f
(II) PCI I/O resource overlap reduced 0x0000fe00 from 0x0000feff to 0x0000fe0f
(II) PCI I/O resource overlap reduced 0x0000ff40 from 0x0000ff7f to 0x0000ff5f
(II) PCI I/O resource overlap reduced 0x0000ff80 from 0x0000ffff to 0x0000ff9f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdfafc000 - 0xdfafffff (0x4000) MX[B]E
	[1] -1	0	0xdfaf7800 - 0xdfaf7fff (0x800) MX[B]E
	[2] -1	0	0xdfaf8000 - 0xdfafbfff (0x4000) MX[B]E
	[3] -1	0	0xdfaf7000 - 0xdfaf77ff (0x800) MX[B]E
	[4] -1	0	0xdfee0000 - 0xdfefffff (0x20000) MX[B]E
	[5] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]E
	[6] -1	0	0xffa80800 - 0xffa80fff (0x800) MX[B]E
	[7] -1	0	0xdfbf0000 - 0xdfbfffff (0x10000) MX[B](B)
	[8] -1	0	0xdfc00000 - 0xdfc1ffff (0x20000) MX[B](B)
	[9] -1	0	0xdfbe0000 - 0xdfbeffff (0x10000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000bcc0 - 0x0000bcff (0x40) IX[B]E
	[12] -1	0	0x0000dcc0 - 0x0000dcff (0x40) IX[B]E
	[13] -1	0	0x0000ece0 - 0x0000ecff (0x20) IX[B]E
	[14] -1	0	0x0000fea0 - 0x0000febf (0x20) IX[B]E
	[15] -1	0	0x0000fe30 - 0x0000fe3f (0x10) IX[B]E
	[16] -1	0	0x0000fe20 - 0x0000fe2f (0x10) IX[B]E
	[17] -1	0	0x0000fe10 - 0x0000fe1f (0x10) IX[B]E
	[18] -1	0	0x0000fe00 - 0x0000fe0f (0x10) IX[B]E
	[19] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[20] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]E
	[21] -1	0	0x00000170 - 0x0000017f (0x10) IX[B]E
	[22] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[23] -1	0	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[24] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]E
	[25] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]E
	[26] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]E
	[27] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
	[28] -1	0	0x0000cc00 - 0x0000ccff (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	0xdfafc000 - 0xdfafffff (0x4000) MX[B]E
	[6] -1	0	0xdfaf7800 - 0xdfaf7fff (0x800) MX[B]E
	[7] -1	0	0xdfaf8000 - 0xdfafbfff (0x4000) MX[B]E
	[8] -1	0	0xdfaf7000 - 0xdfaf77ff (0x800) MX[B]E
	[9] -1	0	0xdfee0000 - 0xdfefffff (0x20000) MX[B]E
	[10] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]E
	[11] -1	0	0xffa80800 - 0xffa80fff (0x800) MX[B]E
	[12] -1	0	0xdfbf0000 - 0xdfbfffff (0x10000) MX[B](B)
	[13] -1	0	0xdfc00000 - 0xdfc1ffff (0x20000) MX[B](B)
	[14] -1	0	0xdfbe0000 - 0xdfbeffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000bcc0 - 0x0000bcff (0x40) IX[B]E
	[19] -1	0	0x0000dcc0 - 0x0000dcff (0x40) IX[B]E
	[20] -1	0	0x0000ece0 - 0x0000ecff (0x20) IX[B]E
	[21] -1	0	0x0000fea0 - 0x0000febf (0x20) IX[B]E
	[22] -1	0	0x0000fe30 - 0x0000fe3f (0x10) IX[B]E
	[23] -1	0	0x0000fe20 - 0x0000fe2f (0x10) IX[B]E
	[24] -1	0	0x0000fe10 - 0x0000fe1f (0x10) IX[B]E
	[25] -1	0	0x0000fe00 - 0x0000fe0f (0x10) IX[B]E
	[26] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[27] -1	0	0x00000374 - 0x00000377 (0x4) IX[B]E
	[28] -1	0	0x00000170 - 0x0000017f (0x10) IX[B]E
	[29] -1	0	0x000003f4 - 0x000003f7 (0x4) IX[B]E
	[30] -1	0	0x000001f0 - 0x000001ff (0x10) IX[B]E
	[31] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]E
	[32] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]E
	[33] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]E
	[34] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]E
	[35] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B](B)
(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 05:00:0
(WW) RADEON: No matching Device section for instance (BusID PCI:5:0:1) found
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.



=== dmesg output ===

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-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
    root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.52-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf34  Stepping = 4
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Hyperthreading: 2 logical CPUs
real memory  = 1072209920 (1022 MB)
avail memory = 1039683584 (991 MB)
ACPI APIC Table: <DELL   WS 670 >
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic2: Changing APIC ID to 10
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
ioapic2 <Version 2.0> irqs 48-71 on motherboard
lapic0: Forcing LINT1 to edge trigger
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <DELL WS 670 > on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <unknown> at device 0.1 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 2.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 0.0 on pci1
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 0.2 on pci1
pci3: <ACPI PCI bus> on pcib3
em0: <Intel(R) PRO/1000 Network Connection, Version - 1.7.35> port 0xdcc0-0xdcff mem 0xdfee0000-0xdfefffff irq 48 at device 14.0 on pci3
em0: Ethernet address: 00:0f:1f:85:c7:bc
em0:  Speed:N/A  Duplex:N/A
pcib4: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
pci4: <ACPI PCI bus> on pcib4
pcib5: <ACPI PCI-PCI bridge> irq 16 at device 4.0 on pci0
pci5: <ACPI PCI bus> on pcib5
pci5: <display, VGA> at device 0.0 (no driver attached)
pci5: <display> at device 0.1 (no driver attached)
uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xff80-0xff9f irq 16 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801EB (ICH5) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801EB (ICH5) USB controller USB-B> port 0xff60-0xff7f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801EB (ICH5) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801EB (ICH5) USB controller USB-C> port 0xff40-0xff5f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801EB (ICH5) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ums0: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1
ums0: 5 buttons and Z dir.
uhub3: NEC Corporation USB2.0 Hub Controller, class 9/0, rev 2.00/1.00, addr 3
uhub3: 4 ports with 4 removable, self powered
ugen0: korea-afis DICU-8600B, rev 1.10/2.00, addr 4
uhci3: <Intel 82801EB (ICH5) USB controller USB-D> port 0xff20-0xff3f irq 16 at device 29.3 on pci0
uhci3: [GIANT-LOCKED]
usb3: <Intel 82801EB (ICH5) USB controller USB-D> on uhci3
usb3: USB revision 1.0
uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub4: 2 ports with 2 removable, self powered
pci0: <serial bus, USB> at device 29.7 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci6: <ACPI PCI bus> on pcib6
fwohci0: <Texas Instruments TSB43AB22/A> mem 0xdfaf8000-0xdfafbfff,0xdfaf7000-0xdfaf77ff irq 16 at device 12.0 on pci6
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 80:85:00:0f:c7:bc:1f:00
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 82:85:00:bc:1f:00
fwe0: Ethernet address: 82:85:00:bc:1f:00
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci6: <multimedia, audio> at device 13.0 (no driver attached)
fwohci1: <1394 Open Host Controller Interface> mem 0xdfafc000-0xdfafffff,0xdfaf7800-0xdfaf7fff irq 18 at device 13.2 on pci6
fwohci1: OHCI version 1.10 (ROM=0)
fwohci1: No. of Isochronous channels is 4.
fwohci1: EUI64 00:02:3c:04:11:06:36:c6
fwohci1: Phy 1394a available S400, 2 ports.
fwohci1: Link S400, max_rec 2048 bytes.
firewire1: <IEEE1394(FireWire) bus> on fwohci1
fwe1: <Ethernet over FireWire> on firewire1
if_fwe1: Fake Ethernet address: 02:02:3c:06:36:c6
fwe1: Ethernet address: 02:02:3c:06:36:c6
fwe1: if_start running deferred for Giant
sbp1: <SBP-2/SCSI over FireWire> on firewire1
fwohci1: Initiate bus reset
fwohci1: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire1: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire1: bus manager 0 (me)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH5 UDMA100 controller> port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 irq 18 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
atapci1: <Intel ICH5 SATA150 controller> port 0xfea0-0xfeaf,0xfe30-0xfe33,0xfe20-0xfe27,0xfe10-0xfe13,0xfe00-0xfe07 irq 18 at device 31.2 on pci0
ata2: channel #0 on atapci1
ata3: channel #1 on atapci1
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ppc0: <ECP parallel printer port> port 0x778-0x77f,0x378-0x37f irq 7 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
orm0: <ISA Option ROMs> at iomem 0xcc800-0xcffff,0xcb000-0xcc7ff,0xc0000-0xcafff on isa0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 2992517550 Hz quality 800
Timecounters tick every 10.000 msec
acd0: CDRW <SAMSUNG CD-R/RW SW-252S/R901> at ata1-master UDMA33
ad4: 152587MB <WDC WD1600JD-75HBB0/08.02D08> [310019/16/63] at ata2-master SATA150
Mounting root from ufs:/dev/ad4s3a
em0: Link is up 100 Mbps Full Duplex
em0: Link is up 100 Mbps Full Duplex

-------------- next part --------------
A non-text attachment was scrubbed...
Name: larion.vcf
Type: text/x-vcard
Size: 322 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20041230/0e9e79a6/attachment.vcf>


More information about the xorg mailing list