From owner-freebsd-ports Mon Mar 4 1:30:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDE3937B422 for ; Mon, 4 Mar 2002 01:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g249U2O08430; Mon, 4 Mar 2002 01:30:02 -0800 (PST) (envelope-from gnats) Received: from relay1.bcs.zp.ua (bcs-marka.marka.net.ua [217.24.161.217]) by hub.freebsd.org (Postfix) with ESMTP id 9038B37B400 for ; Mon, 4 Mar 2002 01:25:09 -0800 (PST) Received: from relay2.bcs.zp.ua (bcs3.bcs.zp.ua [212.8.35.73]) by relay1.bcs.zp.ua (8.11.6/8.11.6) with ESMTP id g249Ovu41174 for ; Mon, 4 Mar 2002 11:24:59 +0200 (EET) Received: (from serg@localhost) by relay2.bcs.zp.ua (8.11.3/8.11.3) id g249Ou796848; Mon, 4 Mar 2002 11:24:56 +0200 (EET) (envelope-from serg) Message-Id: <200203040924.g249Ou796848@relay2.bcs.zp.ua> Date: Mon, 4 Mar 2002 11:24:56 +0200 (EET) From: Sergey Shkonda Reply-To: serg@bcs.zp.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35532: XFree86 & ATI Radeon VE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message