From owner-freebsd-x11@FreeBSD.ORG Sat Dec 7 08:56:38 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2540F53 for ; Sat, 7 Dec 2013 08:56:38 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCF31EF3 for ; Sat, 7 Dec 2013 08:56:38 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so1582315wes.24 for ; Sat, 07 Dec 2013 00:56:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+zFwTbrmnpRJSKuOHys1KQMJoysN2+7nDT5GXYuGnu8=; b=NoN/J+9xKHakMYZrB3bRfUPZkav/SMtvP7BUqlQZUbgrcVVzABbFi1401GPFZ6eYX4 BDFjHqJwHTDD8WyE6aa2xlkfV9anAm6b7lAekRdlOhggDnLRUhYQELxEfJy1xpxpOC9k nUo9Murf0SbZ43yjF/b6POU6t2rZn7KjoaWgUjzzdR41rZyE6+JISI83Rey6kjBuCvqL 0fZxxFjSavYcwBCFZshNv76TKrX7KpLdJ0BH5htSiIl0Lji+weDyLLIQ5luCPfygt2yS IztwVxRSk+8LCzTzGYNOQS+5/xIvMTxtbzROxDSiyv3naHrKD0vD+Lhhg5ZGHaaluw1P xkSQ== MIME-Version: 1.0 X-Received: by 10.180.108.97 with SMTP id hj1mr5936200wib.59.1386406596727; Sat, 07 Dec 2013 00:56:36 -0800 (PST) Received: by 10.227.226.12 with HTTP; Sat, 7 Dec 2013 00:56:36 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Dec 2013 10:56:36 +0200 Message-ID: Subject: Fwd: [SOLVED]Re: Radeon HD 4350: KMS setup failed at Xorg startup From: Markiyan Kushnir To: freebsd-x11 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 08:56:38 -0000 Re-sending to the list an earlier conversation in this thread. ---------- Forwarded message ---------- From: Markiyan Kushnir Date: 2013/12/6 Subject: [SOLVED]Re: Radeon HD 4350: KMS setup failed at Xorg startup To: Jean-S=E9bastien P=E9dron I've just realized that the old dri module had stuck in my kernel configuration since long ago and I completely forgot to review the configuration before moving to kms and new xorg. After kernel rebuild everything went well. Thanks again Jean-S=E9bastien for your hint. -- Markiyan. 2013/12/6 Markiyan Kushnir : > thanks Jean-S=E9bastien, so the load procedure seems similar to how > intel kms get's loaded. However I'm now falling into kernel panic. > Attaching crash info along with slightly updated pciconf, devinfo, and > dmesg > > > 2013/12/6 Jean-S=E9bastien P=E9dron : >> On 06.12.2013 01:43, Markiyan Kushnir wrote: >>> Hello everybody! >> >> Hello! >> >>> Both drm2 and radeon were kldload'ed prior to starting Xorg. >> >> "radeon" is the old DRI1 module, you want "radeonkms". Anyway, you don't >> need to load those modules manually: xf86-video-ati will take care of th= at. >> >> You can delete xf86-video-radeonhd. >> >> -- >> Jean-S=E9bastien P=E9dron >>