[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X freezes with dri enabled ...



Am Samstag, den 12.02.2005, 16:03 -0500 schrieb Michel Dänzer:
> On Sat, 2005-02-12 at 15:19 +0100, Sven Kromminga wrote:
> > 
> > I have an ibook (G3,radeon M7) with Debian unstable. I use the
> > xserver-package from Michael Daenzer and had DRI enabled. After a while
> > X freezes. The mouse-pointer is still moving, but that's it. After a
> > time i realized that i could freeze X simply by starting glxgears. I
> > disabled DRI and the freezing doesn't happen again (until now ;-)).
> 
> Are you using any AGP/DRI related configuration options?
> 

Below are the Options I use ...
I commented out the ddc, xie and of course dri modules to make X work
again. Also i have loaded the agpgart, uninorth_agp and radeon modules
in my kernel.
(Sorry about missspelling your name ;-))

# begin part of XF86Config-4 

Section "Module"
#	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
#	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
#	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"radeon"
	Option		"UseFBDev"		"true"
#	VideoRam	8192
	BusID		"PCI:0:16:0"
	Option		"AGPMode"		"2"
	VendorName	"ATI"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	48.359
	VertRefresh	60
	Option		"DPMS"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end part of XF86Config-4



Reply to: