From owner-freebsd-x11@freebsd.org Fri Aug 5 01:22:13 2016 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 5E6A8BAC197 for ; Fri, 5 Aug 2016 01:22:13 +0000 (UTC) (envelope-from pavestnavi@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCA51B82 for ; Fri, 5 Aug 2016 01:22:13 +0000 (UTC) (envelope-from pavestnavi@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id n129so180646279vke.3 for ; Thu, 04 Aug 2016 18:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=x0djhll5hmpWZ93nvwV1CELrLjlflF8nuBRm7sXyZ0o=; b=ykZWm1eiEH7hwqvVHd6mOmm403Q68hANQygch8OMMMfWeXUSGwyEaV6YEcJ7PMj9Yf JGRT865UgRF7yR8hw0mmZ58PERaq3ACPnaTtF2KEGKHzCnu3PJy8eZv03BUhxd7F1+zM /WGve2XDleU9uUSowA2CkQjueDepPRAuNSa/WvXiZaT0YTnwb41Olr5icBaLJjqk5g2H Zk3yRr/9roMHuJ+MQ3yiFKgI+0BiF6fVWnfsL71HN/Q1AkQEXTsRQSeIf050Bn9uPS3h v414/X7VKFagNJUE/jsPCgGA1IxOprkIxfJWwzjfRYOjRcNIElB+a5kA4kFHLmWqE8Cw Qljw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=x0djhll5hmpWZ93nvwV1CELrLjlflF8nuBRm7sXyZ0o=; b=EPOUxryojwm73ndkfyYUvTzwtLrFLHcC44ePwKVY276UfZOwcS/Ow4qRJ83TP5ueUD M+kVpeXFJ3FbX+0rMvBHOGGbolyum3AyWHk6ehyvyw3ejjjdvmh66BlAHS77A1Sk5S+6 JtmFKYsYD6Fm702CCReXuo+oogiDtrlTv0i92jyo3hoMJyx3v2ydhkXl9eVljIfQ0Xw8 zyK8AVUi3RvgcR2TYSdK+T2ev6i/21DYMgkLWr53hjSk95Nq3/HehIyv/B5JybxrRvdw taDbLHdTby9HEgJJts/oh3c4gUJosB/8TltiL7TP2bIis0fA0GYFnlT2mTfGOI2kEa+4 HIQQ== X-Gm-Message-State: AEkooutBS4vIFj/p0GiJoyt8VN1c2MKPPgPVAP3+zIKc+i+s67R/sW6EbSnjK3ydj+eaS4/M0mOClorrhzY5Nw== X-Received: by 10.31.190.131 with SMTP id o125mr39035561vkf.102.1470360131874; Thu, 04 Aug 2016 18:22:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.104.87 with HTTP; Thu, 4 Aug 2016 18:22:11 -0700 (PDT) From: Peter Peterson Date: Thu, 4 Aug 2016 21:22:11 -0400 Message-ID: Subject: AMDGPU on TrueOS 12 Failed to open DRM device for pci:0000:01:00.0: No such file or directory To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 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, 05 Aug 2016 01:22:13 -0000 Hello, I've been trying to run a BSD on this r9 285 (Tonga) for quite a while now and I saw that TrueOS (or PC-BSD) should have implemented the drm linux4.6 driver. So I installed TrueOS on my machine and I can't get it to work. It seems that it can't find something related to the DRM driver, either that or it doesn't see anything at the pci bridge. I wonder if it's firmware that it's trying to find, or if it's not seeing the card because of a lack of firmware. I know the linux kernel requires some proprietary firmware to get it working, I don't know if that firmware is also part of the drm driver or comes with TrueOS's kernel. The vesa drivers work, but the resolution isn't good and I'm on 2 monitors. I pasted Xorg's logs here: https://paste.teknik.io/Simple/02gJt and xorg config (I had it generated) here: https://paste.teknik.io/Simple/nDXpm I'm not sure if the FreeBSD mailing lists are the best place to ask about TrueOS but I really would appreciate your help here. Thank you very much!