From owner-freebsd-current@freebsd.org Mon Oct 8 14:38:57 2018 Return-Path: Delivered-To: freebsd-current@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 96DDA10C0FD9 for ; Mon, 8 Oct 2018 14:38:57 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E9DF8CCAD for ; Mon, 8 Oct 2018 14:38:57 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io1-xd31.google.com with SMTP id x26-v6so16018908iog.11 for ; Mon, 08 Oct 2018 07:38:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=30lTP2QanMLQfZcE5vi6HHESJftUfh5Kaq+UeUfGdqs=; b=TycoT888BOOxTvwmwNxD+/PWJ/xf0+KU529aR5NKsD1EKqjvYO4XMhwaCWYBFPJfY1 Nk4ltzgRM+TWQ5YgmcfpsZ52Ua8ZWxu+FWIZQ1PWZSMVQqIEfQ4Um2w+NriJpqKRA49B n8OFXWjEl8CsFMBnwVex2Qqf3ii7BhCpeXxdbZMDCO8iJ++SjwtKHZ15YmUg3zPA8We0 zzWi8siDRol/yoa424s8EllJPhyIvwrAW4dOxCtcKTnvp9zh5IFIXLcQ6v/kx+zX4hIo 4s1oAHfoGtLxY1pM8exqK9o3Y//tmPQ0FQjVQYNgrxKlzsBtZtAtM+zkcaKD/uldDKZ0 2VaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=30lTP2QanMLQfZcE5vi6HHESJftUfh5Kaq+UeUfGdqs=; b=dWNkdXzrRo9KX7s+rCODgcd0JLlSvpBvdOCYLAVf0YyiUXmAMa82H5fkm0+eOKL/Lc KCuTs6mfyqOv74f8/RLoIjtgCj0NKgQE2KQBqwxFnvXybh0HwHfbR7K58nS9dtfm5Lh8 vWhT1rpvTLOVMsIQvxbeDI/9KLMX3UNxThsvIWmr4kpfOAqgfXFfMEOeADCTsN/3LyWG XXv0B9fZfhaiSf6cdsFfwd3r8kBA83yjhbeuU+xzMRQewa//Fa6/ZJdcpeasUau+9w1i xEj+EQoqK9lhE0MtSTTVTlT4VvKCxIa67wt52NPrW5Vd5IvvTOQOh8iotbD2L7U7FPya Y/vg== X-Gm-Message-State: ABuFfohd2m2TD8OvfI63DQ3W97VAzH6+K1kKev1IEbG/4NJaXC6PkQ7f 1AhwmMAvavImipNe8xYozotn1yBYH6hfN640RPOAYBfu X-Google-Smtp-Source: ACcGV631Dz8h1xxE37a24z7Nb/AEWOwqKDx2CMMuiyc8J8ckWKDpe77nQwg+429OZLj0CEMnKDfPgiA1VgQWtVBjBHc= X-Received: by 2002:a6b:d004:: with SMTP id x4-v6mr15374541ioa.299.1539009536508; Mon, 08 Oct 2018 07:38:56 -0700 (PDT) MIME-Version: 1.0 References: <365a9257-6858-f386-56d2-5dedb0883670@zyxst.net> <0078d60d-c3d2-291e-2c73-4fc05e10fedb@selasky.org> In-Reply-To: <0078d60d-c3d2-291e-2c73-4fc05e10fedb@selasky.org> From: Warner Losh Date: Mon, 8 Oct 2018 08:38:45 -0600 Message-ID: Subject: Re: drm confusion / xorg / AMD RX580 GPU To: Hans Petter Selasky Cc: tech-lists , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 08 Oct 2018 14:38:57 -0000 On Mon, Oct 8, 2018 at 7:32 AM Hans Petter Selasky wrote: > On 10/8/18 3:06 PM, Warner Losh wrote: > > You need "/boot/kernel/amdgpu.ko" here > > > > Warner > > Or did you mean: > > /boot/modules/amdgpu.ko > Doh! You're right. You need the one installed by the ports, which is in /boot/modules not /boot/kernel. Warner