Date: Mon, 4 Mar 2002 11:24:56 +0200 (EET) From: Sergey Shkonda <serg@bcs.zp.ua> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35532: XFree86 & ATI Radeon VE Message-ID: <200203040924.g249Ou796848@relay2.bcs.zp.ua>
next in thread | raw e-mail | index | archive | help
>Number: 35532 >Category: ports >Synopsis: ATI Radeon VE doesn't work with XFree84-4.1.0_12 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 04 01:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergey Shkonda >Release: FreeBSD 4.x STABLE i386 >Organization: >Environment: System: FreeBSD relay2.bcs.zp.ua 4.3-RC FreeBSD 4.3-RC #5: Tue Dec 25 19:04:09 EET 2001 root@relay2.bcs.zp.ua:/usr/src/sys/compile/RELAY2 i386 >Description: ATI Radeon VE doesn't work with XFree86-4.1.0: driver failing to enable its video output >How-To-Repeat: Just try to run XFree with ATI Radeon VE >Fix: XFree86 fix #497 was incorrect. One extra line must be removed. Add the following patch file to port tree: **** patch-radeon ************************************************************ --- 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)); ***************************************************************************** -- Sergey Shkonda <serg@bcs.zp.ua> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203040924.g249Ou796848>