FreeBSD-12.1 on laptop
Theron
theron.tarigo at gmail.com
Wed Nov 27 21:21:24 UTC 2019
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.
More information about the freebsd-pkg
mailing list