From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 22 23:15:16 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A01D216A41C for ; Wed, 22 Jun 2005 23:15:16 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7D743D49 for ; Wed, 22 Jun 2005 23:15:15 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id j5MNFEh5050566; Wed, 22 Jun 2005 16:15:15 -0700 (PDT) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id j5MNF8a3050565; Wed, 22 Jun 2005 16:15:08 -0700 (PDT) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Vladimir Kushnir In-Reply-To: <20050623011049.R3714@kushnir1.kiev.ua> References: <20050614000247.X30515@kushnir1.kiev.ua> <20050623011049.R3714@kushnir1.kiev.ua> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 22 Jun 2005 16:15:08 -0700 Message-Id: <1119482108.1173.1.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: freebsd-amd64@freebsd.org Subject: Re: SOLVED: nForce4 + PCIE Radeons - anybody? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 23:15:16 -0000 On Thu, 2005-06-23 at 01:16 +0300, Vladimir Kushnir wrote: > Replying to myself. > > On Tue, 14 Jun 2005, Vladimir Kushnir wrote: > > > Hi all, > > Has anybody had any luck with this combination? So far no matter what I do > > stock X (xorg-server) just hangs my box, and xorg-server-snapshot displays > > absolutely distorted picture (wrong timings?) with xterm pulled over entire > > screen and so forth :-( > > Box: -CURRENT (the same was with 5.4 release), Athlon64 (naturally :-), Asus > > A8N SLI (not Deluxe), Sapphire Radeon X600 > > > > It appears this is a (bug? feature?) of Xorg: Radeons X600 Series (ID > 0x5B62) aren't included in correct CHIP_FAMILY in driver. Workaround: add > ChipID 0x5b60 > to "Device" section of xorg.conf (passing for X300). More permanent > solution: apply this one-liner: > > *** programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig Thu Jun 23 00:56:51 2005 > --- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Thu Jun 23 00:57:08 2005 > *************** > *** 2496,2501 **** > --- 2496,2502 ---- > case PCI_CHIP_RV370_5460: > case PCI_CHIP_RV370_5464: > info->IsMobility = TRUE; > + case PCI_CHIP_RV370_5B62: > case PCI_CHIP_RV370_5B60: > case PCI_CHIP_RV370_5B64: > case PCI_CHIP_RV370_5B65: I've committed your fix upstream to X.Org and to the xorg-server port. I'm testing xorg-server-snap now. Thanks! -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org