Xorg 8.9.0 "radeon" with DRI hangs FreeBSD-6.1, OK without DRI

Chris Shenton chris at shenton.org
Sat Mar 11 01:15:48 GMT 2006


I just tried Xorg from a xorg-server-snap from about a week ago,
Xorg version 6.8.99.903.

It exhibits the same problems as 6.9.0:

* It runs if DRI is commented out, but windows have blue rectangles
  where information should be
* It hangs the system hard if DRI is uncommented

Any suggestions on how to track this down?
Thanks.


Section "Module"
	Load  "extmod"
	Load  "glx"
#####	Load  "dri" # 2006-02-20 Hangs Xorg and FreeBSD hard (no ping)
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "freetype"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV370 5B60 [Radeon X300 (PCIE)]"
	BusID       "PCI:1:0:0"
EndSection


More information about the freebsd-x11 mailing list