From owner-freebsd-x11@freebsd.org Mon Nov 19 20:20:50 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 666701125E3C for ; Mon, 19 Nov 2018 20:20:50 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 629568A8FF for ; Mon, 19 Nov 2018 20:20:49 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 42zKwB3sG7zDj6N; Mon, 19 Nov 2018 20:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1542658842; bh=+HUxyNwym17NDwY9FJzz8jws CnU6eGGK0AjXxho9akI=; b=e1ns7gazp4WjC/AAWKDqXt7+Pgjamqva19V3ctjZ CCV6WxInq1v44P8RPtELMcVAMeivEAYHnBR4UkJGIarpkncB7zVsocjyBbjN62kx vj7g7mwCJl/na5nGOcdADmObai5y100yV604JPT2AzE45cEZwKN1tbzQkDaHbZFs jm0= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id AIsUeU1sMy0u; Mon, 19 Nov 2018 20:20:42 +0000 (UTC) Received: from garnet.daemonic.se (host-95-192-227-159.mobileonline.telia.com [95.192.227.159]) by mail.daemonic.se (Postfix) with ESMTPSA id 42zKw95JqVzDhFd; Mon, 19 Nov 2018 20:20:41 +0000 (UTC) Subject: Re: drm-legacy-kmod-g20181031_1 on 13-current To: AN , freebsd-x11@freebsd.org References: From: Niclas Zeising Message-ID: <0fd9a475-e8d4-0fea-2740-4da6e3693427@daemonic.se> Date: Mon, 19 Nov 2018 21:20:40 +0100 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 629568A8FF X-Spamd-Result: default: False [-6.75 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[daemonic.se]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.76)[ip: (-9.84), ipnet: 176.58.89.0/24(-4.92), asn: 36236(-3.92), country: US(-0.09)]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[daemonic.se:+]; MX_GOOD(-0.01)[mail.daemonic.se]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; DMARC_POLICY_ALLOW(-0.50)[daemonic.se,none]; RECEIVED_SPAMHAUS_PBL(0.00)[159.227.192.95.zen.spamhaus.org : 127.0.0.11]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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: Mon, 19 Nov 2018 20:20:50 -0000 On 11/19/18 5:06 PM, AN wrote: > Hi: >=20 > I would like to thank everyone who helps to provide a modern graphics=20 > stack on FreeBSD.=C2=A0 I have the following setup and am having some i= ssues=20 > with screen tearing/artifacts mostly in mate-terminal windows.=C2=A0 I = tried=20 > the suggestion at https://wiki.freebsd.org/Graphics/FAQ 2.3.1. AMD GPU,= =20 > however it did not work for me as X failed to start, maybe I missed=20 > something. >=20 > Below is relevent info, if more is needed please let me know. >=20 Hi! I believe you can use graphics/drm-kmod to get an appropriate kernel=20 driver for this GPU. Please follow the instructions posted after the=20 installation wrt. loading the module and so on. When using drm-legacy-kmod you generally need to use=20 xf86-video-ati-legacy with ATI/AMD graphics cards. Regards --=20 Niclas