Created
July 29, 2025 19:00
-
-
Save Sombre-Osmoze/7a934f27cecd7b9a80e49c638d709eee to your computer and use it in GitHub Desktop.
Zenbook a14 configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GRUB_CMDLINE_LINUX_DEFAULT="loglevel=7 clk_ignore_unused pd_ignore_unused cma=128M efi=noruntime quiet splash console=tty0 crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M vt.handoff=7 " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| install_items+=" /usr/lib/firmware/updates/qcom " | |
| install_items+=" /lib/firmware/updates/qcom " | |
| # Additional modules for ARM64 Snapdragon systems | |
| #add_drivers+=" arm_smmu arm_smmu_v3 " | |
| #add_drivers+=" qcom_glink_smem qcom_glink_rpm qcom_smd_rpm " | |
| #add_drivers+=" qcom_spmi_pmic qcom_vadc_common " | |
| # Storage and connectivity | |
| #add_drivers+=" qcom_bam_dma qcom_nandc qcom_qseecom " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment