From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <30174.194.85.185.72.1159282537.squirrel@mojo.unsafe.ru> In-Reply-To: <20060926164854.35b97e9b.cetus@newmail.ru> References: <20060921112920.6a456107.cetus@newmail.ru> <20060925181304.GB10696@procyon.home> <20060926092141.0c8bcd36.cetus@newmail.ru> <20060926062222.GH1986@osdn.org.ua> <20060926112025.4a6024f5.cetus@newmail.ru> <49286.194.85.185.72.1159271565.squirrel@mojo.unsafe.ru> <20060926164854.35b97e9b.cetus@newmail.ru> Date: Tue, 26 Sep 2006 18:55:37 +0400 (MSD) From: "Konstantin A. Lepikhov" To: hardware@lists.altlinux.org User-Agent: SquirrelMail/1.4.9 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AV-Checked: ClamAV using ClamSMTP Subject: [Hardware] =?utf-8?b?IFJlOiDQn9C+0LzQvtCz0LjRgtC1INC90LDRgdGC0YA=?= =?utf-8?b?0L7QuNGC0YwgM2Q=?= X-BeenThere: hardware@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: hardware@altlinux.ru List-Id: ALT Linux hardware support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 14:55:38 -0000 Archived-At: List-Archive: List-Post: <цитата от="A.Kitouwaykin"> > On Tue, 26 Sep 2006 15:52:45 +0400 (MSD) > "Konstantin A. Lepikhov" wrote: > >> дальше начнется самое веселое %) т.к. ни в radeon, ни в fglrx этой карты >> нет. Придется pci id прописывать руками. > > А об этом можно чуть поподробнее? Или что почитать? см. man radeon The driver auto-detects all device information necessary to initialize the card. However, if you have problems with auto-detection, you can specify: VideoRam - in kilobytes MemBase - physical address of the linear framebuffer IOBase - physical address of the MMIO registers ChipID - PCI DEVICE ID <-- вот тут пишете ваше 5940 т.е. что-то типа того: Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "Videocard vendor" BoardName "ATI Radeon 9200" ChipId 0x5940 EndSection также ChipId 0x5940 придется прописывать и для fglrx. -- WBR et al.