From owner-freebsd-x11@freebsd.org Fri Feb 1 20:26:48 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 EEEDA14BFADD for ; Fri, 1 Feb 2019 20:26:47 +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 32209801AD for ; Fri, 1 Feb 2019 20:26:45 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Fri, 01 Feb 2019 20:25:30 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id A3ED7F02-08BD-4689-82D9-A080EEC0C88C.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Fri, 01 Feb 2019 20:25:30 +0000 Date: Fri, 01 Feb 2019 23:25:28 +0300 From: Greg V Subject: Re: System lockup on kldload amdgpu To: Phil Norman Cc: freebsd-x11@freebsd.org Message-Id: <1549052728.1799.0@smtp.migadu.com> In-Reply-To: References: X-Mailer: geary/lite-gnome~g3766af013824-dirty MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=sxsP37s0YqxujjlQeBTirAYo8SHNFmmMj7ucYhlg1N8=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=LJCWdj6oPSM2cWbmzAUcvgo/WbzanGFclWUMdvBRxns73I0Qu+hd9htHaD0euf37sNzIWDf33bkKzNQm4ArncINzYc95/AvHCitB920nF9ylXBFBtyjPpLDw2gz2pN1HQGdBhgQ51IlwA92U/YTl1Ph377WopF+lOK8B7zCIhEo= X-Rspamd-Queue-Id: 32209801AD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=LJCWdj6o; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-6.61 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_SHORT(-0.90)[-0.897,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; MX_GOOD(-0.01)[aspmx1.migadu.com,aspmx2.migadu.com]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.70)[ip: (-9.89), ipnet: 91.121.0.0/16(-4.36), asn: 16276(0.74), country: FR(-0.02)]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; RCVD_TLS_ALL(0.00)[] 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: Fri, 01 Feb 2019 20:26:48 -0000 On Thu, Jan 31, 2019 at 10:39 PM, Phil Norman wrote: > Hi. > > I have a Ryzen 2400G (built-in Vega graphics), and am trying to get it > working with x11 (on FreeBSD 12.0-STABLE r343112 GENERIC amd64). Pete > Wright has been helping me out with instructions (over on > freebsd-stable@), > and so far I've got as far as installing drm-kmod, and setting > 'hw.sysconf.disable=1' in /boot/loader.conf. syscons !!! not sysconF. I think I've seen that typo in the github issue tracker before.