Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 22:06:29 +0200
From:      Per Hedeland <per@hedeland.org>
To:        Polytropon <freebsd@edvax.de>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Keyboard and mouse not working after X update
Message-ID:  <bce24158-dbb3-ce44-adb1-b0a83562308d@hedeland.org>
In-Reply-To: <20200601205659.fac089c3.freebsd@edvax.de>
References:  <20200531214105.2caed717.freebsd@edvax.de> <CAM8r67BWRndRDsTCQEOqTQ8Z_6R39H=ZwXHzrpZ1Njam0G3tRQ@mail.gmail.com> <20200531231731.85ee6d3d.freebsd@edvax.de> <CAM8r67Cm3eW0%2BSkpB52OMm0Eo2Y3AQEsmyvtTJV_A6yiLvYZQA@mail.gmail.com> <20200601001117.f7075d7d.freebsd@edvax.de> <CAM8r67A-%2B1z29OUB33nPaGJwD72a8yqrN5YvLVK6E8TuEffJ7g@mail.gmail.com> <20200601205659.fac089c3.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-06-01 20:56, Polytropon wrote:
>
> So at the moment, I have this (as explained in the documentation):
>
> In /boot/loader.conf:
>
> 	drm_load="YES"

Not saying that it will improve anything:-), but I believe you should
drop this - it will load /boot/kernel/drm.ko, which I believe is
causing the "This code is obsolete abandonware" message that you
reported earlier, and possibly other errors that you are seeing.

$ strings /boot/kernel/drm.ko | grep abandon
This code is obsolete abandonware. Install the graphics/drm-legacy-kmod pkg

> In /etc/rc.conf:
>
> 	kld_list="amdgpu"

This module is from the drm*kmod port/package, installed in
/boot/modules - I believe (at least this is the case with i915kms) it
will in turn cause /boot/modules/drm.ko (also from the port, and *not*
"abandonware":-) rather than /boot/kernel/drm.ko to be loaded -
provided that you haven't already loaded /boot/kernel/drm.ko...

--Per



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bce24158-dbb3-ce44-adb1-b0a83562308d>