From owner-freebsd-x11@freebsd.org Sat May 26 02:04:55 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 B2015EFB446 for ; Sat, 26 May 2018 02:04:55 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6087DF68 for ; Sat, 26 May 2018 02:04:54 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w4Q24q13008881 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 25 May 2018 19:04:52 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: Radeon R2/R3/R4/R5 Graphics card fails: open /dev/dri/card0: No such file or directory To: Greg V Cc: freebsd-x11@freebsd.org References: <4fe27b64-9837-8ca6-1678-d140388db8a8@rawbw.com> <1527263808.69839.0@hraggstad.unrelenting.technology> From: Yuri Message-ID: Date: Fri, 25 May 2018 19:04:51 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1527263808.69839.0@hraggstad.unrelenting.technology> Content-Language: en-US Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.26 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, 26 May 2018 02:04:55 -0000 On 05/25/18 08:56, Greg V wrote: > > Hi, you need to install the drm-next-kmod packageand load either the > "radeonkms" or the "amdgpu" kernel module. (Stoney is GCN 1.2, should > be supported by both I think.) The installation message will tell you > how to set up loading the module at boot. > > Forget about xf86-video-ati, that's ancient stuff. You don't have to > configure anything in xorg, it should use modesetting/glamor > automatically. > Note that if you use UEFI boot, you need to disable the EFI > framebuffer (hw.syscons.disable=1) for now: > https://github.com/FreeBSDDesktop/freebsd-base-graphics/issues/170 > With that, you won't see the console before the module is loaded. > You can use SSH to test loading the kernel module if it doesn't auto load. Hi Greg, I tried your suggestion, thanks. "kldload amdgpu" crashes the system: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228498 "kldload radeonkms" doesn't help: xorg still doesn't boot. Setting hw.syscons.disable=1 in /boot/loader.conf freezes the system during boot with some EFI messages. I am still not able to makexorg run on Radeon R2/R3/R4/R5. Yuri