From owner-freebsd-current@FreeBSD.ORG Sat Mar 1 10:11:06 2014 Return-Path: Delivered-To: current@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 ESMTPS id 3E2F75F8 for ; Sat, 1 Mar 2014 10:11:06 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2A211F2 for ; Sat, 1 Mar 2014 10:11:04 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1WJgrn-0005uj-VL for current@freebsd.org; Sat, 01 Mar 2014 17:10:15 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s21A9hMW025984 for ; Sat, 1 Mar 2014 17:09:54 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s21A9NJY025895 for current@freebsd.org; Sat, 1 Mar 2014 17:09:23 +0700 (NOVT) (envelope-from danfe) Date: Sat, 1 Mar 2014 17:09:23 +0700 From: Alexey Dokuchaev To: current@freebsd.org Subject: Reboot with newcons (vt/vt_vga) + ATI Radeon HD 4350 on i386 Message-ID: <20140301100923.GA17055@regency.nsu.ru> Mime-Version: 1.0 User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 57555 [Mar 01 2014] X-KLMS-AntiSpam-Version: 5.3.6 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Spf: fail X-KLMS-AntiSpam-Rate: 45 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 2800869, 2800888, 2800869 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server 8.0.0.455, not checked X-KLMS-AntiVirus-Status: NotChecked: not checked, skipped X-Mailman-Approved-At: Sat, 01 Mar 2014 12:38:28 +0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 10:11:06 -0000 Hi there, Following my previous more of less successful experience with newcons on -CURRENT/amd64 and some ATI/AMD card, I've decided to give it a try here on i386 with somewhat older HD 4350, also from ATI. Unfortunately, this time newcons'ified GENERIC kernel + startx => reboot (core.txt attached). Same happens (reboot) if "kldload radeonkms" is done on the console; kldload'ing radeon.ko allows the box to survive startx(1), but it fails with "(EE) RADEON(0): Kernel modesetting setup failed" in Xorg.0.log. Switching back to syscons(4) allows me to start X.org (with KMS-related modules successfully loaded and DRI enabled). This' all sans xorg.conf. $ kldstat | grep radeonkms 11 1 0xc79c2000 fd000 radeonkms.ko 16 1 0xc7e75000 2000 radeonkmsfw_RV710_pfp.ko 17 1 0xc7e77000 3000 radeonkmsfw_RV710_me.ko 18 1 0xc7e7a000 3000 radeonkmsfw_R700_rlc.ko ./danfe