summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/x1
AgeCommit message (Collapse)Author
2019-10-16Replace ad hoc throttling fix with throttledMichael Peyton Jones
`throttled` is a service designed to fix the same CPU throttling bug, but it's an actively maintainted upstream project that we can use.
2019-09-01thinkpad/x1/6th-gen: fix trackpoint nameMaximilian Bosch
Newer ThinkPads have a new name for the Trackpoint - "TPPS/2 Elan TrackPoint". Having the "[...] IBM Trackpoint" as default caused some weird side-effects on my machine (e.g. stopped the trackpoint working after a suspend) with the wrong name. Although this is mentioned in the option's description[1], I think that this should be declared explicitly here. As soon, as we supported newer models as well[2], we should probably move this into its own common profile. [1] https://nixos.org/nixos/options.html#hardware.trackpoint.device [2] https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/
2019-02-19lenovo-x1: removed battery TLP threshholdseyjhbb@gmail.com
2018-12-27lenovo x1 carbon gen6: update S3 suspendBenjamin Hipple
With UEFI >= 1.30, there's an explicit option to enable S3 power management. Once this is selected, S3 is enabled and "deep" is selected as the default /sys/power/mem_sleep value without requiring any kernel boot parameters.
2018-10-23move acpi_call.nix and cpu-throttling-bug.nix to common folderAndré-Patrick Bubel
2018-09-01Fix acpi override loadAlberto Berti
As proposed by @garbas in #60
2018-09-01Fix cpu-throttling service file referenceAlberto Berti
2018-08-15T480s: use CPU throttling fix tooMichael Peyton Jones
2018-07-21Enable powersave features when on battery (taken from #60)Alberto Berti
2018-07-17Add missing pkgs parameterAlberto Berti
2018-07-17Fix typoAlberto Berti
2018-07-17Add optional console font configuration to make it readable on QHD displaysAlberto Berti
2018-06-03Set a default to fix GTK/GNOME ui elements appareanceAlberto Berti
2018-06-03CosmeticAlberto Berti
2018-06-03Add a bit of documentationAlberto Berti
2018-06-03Add stub for the S3 suspend state issueAlberto Berti
See https://delta-xi.net/#056
2018-06-03Add the temporary fix for the cpu-throttling issueAlberto Berti
See https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X1_Carbon_(Gen_6)#Power_management.2FThrottling_issues
2018-06-03Move battery settings to the configuration for all the 6th gen modelsAlberto Berti
2018-05-31Give TLP more control over the battery and enable battery life saver parametersAlberto Berti
2018-05-31Add basic support for 6th-gen X1Alberto Berti