X270: Try to fix nub wakeup issue
This commit is contained in:
parent
7d14f4a8df
commit
d6f2c33a09
|
@ -6,6 +6,17 @@
|
|||
speed = 170;
|
||||
};
|
||||
|
||||
# Ensure that trackpoint mouse buttons work after suspend without having
|
||||
# to touch the trackpoint first
|
||||
powerManagement = {
|
||||
powerDownCommands = ''
|
||||
modprobe -r psmouse
|
||||
'';
|
||||
resumeCommands = ''
|
||||
modprobe psmouse
|
||||
'';
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
|
||||
boot.initrd.kernelModules = [ "i915" ];
|
||||
|
|
Loading…
Reference in a new issue