Acer Swift 5

From ArchWiki

This article or section does not follow the Laptop page guidelines.

Reason: Stub (Discuss in Talk:Acer Swift 5)
Hardware PCI/USB ID Working?
GPU Yes
Wireless Yes
Bluetooth Yes
Audio Yes
Touchpad Yes
TouchScreen Yes
Camera Yes
Fingerprint scanner No

General info about the Acer Swift 5 SF515-51T laptop. Everything pretty much works out of the box, follow standard documentation for details.

Disabling UEFI Secure Boot

To disable Secure Boot, set the supervisor password in the BIOS settings. Then you should be able to disable Secure Boot and boot Arch.

Changing SATA mode to AHCI

To change SATA mode to AHCI, in BIOS settings navigate to the Main tab. If you do not see SATA Mode settings press Ctrl+s and navigate tabs forwards and backward. SATA Mode option should now appear.

Configuration

Kernel boot parameters

The following parameters can be added to boot arguments as explained in Kernel parameters:

  • acpi_backlight=video to enable backlight setting from keyboard function keys
  • acpi_osi=Linux to enable multimedia special function keys
  • pci=nocrs to discard pci ACPI informations, may fix boot problems
  • i915.enable_fbc=1 to enable framebuffer compression (power saving)
  • snd_rn_pci_acp3x.dmic_acpi_check to enable internal microphones
  • usbcore.quirks=2386:433b:bk to enable touchscreen (2386:433b is the ID for the touchscreen from lsusb)

Kernel modules parameters

In kernels after linux-5.10, audio with SOF (Sound Open Firmware) from Intel is fully working (speakers, jack, internal and external mics) with the following setup:

/etc/modprobe.d/swift5.conf
options snd_sof_intel_hda_common hda_model=alc255-acer

See also