Skip to the content.

Linux on my Acer Aspire A514-54G laptop

Hardware

UEFI / BIOS notes

F2 key to enter in BIOS menu F12 key (after enable in BIOS) to choose boot menu Ctrl+S combination keys to enable extra BIOS options in Main menu like “VMD mode” or “Touchpad mode”.

Windows notes

Notes to disable VMD / Intel Octane Storage management (a.k.a RST mode for SATA) to prepare Linux installation.

How to enable safeboot in the Acer OEM Windows

Open Administrator prompt: bcdedit /set safeboot minimal

How to disable safeboot

If keyboard or left mouse button doesn’t work fine, restart from advanced Startup Options, enter in the Troubleshoot -> Advanced Options and then start in Safemode with command line options. Then execute: bcdedit /deletevalue safeboot

Linux

Intel Iris Xe GPU

Note that the GPU is Gen12 even the CPU is Intel 11th Gen (Tiger Lake). It supports GuC and HuC. The best video player to get hardware video acceleration in my test has been Totem from Gnome. I recommend the command intel_gpu_top to verify everything is fine.

Edit the file /etc/modprobe.d/i915.conf with the content:

options i915 enable_guc=3
options i915 enable_fbc=1

and update your intramfs. Depending your linux distribution (Fedora example, Ubuntu example).

Whatever linux distro you use, is interesting to check the Arch Linux wiki.

Intel HDA Soundcard - Realtek ALC255 Codec

Intenal microphone just works but external microphone (headphone mini-jack) doesn’t work for me. I have tried this config:

❯ cat /etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=alc255-acer

Fedora bug open

References

  1. Laptopmedia - Hardware review
  2. Community Acer - Intalling Linux on A515-55
  3. Debian Wiki - InstallingDebianOnAcerAspire 5 A515-56
  4. How to disable safe mode in Windows 11
  5. Intel Graphics - Best practices and settings for hardware acceleration?
  6. Arch wiki - Hardware video acceleration - Verification
  7. skylake-tuning-linux.md gist
  8. Restore Windows after Linux install