From owner-freebsd-x11@freebsd.org Tue Feb 5 05:12:11 2019 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 86A1414C9DC4 for ; Tue, 5 Feb 2019 05:12:11 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [140.82.23.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F89C8E1E3 for ; Tue, 5 Feb 2019 05:12:10 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from creek.local (cpe-23-243-162-239.socal.res.rr.com [23.243.162.239]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 94180e33 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Mon, 4 Feb 2019 21:12:02 -0800 (PST) Subject: Re: drm-kmod not working with Radeon HD 8000 To: Eric , "freebsd-x11@freebsd.org" References: <_VdIu7kgBFcjfgsFemyvWFDbgOSP_o_WJZTmOhXMKT7bU_XFPY0iYwkTjNN87nNyFpoX2wRgcux1UmLyrjhlNKpGixdzb2Tz9FwfDrRvit4=@protonmail.com> From: Pete Wright Message-ID: <86c13534-c0e5-cf80-d484-8cfea940fc1e@nomadlogic.org> Date: Mon, 4 Feb 2019 21:12:02 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <_VdIu7kgBFcjfgsFemyvWFDbgOSP_o_WJZTmOhXMKT7bU_XFPY0iYwkTjNN87nNyFpoX2wRgcux1UmLyrjhlNKpGixdzb2Tz9FwfDrRvit4=@protonmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 5F89C8E1E3 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 140.82.23.70 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-5.66 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[nomadlogic.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RECEIVED_SPAMHAUS_PBL(0.00)[239.162.243.23.zen.spamhaus.org : 127.0.0.10]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mail.nomadlogic.org]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.88)[-0.879,0]; IP_SCORE(-2.47)[ip: (-8.94), ipnet: 140.82.16.0/21(-4.47), asn: 20473(1.14), country: US(-0.07)]; FREEMAIL_TO(0.00)[protonmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:140.82.16.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Tue, 05 Feb 2019 05:12:11 -0000 On 2/4/19 6:33 PM, Eric via freebsd-x11 wrote: > Hello guys! > > I'm trying to use my radeon graphics card for a while, but don't seems that it's possible. I don't know where to look at anymore :/ I've tryied to use the drm-kmod, drm-legacy-kmod and some other variants with kld_list=amdgpu or radeonkms or /boot/modules/amdgpu.ko... none seems to work, only when I use "i915kms.ko", which works fine but don't seems to use graphics aceleration. > > I'm missing something or my graphics is really not supported? If so, there is someway to help with this driver? I really want to put it to work. > > Thanks! More details in attachments. > > PS: My last dmesg output is that which is working. The other ones was my try with amdgpu and radeonkms. Hard to debug without a detailed description of what isn't specifically working.  For a starting point make sure you are following the instructions here closely: https://wiki.freebsd.org/Graphics#AMD_Graphics if you have followed all these instructions (including the update to loader.conf) please let us know what you are experiencing.  Is your system locking up becoming unresponsive?  Or is X failing to load?  Since this is a Radeon system you'll def want to focus on using the amdgpu kernel module first. a quick glance at your dmesg when loading amdgpu it looks like there is an issue loading the firmware if I'm reading this correctly: [drm] BIOS signature incorrect 90 66 [drm] BIOS signature incorrect 0 0 [drm] BIOS signature incorrect 0 0 pci_platform_rom not implemented -- see your local kernel hacker [drm:amdgpu_get_bios] Unable to locate a BIOS ROM drmn1: Fatal error during GPU init I would suggest reinstalling the gpu-firmware-kmod-g20181104  pkg as a first step if the instructions in the wiki don't help. -pete -- Pete Wright pete@nomadlogic.org 310.309.9298