nixos-hardware/dell/xps/13-9300
Kiskae d7a5d6a29a common/gpu/intel*: Migrate to common/gpu/intel/* and add disable 2023-02-27 14:04:53 +01:00
..
README.wiki Support for the Dell XPS 13, 9300 model 2022-12-31 14:23:53 +13:00
default.nix common/gpu/intel*: Migrate to common/gpu/intel/* and add disable 2023-02-27 14:04:53 +01:00

README.wiki

= Dell XPS 13 9300 =

== 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_(9300)#Power_Management
and https://bugzilla.kernel.org/show_bug.cgi?id=199689#c3 for reference