From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 55931] Crashes with radeon driver and r100/r200 cards (Radeon 7000 & 9250) on Tyan S2460 MB (AMD 32) Date: Thu, 14 Nov 2013 15:11:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id DD21F1058AD for ; Thu, 14 Nov 2013 07:11:07 -0800 (PST) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9A2BD2095F for ; Thu, 14 Nov 2013 15:11:06 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 90F762023F for ; Thu, 14 Nov 2013 15:11:04 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=55931 --- Comment #8 from Alex Deucher --- (In reply to Fred Stevens from comment #6) > (In reply to Alex Deucher from comment #5) > > Does it work if you disable AGP? Boot with radeon.agpmode=-1 on the kernel > > command line in grub. > > It's working so far. I did try X and it didn't crash with the usual > sequences (windowmaker wm, firefox, xterm, use wm to modify a "docked" > applications settings). I'm using kernel 3.10.17-i586 from Slackware-14.1 > (happens to be Slackware-Current right now). My next check, which is being > done presently, is to compile TeXLive from SlackBuild. This will crash the > kernel when the compressed package is built (larger than 1GB). > > I am attaching a current dmesg with the radeon.agp=-1 passed to grub. It's radeon.agpmode=-1 not radeon.agp=-1. You are preventing the radeon kernel module from loading due to an invalid parameter name: [ 32.781722] radeon: `-1' invalid for parameter `agp' Alternatively, you can try adjusting the agpmode. E.g., radeon.agpmode=1 or 2 or 4. to force the agpmode to something other than what the bios set up. -- You are receiving this mail because: You are watching the assignee of the bug.