Update README

This commit is contained in:
maydayv7 2021-12-11 22:08:12 +05:30
parent e936b337b0
commit 7904e1d34f
No known key found for this signature in database
GPG Key ID: CF616EB19C2765E4
2 changed files with 11 additions and 15 deletions

View File

@ -1,7 +1,6 @@
= Dell Inspiron 5509 = ## Dell Inspiron 5509
== Tested Hardware ==
### Tested Hardware
``` shellsession ``` shellsession
$ lspci -nn $ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers [8086:9a14] (rev 01) 00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers [8086:9a14] (rev 01)
@ -27,21 +26,21 @@ $ lspci -nn
2c:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32) 2c:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
``` ```
=== Before Installation === ### Before Installation
These settings are needed both for booting the final install, and These settings are needed both for booting the final install, and
installer itself. Therefore, they must be done first: installer itself. Therefore, they must be done first:
- ''Disable Secure Boot (but keep UEFI Boot)'' + Disable *Secure* Boot (but keep **UEFI** Boot)
- ''Disable RAID and use AHCI'' + Disable *RAID* and use **AHCI**
== Firmware Upgrades == ### Firmware Upgrades
Note that this device is supported by [https://fwupd.org/ fwupd]. Note that this device is supported by [fwupd](https://fwupd.org).
To perform firmware upgrades just activate the service: To perform firmware upgrades just activate the service:
<code> ```
services.fwupd.enable = true; services.fwupd.enable = true;
</code> ```
Then use <code>fwupdmgr</code> to perform updates Then use `fwupdmgr` to perform updates

View File

@ -12,11 +12,8 @@
# Cooling Management # Cooling Management
services.thermald.enable = lib.mkDefault true; services.thermald.enable = lib.mkDefault true;
# Touchpad
services.xserver = { services.xserver = {
# GPU Driver Setting
videoDrivers = lib.mkDefault [ "intel" ];
# Touchpad
libinput.touchpad.tapping = true; libinput.touchpad.tapping = true;
libinput.touchpad.tappingDragLock = true; libinput.touchpad.tappingDragLock = true;
}; };