From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D8551389E2 for ; Tue, 9 Dec 2014 07:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 998E9E083D; Tue, 9 Dec 2014 07:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 918EFE07B3 for ; Tue, 9 Dec 2014 07:29:19 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 336C23404D9 for ; Tue, 9 Dec 2014 07:17:37 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id i50so461qgf.23 for ; Mon, 08 Dec 2014 23:17:33 -0800 (PST) X-Received: by 10.140.49.107 with SMTP id p98mr2642618qga.20.1418109453231; Mon, 08 Dec 2014 23:17:33 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-alpha@lists.gentoo.org Reply-to: gentoo-alpha@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.227.193 with HTTP; Mon, 8 Dec 2014 23:17:13 -0800 (PST) In-Reply-To: <547B9838.5010409@gt.rr.com> References: <518D5DCD.5080602@gt.rr.com> <518D6422.2050506@spamcop.net> <518D750C.2060004@gt.rr.com> <1368226517.12026.12.camel@n-its-7of9.mcis.washington.edu> <518DA70B.1030409@gt.rr.com> <518DCFCD.5020008@spamcop.net> <518EA5F6.4090600@gt.rr.com> <518EFEC6.1040301@spamcop.net> <5192EB61.1030900@gt.rr.com> <519E6A25.7010204@gt.rr.com> <519E708C.40102@spamcop.net> <51DE1B6C.3030302@gt.rr.com> <51DEC311.3020605@computer.org> <547B9838.5010409@gt.rr.com> From: Matt Turner Date: Mon, 8 Dec 2014 23:17:13 -0800 Message-ID: Subject: Re: [gentoo-alpha] radeon questions To: gentoo-alpha@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 2eedea5f-16b9-4676-ae3c-d48b0e86d9a2 X-Archives-Hash: 47c797b0062dc7196dd38b976c3380ec On Sun, Nov 30, 2014 at 2:20 PM, Don Wilburn wrote: > Dear silent alpha list, > > I got X to work with my GeForce card and the nv driver. It was functional, > but underwhelming. So, I got a PCI Radeon card via eBay. > Specifically, it's a Visiontek 9250. The lspci output calls it an RV280 > 9200 PRO. So far, I can't get X to work. > Like nouveau for my nVidia card, the kernel DRM radeon module won't load. > Running modprobe radeon fails and says "Exec format error." The dmesg > output says something about "Relocation (type 4) overflow vs > radeon_resume_kms." > Question 1: Does the kernel module work with any alpha, or is it just mine? It should work. My complete guess is that the module is too large. Maybe try building it into your kernel? I suspect that might make the problem more obvious. > Even worse, the xorg driver doesn't seem to work for me. The Xorg website > says the radeon driver works with the RV280/9250 chip. The Xorg.0.log shows > a long list of radeon models, but none of the 9200/9250 models say PCI. > They say AGP or IGP. I don't expect the 2D driver will work without the kernel module. Focus on the kernel module first. > I tried to copycat a google result pertaining to a ppc iMac and made a conf > file to explicitly relate the radeon driver to the device by BusID, but that > didn't help. > Question 2: Does anyone have a PCI radeon 9250 working in their alpha? I've had a Radeon 9100 working in an alpha, as well as others. A 9250 should work.