Date: Sat, 11 Aug 2018 23:44:37 +0300 From: Greg V <greg@unrelenting.technology> To: Kevin Oberman <rkoberman@gmail.com> Cc: "freebsd-x11@freebsd.org" <x11@freebsd.org> Subject: Re: Clarification on moving to drm-stable-kmod on 11.2 Message-ID: <1534020277.35460.0@hraggstad.unrelenting.technology> In-Reply-To: <CAN6yY1timU715aBCcuibYg8p3UWY0GEQaskaR79_V1Mwif=8sA@mail.gmail.com> References: <CAN6yY1timU715aBCcuibYg8p3UWY0GEQaskaR79_V1Mwif=8sA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 11, 2018 at 9:58 PM, Kevin Oberman <rkoberman@gmail.com>=20 wrote: > A while ago I moved to running drm-stable-kmod on my 11.2 system and=20 > have > not had any issues, but I am unclear on what, if ny changes are=20 > appropriate > in my loader.conf. I just noticed that the "old" kernel module is=20 > atill > being loaded and I think that is wrong. >=20 > My loader.conf contains: > drm.i915.enable_rc6=3D7 > # Enable semaphores > drm.i915.semaphores=3D1 > Are these appropriate to drm-stable-kmod? If so, is loader.conf the=20 > proper > place for them? Hi, These don't work with drm-*-kmod, the new names are: compat.linuxkpi.enable_rc6, compat.linuxkpi.semaphores, etc. And yeah, loader.conf is of course the right place. You can run 'sysctl -a | grep enable_rc6' =97 if you see drm.i915,=20 you're on the old module, if you see compat.linuxkpi, you're on the new=20 one. =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1534020277.35460.0>