about summary refs log tree commit diff
path: root/modules/nixos-hardware/dell/xps/13-9380/README.wiki
blob: c5ad61e3fd63f3a5e9ad6c4c0182bda56aefcba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= Dell XPS 13 9380 =

== Firmware upgrades ==

Note that this device is supported by [https://fwupd.org/ fwupd].
To perform firmware upgrades just activate the service

<code>
services.fwupd.enable = true;
</code>

Then use <code>fwupdmgr</code> to perform updates.

== Battery drain when sleeping ==

The laptop uses the S2 sleep mode by default instead of S3, which leads to
draining a lot of battery during sleep.

See https://wiki.archlinux.org/index.php/Dell_XPS_13_(9370)#Power_Management
and https://bugzilla.kernel.org/show_bug.cgi?id=199689#c3 for reference