From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 5 Jan 2004 13:55:03 +0300 From: Sergey Vlasov To: community@altlinux.ru Subject: Re: [Comm] Re: =?koi8-r?B?5NLBytfF0sEgxMw=?= =?koi8-r?Q?=D1?= Radion 9100 Message-ID: <20040105105503.GA29061@master.mivlgu.local> Mail-Followup-To: community@altlinux.ru References: <1073246501.2123.8.camel@linux.local> <20040104202733.GA13622@lks.home> <1073251774.4593.4.camel@linux.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline In-Reply-To: <1073251774.4593.4.camel@linux.local> X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 10:55:04 -0000 Archived-At: List-Archive: List-Post: --XOIedfhf+7KOe/yw Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX" Content-Disposition: inline Content-Transfer-Encoding: 8bit --huq684BweRXVnRxX Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Jan 05, 2004 at 12:29:34AM +0300, Macabre wrote: > Fire GL built-in AGP-support > Based on agpgart interface v0.99 (c) Jeff Hartmann > agpgart: Maximum main memory to use for agp memory: 439M > agpgart: Detected nVidia nForce2 chipset > agpgart: Bridge device is in AGP v1/v2 mode > agpgart: AGP aperture is 64M @ 0xe0000000 > Power management callback for AGP chipset installed > [fglrx] AGP detected, AgpState = 0x00000000 (hardware caps of chipset) Это ошибка во встроенной в fglrx поддержке AGP для nForce. Лечится прилагаемым патчем, либо использованием agpgart вместо этой встроенной поддержки (Option "UseInternalAGPGART" "no"). --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="fglrx-3.2.8-nvidia-nforce.patch" --- kernel-source-fglrx-3.2.8/agpgart_be.c.nforce 2003-11-18 18:15:36 +0300 +++ kernel-source-fglrx-3.2.8/agpgart_be.c 2003-11-18 18:27:54 +0300 @@ -7196,6 +7196,11 @@ agp_bridge.dev = dev; agp_bridge.capndx = cap_ptr; + /* fill in the mode register */ + pci_read_config_dword(agp_bridge.dev, + agp_bridge.capndx + 4, // AGP status register + &agp_bridge.mode); + return nvidia_nforce_setup(agp_bridge.dev); } --huq684BweRXVnRxX-- --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/+UKGW82GfkQfsqIRAj48AJ9EhDvtw6u77rccofZE1MWf+4lQsACgkv6k FJD+synhATrua46cYnvvVK0= =seiC -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw--