notes:kernel_parameters
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:kernel_parameters [2024/04/29 13:35] – Sean Rhone | notes:kernel_parameters [2024/08/13 18:46] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * Various kernel options | ||
- | * https:// | ||
- | |||
- | ====== General ====== | ||
- | |||
- | ===== Low-Latency ===== | ||
- | |||
- | **** | ||
- | |||
- | preempt=' | ||
- | |||
- | ===== OSI ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | acpi_osi=' | ||
- | |||
- | acpi_osi=' | ||
- | |||
- | ==== Spinesnap ==== | ||
- | |||
- | * :?: 2024/04/29: With '' | ||
- | |||
- | < | ||
- | [ 9.929236] input: Intel HID events as / | ||
- | [ 9.929687] intel-hid INT33D5:00: platform supports 5 button array | ||
- | [ 9.929722] input: Intel HID 5 button array as / | ||
- | |||
- | ===== Modern Standby ===== | ||
- | |||
- | * https:// | ||
- | |||
- | mem_sleep_default=' | ||
- | |||
- | ===== IOMMU ===== | ||
- | |||
- | * :!: '' | ||
- | |||
- | iommu=' | ||
- | |||
- | ===== PCI ===== | ||
- | |||
- | **** | ||
- | |||
- | pci=' | ||
- | |||
- | ===== Interrupt Remapping ===== | ||
- | |||
- | **** | ||
- | |||
- | intremap=' | ||
- | |||
- | ===== Custom Resolution ===== | ||
- | |||
- | * For an Acer S271H7 even though it can do 75Hz, this option sets one of the display timings too-high and 75Hz can't be reduced-blanked here; 74Hz is close enough | ||
- | * Necessary for Wayland, and also seemingly works as an alternative to '' | ||
- | * '' | ||
- | |||
- | video=' | ||
- | |||
- | ====== AMD ====== | ||
- | |||
- | ===== Memory Encryption ===== | ||
- | |||
- | * https:// | ||
- | * :!: Requires CPU SVM to be enabled in BIOS ((AMDGPU will likely panic on-boot if '' | ||
- | * Disable TSME in BIOS if using this | ||
- | |||
- | mem_encrypt=' | ||
- | |||
- | ====== AMDGPU ====== | ||
- | |||
- | ===== Overclocking ===== | ||
- | |||
- | * Allows use of Overdrive options for overclocking and increasing the Power Limit | ||
- | * See [[https:// | ||
- | * :!: '' | ||
- | |||
- | sudo grubby --args=' | ||
- | |||
- | amdgpu.ppfeaturemask=0xfff7ffff | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | **** | ||
- | |||
- | cat '/ | ||
- | |||
- | ====== Intel ====== | ||
- | |||
- | ===== i915 ===== | ||
- | |||
- | **** | ||
- | |||
- | i915.enable_fbc=' | ||
- | |||
- | ===== IOMMU ===== | ||
- | |||
- | * TODO: HSI? | ||
- | |||
- | intel_iommu=' | ||
- | |||
- | ===== Firmware ===== | ||
- | |||
- | * This enables GuC and HuC firmware loading ((do this even if unsure because seemingly not even Intel is aware of how certain hardware pre-12th-gen/ | ||
- | |||
- | i915.enable_guc=' | ||
- | |||
- | ====== NVIDIA ====== | ||
- | |||
- | ===== Open Module ===== | ||
- | |||
- | ==== Blacklist nouveau ==== | ||
- | |||
- | **** | ||
- | |||
- | modprobe.blacklist=' | ||
- | |||
- | ==== Allow Unsupported GPUs ==== | ||
- | |||
- | * https:// | ||
- | |||
- | nvidia.NVreg_OpenRmEnableUnsupportedGpus=' | ||
- | |||
- | ==== Enable nvidia-modeset ==== | ||
- | |||
- | **** | ||
- | |||
- | nvidia-drm.modeset=' | ||
- | |||
- | ===== PAT ===== | ||
- | |||
- | * TODO: Find information about this | ||
- | |||
- | nvidia.NVreg_UsePageAttributeTable=' | ||
- | |||
- | ===== GSP ===== | ||
- | |||
- | * https:// | ||
- | * Allows loading of GSP firmware | ||
- | * This doesn' | ||
- | * :!: 2022/07/20 515.57: this caused AoE2:DE to crash GNOME on-startup | ||
- | |||
- | nvidia.NVreg_EnableGpuFirmware=' | ||
- | |||
- | ==== Verify ==== | ||
- | |||
- | **** | ||
- | |||
- | nvidia-smi -q | grep ' | ||
- | |||
- | ====== CORSAIR ====== | ||
- | |||
- | * https:// | ||
- | * :!: Seemingly only needed with the mouse plugged directly to the motherboard, | ||
- | |||
- | usbcore.quirks=' | ||
- | |||
- | ====== Coreboot ====== | ||
- | |||
- | ===== Flashing ===== | ||
- | |||
- | * This is needed to relax permissions for Coreboot firmware to be flashed internally | ||
- | * :!: This should be removed after flashing | ||
- | |||
- | iomem=' | ||
/srv/www/wiki/data/attic/notes/kernel_parameters.1714412144.txt.gz · Last modified: by Sean Rhone