Date: Fri, 21 Sep 2018 11:08:27 +0200 From: Niclas Zeising <zeising+freebsd@daemonic.se> To: Alexey Dokuchaev <danfe@nsu.ru> Cc: x11@freebsd.org Subject: Re: drm2 deprecation in base: problems with gpu-firmware-kmod port Message-ID: <469e44cf-1f4f-ccda-491f-11e28ed157ab@daemonic.se> In-Reply-To: <20180901112445.GA27336@regency.nsu.ru> References: <20180829120935.GA79911@regency.nsu.ru> <f89b03ac-334f-64ad-dfbe-f5056032f91e@daemonic.se> <20180829122523.GA82936@regency.nsu.ru> <cc0996a4-ef1e-78b0-6a7c-a0ce2c141947@daemonic.se> <20180829124049.GA84960@regency.nsu.ru> <317f97a7-9cae-0932-b40d-2e8487bce93b@daemonic.se> <20180829130302.GA88024@regency.nsu.ru> <85a7e6ac-6921-f017-6be6-b4ed2768dcb3@daemonic.se> <20180901112445.GA27336@regency.nsu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------EE0FFF2D84BAD2AC1493C5FB Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 9/1/18 1:24 PM, Alexey Dokuchaev wrote: > On Sat, Sep 01, 2018 at 12:18:44PM +0200, Niclas Zeising wrote: >> On 08/29/18 15:03, Alexey Dokuchaev wrote: >>> From the ports of course, via good old "svn up && make install". >> >> This is what I meant by "build it yourself" :). s/ports/pkg/ in my >> sentence above and it might make more sense. > > Ah, I see. No, I seldom use prebuilt binary packages, I'm oldskool and > prefer to build my software. :) > >> Something is strange wrt. the differences in firmware sizes. I can see >> it on my system as well, even though the uuencoded bits are the same. >> Might be that it's just some sort of "branding" since one is built at >> the same time as the kernel and one is not (different paths, debug info >> maybe?). There is also an issue with firmware naming which I have to >> look into. I still find it strange that it wasn't enough to rename the >> firmware blob, but maybe something else is going on. >> >> What exact ATI/AMD graphics card are you using? > > $ pciconv -lv: > ... > vgapci0@pci0:1:0:0: class=0x030000 card=0x16181462 chip=0x954f1002 > rev=0x00 hdr=0x00 > vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' > device = 'RV710 [Radeon HD 4350/4550]' > class = display > subclass = VGA > >> I might be able to dig something up from the pile behind me, otherwise >> I need help testing as well. > > I'd gladly assist in testing whatever required. > Hi! Apologies for taking so long on this. Can you try the attached patch that updates the drm-legacy-port, rebuild it and test if it works? Thanks! Regards -- Niclas --------------EE0FFF2D84BAD2AC1493C5FB Content-Type: text/x-patch; name="ports.graphics.drm-legacy-kmod.20180921.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports.graphics.drm-legacy-kmod.20180921.diff" Index: graphics/drm-legacy-kmod/Makefile =================================================================== --- graphics/drm-legacy-kmod/Makefile (revision 480229) +++ graphics/drm-legacy-kmod/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-legacy-kmod -PORTVERSION= g20180826 +PORTVERSION= g20180921 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= drm-legacy -GH_TAGNAME= 4ec7b4d +GH_TAGNAME= 9a20a03 .include <bsd.port.options.mk> Index: graphics/drm-legacy-kmod/distinfo =================================================================== --- graphics/drm-legacy-kmod/distinfo (revision 480229) +++ graphics/drm-legacy-kmod/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535345112 -SHA256 (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 7407c13068d8036a13c9ba46bdf86a5fb0c4f356b18e797e383d22452d77da66 -SIZE (FreeBSDDesktop-drm-legacy-g20180826-4ec7b4d_GH0.tar.gz) = 1741472 +TIMESTAMP = 1537516006 +SHA256 (FreeBSDDesktop-drm-legacy-g20180921-9a20a03_GH0.tar.gz) = bf4265a8dfbc401b10b5c94e12aad0f7426318d26c4a1a8ce45700edc7341b4c +SIZE (FreeBSDDesktop-drm-legacy-g20180921-9a20a03_GH0.tar.gz) = 1742065 --------------EE0FFF2D84BAD2AC1493C5FB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469e44cf-1f4f-ccda-491f-11e28ed157ab>