Bug 35532

Summary: ATI Radeon VE doesn't work with XFree84-4.1.0_12
Product: Ports & Packages Reporter: Sergey Shkonda <serg>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sergey Shkonda 2002-03-04 09:30:01 UTC
	ATI Radeon VE doesn't work with XFree86-4.1.0:
	driver failing to enable its video output

Fix: XFree86 fix #497 was incorrect. One extra line must be removed.
	Add the following patch file to port tree:

**** patch-radeon ************************************************************


-- 
Sergey Shkonda           <serg@bcs.zp.ua>--UP1IFchjN4VDdYtpDGvNboze9ymOYpjCtpFsqjIHZXk0N5xd
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig	Sat Jun  2 01:27:06 2001
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	Fri Feb 22 20:56:42 2002
@@ -2498,7 +2498,6 @@
     } else {
 	save->crtc_ext_cntl = RADEON_VGA_ATI_LINEAR | RADEON_XCRT_CNT_EN;
     }
-    save->crtc_ext_cntl = RADEON_VGA_ATI_LINEAR | RADEON_XCRT_CNT_EN;
     save->dac_cntl      = (RADEON_DAC_MASK_ALL
 			   | RADEON_DAC_VGA_ADR_EN
 			   | (info->dac6bits ? 0 : RADEON_DAC_8BIT_EN));
*****************************************************************************
	
How-To-Repeat: 	
	Just try to run XFree with ATI Radeon VE
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2002-03-13 01:17:26 UTC
State Changed
From-To: open->closed

This is not a FreeBSD-specific issue.  Please take it up with the XFree86 
maintainers, thanks. 


Comment 2 Ade Lovett freebsd_committer freebsd_triage 2002-03-13 01:17:26 UTC
Responsible Changed
From-To: freebsd-ports->ade