This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
# Prefer stability over agressive optimizations | |
# Use '-march=native' since working fine; check: 'echo | gcc -### -E - -march=native' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
[Unit] | |
Description=Run fstrim.service every day at 20:17:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
[Unit] | |
Description=Runs fstrim on devides supporting TRIM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2020 Gentoo Authors | |
# Distributed under the terms of the GNU General Public License v2 | |
# | |
# To populate all changes in this file you need to regenerate your | |
# grub configuration file afterwards: | |
# 'grub2-mkconfig -o /boot/grub/grub.cfg' | |
# | |
# See the grub info page for documentation on possible variables and | |
# their associated values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
# https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-power | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
[Unit] | |
Description=Runs a batch of commands enabling HW power saving features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
[Unit] | |
Description=Run power-save.service 5 seconds after systemd starts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
Section "InputClass" | |
Identifier "two finger scrolling" | |
Driver "synaptics" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################### | |
# | |
# ThinkPad T430 | |
# | |
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G | |
# | |
################################################### | |
Section "InputClass" | |
Identifier "ThinkPad TrackPoint" | |
Driver "evdev" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameter settings: | |
LeftEdge = 1556 | |
RightEdge = 5325 | |
TopEdge = 1555 | |
BottomEdge = 4580 | |
FingerLow = 35 | |
FingerHigh = 40 | |
MaxTapTime = 80 | |
MaxTapMove = 71 | |
MaxDoubleTapTime = 180 |
OlderNewer