From 8bf61e5f2fee162ad1bbc8b529d3597d5369994e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 16 Mar 2024 20:08:16 +0000 Subject: [PATCH] Add NetBSD config for Latitude 7490 --- docs/DellLatitude7490.txt | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/DellLatitude7490.txt b/docs/DellLatitude7490.txt index 2b67c63..0325c88 100644 --- a/docs/DellLatitude7490.txt +++ b/docs/DellLatitude7490.txt @@ -1,10 +1,35 @@ Dell Latitude 7490 ================== -Graphics --------- +Linux graphics +-------------- The kernel crashes frequently with graphical glitches. Add the following to the kernel command line to prevent this: i915.enable_psr=0 i915.enable_dc=0 + + +NetBSD +------ + +NetBSD 10 requires the i915drmkms firmware to be installed, and the pms +module to be disabled. + +Download the Linux firmware file from the URL below: + + https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915 + +The required filename can be found from dmesg, and should be copied to: + + /libdata/firmware/i915drmkms/i915 + +The enable_psr setting should also be changed in /etc/sysctl.conf with +the following line: + + hw.drm2.i915_modparams.enable_psr=0 + +Finally, the pms module should be disabled by adding the following to +the end of the /boot.cfg file: + + userconf=disable pms*