From owner-freebsd-x11@freebsd.org Fri May 29 08:42:34 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F36A43330E4 for ; Fri, 29 May 2020 08:42:34 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49YJ3Z6F8Dz4KTk for ; Fri, 29 May 2020 08:42:34 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D6407332D60; Fri, 29 May 2020 08:42:34 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D60B3333315 for ; Fri, 29 May 2020 08:42:34 +0000 (UTC) (envelope-from zeising@freebsd.org) 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 49YJ3Z5H0hz4KMh for ; Fri, 29 May 2020 08:42:34 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 49YJ3Y41qSz3mMl for ; Fri, 29 May 2020 08:42:33 +0000 (UTC) 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 ONewUvyGWxAW for ; Fri, 29 May 2020 08:42:33 +0000 (UTC) Received: from garnet.daemonic.se (garnet.daemonic.se [IPv6:2001:470:dca9:2::10]) by mail.daemonic.se (Postfix) with ESMTPSA id 49YJ3Y15BXz3mMk for ; Fri, 29 May 2020 08:42:33 +0000 (UTC) From: Niclas Zeising Subject: Re: xf86-video-ati-legacy port status To: x11@freebsd.org References: <20200527172918.GA874@doom.homeunix.org> Message-ID: Date: Fri, 29 May 2020 10:42:32 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <20200527172918.GA874@doom.homeunix.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49YJ3Z5H0hz4KMh X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.33 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, 29 May 2020 08:42:35 -0000 On 2020-05-27 19:29, Igor Pokrovsky wrote: > Hello! > > Are there plans to fix port/xf86-video-ati-legacy? I have tried the > patch from commit messages on both amd64 and i386 and it fails. Hi! Unfortunately it is very hard to fix it. There has been several changes in how xorg-server interacts with the xf86 drivers, and the version xf86-video-ati-legacy was based on was very old and not compatible with xserver 1.20. If anyone can make xf86-video-ati-legacy work with xserver 1.20 we can get the patches in, but I don't have the time to work on xf86-video-ati-legacy myself. Regards -- Niclas Zeising