From 3caaf86f9d7558cce864cfc929a2de619ecc0de2 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Wed, 17 Sep 2025 01:19:01 +0530 Subject: [PATCH] feat: kernel params for x1 carbon Signed-off-by: Ameya Shenoy --- lenovo/thinkpad/x1/12th-gen/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lenovo/thinkpad/x1/12th-gen/default.nix b/lenovo/thinkpad/x1/12th-gen/default.nix index b13ea279..3350cad8 100644 --- a/lenovo/thinkpad/x1/12th-gen/default.nix +++ b/lenovo/thinkpad/x1/12th-gen/default.nix @@ -2,6 +2,12 @@ imports = [ ../. ../../../../common/pc/ssd + ../../../../common/cpu/intel/meteor-lake + ]; + + boot.kernelParams = [ + "i915.enable_guc=3" + "i915.force_probe=7d55" ]; hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";