From owner-freebsd-x11@FreeBSD.ORG Sat Aug 31 10:19:37 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC920DDD for ; Sat, 31 Aug 2013 10:19:37 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F2A7279E for ; Sat, 31 Aug 2013 10:19:37 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 7044340015 for ; Sat, 31 Aug 2013 12:19:34 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 6666140016; Sat, 31 Aug 2013 12:19:34 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id D719D40015; Sat, 31 Aug 2013 12:19:32 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3cRtpC4p4Gz8hVn; Sat, 31 Aug 2013 12:19:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id VQZmSgw-4vrK; Sat, 31 Aug 2013 12:19:29 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3cRtp924SJz8hVm; Sat, 31 Aug 2013 12:19:29 +0200 (CEST) Received: from vivi.daemonic.se (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3cRtp91106z9Ctj; Sat, 31 Aug 2013 12:19:29 +0200 (CEST) Message-ID: <5221C331.6050801@daemonic.se> Date: Sat, 31 Aug 2013 12:19:29 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: =?UTF-8?B?0JPRg9C70Y/QtdCyINCT0L7RiNCw?= Subject: Re: [REPORT] AMD Radeon KMS on Asus X501U References: <521C9D2A.4070001@FreeBSD.org> <423811377880731@web23g.yandex.ru> <5220DC43.2060300@daemonic.se> <42821377921354@web10m.yandex.ru> In-Reply-To: <42821377921354@web10m.yandex.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Aug 2013 10:19:37 -0000 On 08/31/13 05:55, Гуляев Гоша wrote: > 30.08.2013, 23:54, "Niclas Zeising" : >> Currently you need to use clang to compile libGL and dri from the xorg >> development repo. This is because our gcc is so old it lacks certain >> functions needed to compile these ports. >> A fix is in the works, but will probably take a couple of days (at >> least) before it is out. >> > Yes, it helps! > I'm rebuild system with clang and after that graphics/dri installs. > Other info about system (pciconf -lvbce, devinfo, dmesg , etc.. in my first letter [SNIP xorg log] Hi! Do you have serial console to the machine? The trouble might be that the radeon KMS kernel module isn't loaded properly. Does the console come back once X exits? Can you post kldstat before and after starting X, as well as dmesg? Regards! -- Niclas