Linux on my Acer Aspire A514-54G laptop
Hardware
- Proccessor: Intel® Core™ i5-1135G7 Quad-core 2.40 GHz
- Screen: 35,6 cm (14”) Full HD (1920 x 1080) 16:9 IPS
- Memory: 8 GB (4 GB soldered on-board + 4 GB in slot) DDR4 SDRAM
- Disk: 512 GB M.2 NVMe
- GPU: Intel® Iris Xe Graphics G7 80 EUs “Gen12”
- WiFi: Intel Wi-Fi 6 AX201
- Power Adapter: Delta ADP-45FE F (19V, 2.37A, 45W), plug 3.0x1.0mm
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.
-
Firefox tip: Enable “media.ffmpeg.vaapi.enabled” in
about:config
to get VA-API acceleration. -
Enable the GUC, HUC and Framebuffer compression features
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
References
- Laptopmedia - Hardware review
- Community Acer - Intalling Linux on A515-55
- Debian Wiki - InstallingDebianOnAcerAspire 5 A515-56
- How to disable safe mode in Windows 11
- Intel Graphics - Best practices and settings for hardware acceleration?
- Arch wiki - Hardware video acceleration - Verification
- skylake-tuning-linux.md gist
- Restore Windows after Linux install