From owner-freebsd-x11@FreeBSD.ORG Tue Oct 21 01:00:57 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8864784 for ; Tue, 21 Oct 2014 01:00:57 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5105C637 for ; Tue, 21 Oct 2014 01:00:57 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id em10so438731wid.7 for ; Mon, 20 Oct 2014 18:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=BNiq2AgQ8okjHBQpC1vFXMYBil1MR9F8xDY8Kg+aa5A=; b=TmJafAe/TtFy/cNjoPk6GAcTt/e63cTkBifxIT+Zr7GZ9L2nlMuMcMpTgrz8sdtfeg L11r8nwQPmc+Hul2RwU5iiXsQEP2gzv8Ixk9q0EVuOs8/EhysYvfoT9Za+kHO2X+cqsX G0jNmXS1VMd63LrTO+ej7hQtAkfrA8STslNk4l8+kBsm9oB5iN81yOWbeOuQQKoWdS6W Dez4LEHaIUjZIV5L+WDYFbG6oXL0UXxy+LGF8FvT5s5ROCPaCxU5FtpP+wy3ULeTxiuY SdKdiRhEf10J7UHe23cgqXVXVcWmA22s82tc37eBD5fal4wHVjxbwcVh6PENELt4mCGr Peeg== X-Received: by 10.194.52.3 with SMTP id p3mr37713796wjo.93.1413853255515; Mon, 20 Oct 2014 18:00:55 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:c9b3:4dec:9d58:6b2b? ([2001:470:1f15:b1f:c9b3:4dec:9d58:6b2b]) by mx.google.com with ESMTPSA id u8sm10692884wiz.14.2014.10.20.18.00.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 18:00:54 -0700 (PDT) Message-ID: <5445B045.10009@gmail.com> Date: Tue, 21 Oct 2014 03:00:53 +0200 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Radeon Caicos issue References: <20141020221734.GK6490@blisses.org> In-Reply-To: <20141020221734.GK6490@blisses.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 01:00:57 -0000 Hi! > When I load the > firmware (via kldstat radeonkms) from the console after boot, the screen > blinks and goes away like it does when loading from loader.conf, but the > system is still running, so I'm able to collect some stats via ssh. Can you try "kern.vty=vt" in your /boot/loader.conf? This enables the new console subsystem which should play nice with the KMS drivers :) More information about vt: https://wiki.freebsd.org/Newcons