From owner-freebsd-x11@freebsd.org Mon Dec 14 06:17:34 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C84C6A43F6D for ; Mon, 14 Dec 2015 06:17:34 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from limbo.b1t.name (limbo.b1t.name [78.25.32.206]) by mx1.freebsd.org (Postfix) with ESMTP id 8725B1895 for ; Mon, 14 Dec 2015 06:17:34 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from limbo.b1t.name (limbo.b1t.name [78.25.32.206]) by limbo.b1t.name (Postfix) with ESMTPSA id CA4695E for ; Mon, 14 Dec 2015 08:17:30 +0200 (EET) Subject: Re: problems booting w/ X11 ati driver To: FreeBSD X11 mailing list References: <566D9A13.9050208@hiwaay.net> <566DCCFA.3060301@b1t.name> <566DEB4B.5050808@hiwaay.net> <566DF969.2020503@b1t.name> <566DFDF7.5090907@hiwaay.net> From: Volodymyr Kostyrko Message-ID: <566E5EFA.5060806@b1t.name> Date: Mon, 14 Dec 2015 08:17:30 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <566DFDF7.5090907@hiwaay.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 06:17:34 -0000 On 14.12.2015 01:22, William A. Mahaffey III wrote: > I tried radeonkms_load & drm_load before (*not* drm2_load) in my > loader.conf, are 'radeonkms_load' & 'drm2_load' the correct loader.conf > variables ? I noticed the modules are called radeonkms_port.ko & > drm2_port.ko, not radeonkms.ko & drm2.ko, hence the question. Thanks & > TIA & have a good one. No, the port states that modules installed would be called radeonkms_port.ko and drm2_port.ko. The corresponding radeonkms and drm/drm2 modules will conflict with the ones installed from the port. The modules installed from the port should reside in /boot/modules directory. You can try first removing everything about loading specific radeon/drm stuff from `loader.conf` to see whether Xorg figures out what modules it needs to load by itself. You can also try removing BusID from xorg.conf. This option manually specifies where Xorg should search for your card. Xorg should find it out by itself and in case your specification is wrong (and in the second sample of dmesg it says it can't find card by that address) this will fix card detection. -- Sphinx of black quartz judge my vow.