From owner-freebsd-x11@freebsd.org Sat May 26 07:15:35 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 7988BF6B1A4 for ; Sat, 26 May 2018 07:15:35 +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 D9B5C85AB2 for ; Sat, 26 May 2018 07:15:34 +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 w4Q7FXpE033001 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sat, 26 May 2018 00:15:34 -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: freebsd-x11@freebsd.org References: <4fe27b64-9837-8ca6-1678-d140388db8a8@rawbw.com> From: Yuri Message-ID: <1fb3a90e-3d4f-0593-b844-4ea19ad01eac@rawbw.com> Date: Sat, 26 May 2018 00:15:32 -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: <4fe27b64-9837-8ca6-1678-d140388db8a8@rawbw.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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 07:15:35 -0000 I've managed to make it work using just one section in xorg config: Section "Device"         Identifier "Card0"         Driver "scfb"         BusID "pci0:0:1:0" EndSection No drivers from drm-next-kmod are loaded. xf86-video-ati is installed. Yuri