Re: drm2 deprecation in base: problems with gpu-firmware-kmod port
Niclas Zeising <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"
ports.graphics.drm-legacy-kmod.20180921.diff
(text/x-patch, 1.2 KB)
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= [email protected] @@ -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