Last active
July 31, 2023 06:30
-
-
Save niksingh710/4eda23e2a5332f7c04dfeda2a6d38168 to your computer and use it in GitHub Desktop.
The arch system config with kernel params
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
options amdgpu si_support=1 | |
options amdgpu cik_support=1 |
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
title Arch Linux | |
linux /vmlinuz-linux-zen | |
initrd /intel-ucode.img | |
initrd /initramfs-linux-zen.img | |
options cryptdevice=UUID=224fae70-3e84-4518-9c7b-5dce264b811b:cryptlvm root=/dev/mapper/cryptlvm rootflags=subvol=@ rw quiet splash rootfstype=btrfs loglevel=3 systemd.show_status=auto rd.udev.log_level=3 amdgpu.ppfeaturemask=0xffffffff nowatchdog usbcore.autosuspend=15 |
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
blacklist wacom |
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
options i915 fastboot=1 | |
options i915 enable_guc=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment