Date: Wed, 22 Jun 2005 16:15:08 -0700 From: Eric Anholt <eta@lclark.edu> To: Vladimir Kushnir <vkushnir@i.kiev.ua> Cc: freebsd-amd64@freebsd.org Subject: Re: SOLVED: nForce4 + PCIE Radeons - anybody? Message-ID: <1119482108.1173.1.camel@leguin> In-Reply-To: <20050623011049.R3714@kushnir1.kiev.ua> References: <20050614000247.X30515@kushnir1.kiev.ua> <20050623011049.R3714@kushnir1.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1119482108.1173.1.camel>