about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* New dell/latitude/3480Emery Hemingway2020-05-05
| | | | | The touchpad is painful to use unless the "psmouse" kernel module is disabled.
* Merge pull request #156 from delan/patch-1Jörg Thalheim2020-04-24
|\
| * README: fix nix-channel --update commandDelan Azabani2020-04-24
|/ | | | | | | | | | | | | | | | | | | | | | Following the current instructions yields these errors for some reason: ``` $ sudo nixos-rebuild switch warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:13 building Nix... warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I) warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix' was not found in the Nix search path (add it using $NIX_PATH or -I) /tmp/nixos-rebuild.vs4JVw/nix warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) building the system configuration... warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I) ```
* wiki syntaxWout Mertens2020-04-23
|
* 7390: clarify intentWout Mertens2020-04-23
|
* Merge pull request #155 from Mic92/remove-thresholdsJörg Thalheim2020-04-21
|\
| * Revert "Change TLP charge thresholds"Jörg Thalheim2020-04-21
|/ | | | | | | This reverts commit 76f681355cb6c2aab79d190907fbb521bd19ec87. This setting is opinionated and should be left to the user. See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
* Merge pull request #154 from j0hax/x230-tlp-thresholdsJörg Thalheim2020-04-21
|\
| * Change TLP charge thresholdsj0hax2020-04-21
|/
* Merge pull request #153 from DamienCassou/fix-t460sJörg Thalheim2020-04-15
|\ | | | | Improve support for t460s
| * lenovo/thinkpad/t460s: Add missing acpi_call moduleDamien Cassou2020-04-14
| | | | | | | | This is required by tlp for battery management.
| * lenovo/thinkpad/t460s: Remove problematic optionsDamien Cassou2020-04-14
|/ | | | | | | See there links for details: https://github.com/NixOS/nixos-hardware/pull/134#pullrequestreview-336181593 https://github.com/NixOS/nixos-hardware/pull/134#discussion_r361146814
* Merge pull request #152 from ngiger/librem15v3Jörg Thalheim2020-03-26
|\ | | | | Added Librem15v3
| * Create separate directories for librem 13v3 and 15v3Niklaus Giger2020-03-26
| |
| * Automatically lock the desktop when removing the librem keyNiklaus Giger2020-03-23
| |
| * Document librem laptop 15v3Niklaus Giger2020-03-23
|/
* Merge pull request #150 from danderson/masterJörg Thalheim2020-03-15
|\ | | | | thinkpad/t495: fix backlight save/load and and battery conditioning.
| * thinkpad/t495: fix backlight save/load and and battery conditioning.David Anderson2020-03-14
|/ | | | | | | | | | Saving/loading the backlight state requires the acpi_backlight=native kernel parameter. acpi_call is required by TLP to get access to battery conditioning information from the firmware. Signed-off-by: David Anderson <dave@natulte.net>
* Merge pull request #149 from danderson/masterJörg Thalheim2020-03-12
|\ | | | | lenovo/thinkpad/t495: init from e495.
| * lenovo/thinkpad/t495: init from e495.David Anderson2020-03-11
|/ | | | | | | The E495 and T495 are based on the same core Ryzen platform, so the E495 tweaks apply similarly to the T495. Tested on my own T495, works well.
* Merge pull request #147 from Mic92/fix-travisJörg Thalheim2020-03-11
|\ | | | | travis: parallelize evaluation and limit RAM usage
| * Add parallel test runnerJörg Thalheim2020-02-23
| | | | | | | | | | | | | | The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
* | Update README.wikiJörg Thalheim2020-03-03
|/
* Merge pull request #139 from danielstaleiny/masterJörg Thalheim2020-02-18
|\ | | | | Adding Dell XPS 15 9560
| * add xps 9560 root readme to be able to easily findDaniel Rafaj2020-02-18
| |
| * Add xps 9560 with its own quirks, I added versions:Daniel Rafaj2020-02-18
|/ | | | | | | | | | | | 1 default one, with nvidia working and intel working, needs optirun to run application with nvidia 2 intel only, I am using this as my daily driver for long time, only intel is turned on and nvidia is turned off and doesn't drain any power. 3 nvidia only, intel is dissabled and nvidia is picked as default gpu, no need to fiddle with optirun etc, good for gpu heavy application. All these settings needs to reboot to work properly
* Support NixOS 19.09 for <dell/xps/15-7590> (#141)Rebecca Turner2020-02-18
| | | | | | Virtual console options were renamed in 20.03; use `console.earlySetup` or `boot.earlyVconsoleSetup` depending on OS version. https://github.com/NixOS/nixos-hardware/pull/114#discussion_r374953204
* Merge pull request #143 from Mic92/xps-15-7590Jörg Thalheim2020-02-17
|\ | | | | xps/15-7590: don't enable unfree firmware by default
| * xps/15-7590: don't enable unfree firmware by defaultJörg Thalheim2020-02-09
| | | | | | | | Also don't set nixpkgs.pkgs. Instead just add an overlay.
* | Merge pull request #146 from Mic92/e495Jörg Thalheim2020-02-12
|\ \ | | | | | | thinkpad/e495: fix evaluation
| * | thinkpad/e495: fix evaluationJörg Thalheim2020-02-12
|/ / | | | | | | fixes #145
* | Merge pull request #144 from Luis-Hebendanz/masterJörg Thalheim2020-02-12
|\ \ | | | | | | Added profile for issues 69289
| * | Added entry Thnikpad E495 to READMELuis Hebendanz2020-02-12
| | |
| * | Update lenovo/thinkpad/e495/default.nixLuis Hebendanz2020-02-12
| | | | | | | | | Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
| * | Added profile for issues 69289Luis Hebendanz2020-02-11
|/ /
* | Merge pull request #138 from rummik/add-lenovo-thinkpad-l13Jörg Thalheim2020-02-09
|\ \ | | | | | | Add Lenovo ThinkPad L13 profile
| * | Update README.md*Kim Zick2020-01-07
| | |
| * | Add Lenovo ThinkPad L13 profile*Kim Zick (rummik)2020-01-02
| | |
* | | Merge pull request #142 from 9999years/7590Jörg Thalheim2020-02-09
|\ \ \ | |_|/ |/| | Add Dell XPS 15-7590 suggested options
| * | Add Dell XPS 15-7590 suggested optionsRebecca Turner2020-02-07
|/ / | | | | | | | | These suggested options are taken from my configuration but aren't quite universal enough to be enabled by default.
* | Revert "xps-15-7590: convert wiki to markdown."Jörg Thalheim2020-02-04
| | | | | | | | | | | | This reverts commit 77983d16f6ddcbdaf65d7656e82d39669095be6f. apparently github can link to wiki text fine.
* | dell-xps-15-7590: fix README linkJörg Thalheim2020-02-04
| |
* | xps-15-7590: convert wiki to markdown.Jörg Thalheim2020-02-04
| | | | | | | | This allows it to symlink it in the README
* | README.md: link to dell xps 15-7590Jörg Thalheim2020-02-04
| |
* | Merge pull request #114 from tomberek/masterJörg Thalheim2020-02-04
|\ \ | |/ |/| Initial 15-7590
| * Apply suggestions from 9999yearsTom Bereknyei2020-02-01
| |
| * Make note about EFI and remove 5.1 kernel hardcodeTom Bereknyei2020-02-01
| |
| * Update dell/xps/15-7590/README.wikitomberek2020-02-01
| | | | | | Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
| * Suggested fixesTom Bereknyei2020-02-01
| |
| * Wifi fixed by removing iwlwifi-cc-a0-48.ucodeTom Bereknyei2020-02-01
| |