Commit Graph

340 Commits

Author SHA1 Message Date
Matthias Beyer 130560e553
Add InfinityBook v4 (#159) 2020-05-05 23:20:10 +01:00
Jörg Thalheim 4ef357fe8b
Merge pull request #158 from ehmry/master 2020-05-05 12:47:32 +01:00
Emery Hemingway d7d897fe24 New dell/latitude/3480
The touchpad is painful to use unless the "psmouse" kernel module
is disabled.
2020-05-05 01:24:25 +05:30
Jörg Thalheim d928c96e3c
Merge pull request #156 from delan/patch-1 2020-04-24 10:35:50 +01:00
Delan Azabani 7efd48f100
README: fix nix-channel --update command
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)
```
2020-04-24 18:36:40 +10:00
Wout Mertens bb1a8b78ba
wiki syntax 2020-04-23 10:53:17 +02:00
Wout Mertens c8e3843b0a
7390: clarify intent 2020-04-23 10:52:16 +02:00
Jörg Thalheim c71abe67b9
Merge pull request #155 from Mic92/remove-thresholds 2020-04-21 21:11:45 +01:00
Jörg Thalheim 41d2c3322b
Revert "Change TLP charge thresholds"
This reverts commit 76f681355c.

This setting is opinionated and should be left to the user.
See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
2020-04-21 21:10:18 +01:00
Jörg Thalheim 16336614d3
Merge pull request #154 from j0hax/x230-tlp-thresholds 2020-04-21 11:48:33 +01:00
j0hax 76f681355c Change TLP charge thresholds 2020-04-21 03:47:11 +02:00
Jörg Thalheim e58c64a03c
Merge pull request #153 from DamienCassou/fix-t460s
Improve support for t460s
2020-04-15 09:06:43 +01:00
Damien Cassou 157ae443af
lenovo/thinkpad/t460s: Add missing acpi_call module
This is required by tlp for battery management.
2020-04-14 22:54:52 +02:00
Damien Cassou 0ef7d22b6c
lenovo/thinkpad/t460s: Remove problematic options
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
2020-04-14 22:54:31 +02:00
Jörg Thalheim edb7199b5c
Merge pull request #152 from ngiger/librem15v3
Added Librem15v3
2020-03-26 16:45:57 +00:00
Niklaus Giger 12bb72aa6b Create separate directories for librem 13v3 and 15v3 2020-03-26 17:43:33 +01:00
Niklaus Giger 9238b5f06e Automatically lock the desktop when removing the librem key 2020-03-23 20:21:11 +01:00
Niklaus Giger c6722b86bf Document librem laptop 15v3 2020-03-23 20:19:54 +01:00
Jörg Thalheim f4364f2457
Merge pull request #150 from danderson/master
thinkpad/t495: fix backlight save/load and and battery conditioning.
2020-03-15 18:37:21 +00:00
David Anderson 03dedf4cfd thinkpad/t495: fix backlight save/load and and battery conditioning.
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>
2020-03-14 20:57:22 -07:00
Jörg Thalheim 9f6d639110
Merge pull request #149 from danderson/master
lenovo/thinkpad/t495: init from e495.
2020-03-12 09:12:30 +00:00
David Anderson 3d983701f9 lenovo/thinkpad/t495: init from e495.
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.
2020-03-11 09:34:12 -07:00
Jörg Thalheim 62d7c2eddf
Merge pull request #147 from Mic92/fix-travis
travis: parallelize evaluation and limit RAM usage
2020-03-11 09:46:57 +00:00
Jörg Thalheim 62a1812f3c
Update README.wiki 2020-03-03 17:31:54 +00:00
Jörg Thalheim 9c952961f1
Add parallel test runner
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.
2020-02-23 21:29:22 +00:00
Jörg Thalheim 5904e7605c
Merge pull request #139 from danielstaleiny/master
Adding Dell XPS 15 9560
2020-02-18 13:52:09 +00:00
Daniel Rafaj 26454a206d add xps 9560 root readme to be able to easily find 2020-02-18 13:25:25 +01:00
Daniel Rafaj 8b50556e2d Add xps 9560 with its own quirks, I added versions:
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
2020-02-18 13:25:25 +01:00
Rebecca Turner 74efa57ee4
Support NixOS 19.09 for <dell/xps/15-7590> (#141)
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
2020-02-18 11:13:15 +00:00
Jörg Thalheim 7accb4efab
Merge pull request #143 from Mic92/xps-15-7590
xps/15-7590: don't enable unfree firmware by default
2020-02-17 10:54:44 +00:00
Jörg Thalheim 9506048413
Merge pull request #146 from Mic92/e495
thinkpad/e495: fix evaluation
2020-02-12 10:58:44 +00:00
Jörg Thalheim f5a4954ca3
thinkpad/e495: fix evaluation
fixes #145
2020-02-12 10:57:40 +00:00
Jörg Thalheim 859cd11263
Merge pull request #144 from Luis-Hebendanz/master
Added profile for issues 69289
2020-02-12 10:06:38 +00:00
Luis Hebendanz 6c7550d0b4 Added entry Thnikpad E495 to README 2020-02-12 10:56:49 +01:00
Luis Hebendanz f6e2381344
Update lenovo/thinkpad/e495/default.nix
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-02-12 10:52:49 +01:00
Luis Hebendanz d75b12a962 Added profile for issues 69289 2020-02-11 19:42:02 +01:00
Jörg Thalheim 6f502bc6e6 Merge pull request #138 from rummik/add-lenovo-thinkpad-l13
Add Lenovo ThinkPad L13 profile
2020-02-09 09:09:19 +00:00
Jörg Thalheim 67814a0d5c
Merge pull request #142 from 9999years/7590
Add Dell XPS 15-7590 suggested options
2020-02-09 08:47:08 +00:00
Jörg Thalheim 6587634ad8
xps/15-7590: don't enable unfree firmware by default
Also don't set nixpkgs.pkgs. Instead just add an overlay.
2020-02-09 08:40:38 +00:00
Rebecca Turner 521f680999 Add Dell XPS 15-7590 suggested options
These suggested options are taken from my configuration but aren't quite
universal enough to be enabled by default.
2020-02-07 09:55:01 -05:00
Jörg Thalheim 2ab4e61b32
Revert "xps-15-7590: convert wiki to markdown."
This reverts commit 77983d16f6.

apparently github can link to wiki text fine.
2020-02-04 12:04:56 +00:00
Jörg Thalheim 4e19a42bd2
dell-xps-15-7590: fix README link 2020-02-04 12:03:13 +00:00
Jörg Thalheim 77983d16f6
xps-15-7590: convert wiki to markdown.
This allows it to symlink it in the README
2020-02-04 12:00:38 +00:00
Jörg Thalheim 5758237cbc
README.md: link to dell xps 15-7590 2020-02-04 11:53:51 +00:00
Jörg Thalheim cc7140b4bf
Merge pull request #114 from tomberek/master
Initial 15-7590
2020-02-04 11:52:02 +00:00
Tom Bereknyei 22a16c801c Apply suggestions from 9999years 2020-02-01 21:12:29 -05:00
Tom Bereknyei 3f1a5617bf Make note about EFI and remove 5.1 kernel hardcode 2020-02-01 20:49:06 -05:00
tomberek f128fbbdd6 Update dell/xps/15-7590/README.wiki
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-02-01 20:49:06 -05:00
Tom Bereknyei 53ca456f60 Suggested fixes 2020-02-01 20:49:06 -05:00
Tom Bereknyei 64afb7c12d Wifi fixed by removing iwlwifi-cc-a0-48.ucode 2020-02-01 20:49:06 -05:00