From owner-freebsd-x11@freebsd.org Sat Oct 27 10:14:32 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B5110E3B2A for ; Sat, 27 Oct 2018 10:14:31 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7466289A48 for ; Sat, 27 Oct 2018 10:14:31 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.ysv.freebsd.org (Postfix) id 3867110E3B29; Sat, 27 Oct 2018 10:14:31 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2749F10E3B27 for ; Sat, 27 Oct 2018 10:14:31 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 904CC89A47 for ; Sat, 27 Oct 2018 10:14:30 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Sat, 27 Oct 2018 10:14:22 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 4C8CFAB5-5D42-4FEC-BA04-94F3A74FC55F.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 27 Oct 2018 10:14:22 +0000 Date: Sat, 27 Oct 2018 13:14:20 +0300 From: Greg V Subject: Re: radeon and drm-kmod still problem To: starikarp@yandex.com Cc: FreeBSD X11 Message-Id: <1540635260.1964.0@smtp.migadu.com> In-Reply-To: <20181027055541.4664ae42@yandex.com> References: <20181027055541.4664ae42@yandex.com> X-Mailer: geary/0.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=+iDkV8CR5mXC5ImTKcBx5EUC2QdgIE3l//wVgYpRdR8=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=GTTEFrGinLL1ramwWzANoBVFKSJZDXkeld5tzP3+XNuCkt/DInagwv7OSXf1xbs2uuOk3f8c/uf1B+gHrrjMLrRg0WlKR1i4+Pv2IH24jzhWS3T7qAUdOh6Jxr8GinJ0HFQaMH1TtPalDpkKS7oxEW4B2hZ38nqo7oysP+K0QZs= X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 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, 27 Oct 2018 10:14:32 -0000 On Sat, Oct 27, 2018 at 12:55 PM, starikarp@yandex.com wrote: > Hi! > > I do not know if I am doing something wrong or just doesn't work on my > computer. > My system: FreeBSD 11.2-RELEASE-p4 (GENERIC md64), computer iMac 11,1, > boot manager rEFit, graphics card Radeon HD 4850 (on the FreeBSD wiki > page looks like is supported). And I am using portsnap for updating > ports. > Yesterday I tried again: > Built drm-kmod which pulled also drm-stable-kmod and > gpu-firmware-kmod. > All three were built without problems. > I put in /etc/rc.conf kld_list="/boot/modules/radeonkms.ko" and in > /boot/loader.conf: > hw.syscons.disable=1 > kern.vty="vt" > > I have a question about setting hw.syscons... Shoutl be: > set hw.syscons.disable="1" > or just > hw.syscons.disable=1 'set' is a command you can use in the loader prompt. In the loader.conf file, it's just the variable and value, no 'set'. > because I f I have the last settings or not computer doing the same: > after swith to vt it became black with a little tingling and nothing > happened. The "tingling" is exactly what's supposed to happen (no EFI framebuffer). The driver should load then and enable display again. Looks like it failed to load. You can SSH into the machine to read dmesg, retry loading driver modules, etc. > In the /var/messages I got also radeon/RV770_pfp.bin: could not load > firmware image, error 2 > radeon/RV770_rlc.bin: could not load firmware image, error 2 > radeon/RV770_smc.bin: could not load firmware image, error 2 > radeon/RV770_uvd.bin: could not load firmware image, error 2 > > I did try also ati-legacy drivers but result was the same. Do you mean ati-legacy for Xorg only? Try kernel modules from drm-legacy-kmod instead of drm-stable-kmod.