Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 16:21:14 -0500
From:      Theron <theron.tarigo@gmail.com>
To:        vm finance <vm.finance2@gmail.com>
Cc:        "Kevin P. Neal" <kpn@neutralgood.org>, freebsd-questions@freebsd.org, freebsd-pkg@freebsd.org
Subject:   Re: FreeBSD-12.1 on laptop
Message-ID:  <ae5fd6f8-405d-1a9b-4390-179851625f7f@gmail.com>
In-Reply-To: <CAKy-8=jbMrAocdoYCjCZM-znxXM0rXyYQAyeZauUgL1pOVF80g@mail.gmail.com>
References:  <CAKy-8=hUCNiAufHHgpLJTnbS_==aHT7UyspgjLyro-yEcxJ2_w@mail.gmail.com> <18414268-96b1-6112-2c91-345aea9e7f24@gmail.com> <CAKy-8=hb0rTOSRJ5bbT=GeQoKaZDoVNVUm%2B1o_pUYR6QGSg20A@mail.gmail.com> <20191127160215.GA69810@neutralgood.org> <20191127160441.GB69810@neutralgood.org> <CAKy-8=j8z9nAnko1Dcg7m-g3NC1e2raja2mupYedhk-LdxRNdA@mail.gmail.com> <0e484b77-afac-670d-5c34-381862388283@gmail.com> <CAKy-8=jbMrAocdoYCjCZM-znxXM0rXyYQAyeZauUgL1pOVF80g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-11-27 14:22, vm finance wrote:
> Hi Theron,
>
> Ok - it tried this:
> make -C /usr/ports/graphics/drm-kmod deinstall clean install
> Reboot
> make -C /usr/ports/graphics/drm-kmod deinstall
> cd /usr/ports/graphics/drm-kmod
> make install FORCE_PKG_REGISTER=1 /* make install failed suggested to 
> set this flag */
> [drm-kmod-g20190710 gets installed]
I just remembered: my deinstall command didn't work as I expected since 
drm-kmod is a metaport.
Try:
$ pkg info | grep kmod
And remove anything drm-related.  Then reboot.
Now
$ make -C /usr/ports/graphics/drm-kmod install
should do the right thing for you, FORCE_PKG_REGISTER should NOT be 
necessary.

Then as others have pointed out, a userspace part is also needed:
$ pkg ins xf86-video-intel

Going back to 12.0 will only cause even more things to change once you 
switch to 12-STABLE if that is your intention.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ae5fd6f8-405d-1a9b-4390-179851625f7f>