Bug 57334

Summary: FreeBSD-Stable/Radeon7500, X server freeze while running opengl applications.
Product: Base System Reporter: Shobaki sam. <progen>
Component: kernAssignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me CC: luna
Priority: Normal    
Version: 4.9-PRERELEASE   
Hardware: Any   
OS: Any   

Description Shobaki sam. 2003-09-29 01:00:33 UTC
	
	When running opengl applications, X server become, after a while, unresponsitive, and
	everything on the screen seems to slow down, keyboard become very long to respond
	(and don't respond at all after a moment), and mouse same as keyboard.

Fix: 

Setting RADEON_NO_IRQS=1 in the environment resolve the problem.
How-To-Repeat: 
	Run an opengl application as simple as setting up an opengl window.
Comment 1 Eric Anholt freebsd_committer freebsd_triage 2003-10-17 23:15:28 UTC
Responsible Changed
From-To: freebsd-bugs->anholt

Assign to maintainer.
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2003-10-17 23:22:28 UTC
Please try the DRM from DRI CVS.  I'm thinking of one bugfix in it in
particular here.  See the following link for instructions.
http://dri.sf.net/cgi-bin/moin.cgi/CVS

Check out trunk then:
cd xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel
ln -s ../../../shared/drm/kernel/*.[ch] ./
make -f Makefile.bsd depend all install

now reload the DRM and try to reproduce it.

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 3 Shobaki sam. 2003-10-19 12:23:40 UTC
The problem appear to be solved, running incredibly good.
Can't retrieve any "bad" symptoms from two days i am running with the
DRM from DRI CVS.
Thank you.

--
Shobaki Sam.
Comment 4 Eric Anholt freebsd_committer freebsd_triage 2003-10-19 20:17:42 UTC
State Changed
From-To: open->closed

Fix committed to -stable.  Thanks again for the testing!