feat(gs/yeren): Blacklist the psmouse module
There appears to be an issue where the internal trackpad tries to register itself as a ps1 mouse rather than a usb one, which causes some dmesg warnings that may or may not cause actual problems. Regardless, blacklisting this should be harmless. Change-Id: I00fb539b8acf4fbf1b9125786ea6dc4f649b08c7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2364 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
0f75042fea
commit
11da5b2fbc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
blacklistedKernelModules = [ "psmouse" ];
|
||||
extraModulePackages = [ ];
|
||||
kernelParams = [
|
||||
"i915.preliminary_hw_support=1"
|
||||
|
|
Loading…
Reference in a new issue