linux:notes:modprobe.d_tweaks
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:notes:modprobe.d_tweaks [2025/12/04 17:43] – [SSD] Sean Rhone | linux:notes:modprobe.d_tweaks [2025/12/25 04:22] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | * [[linux; | + | ===== i915 ===== |
| - | ====== i915 ====== | + | * :?: '' |
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| + | options i915 mitigations=off | ||
| + | |||
| options i915 disable_power_well=0 | options i915 disable_power_well=0 | ||
| options i915 enable_dc=0 | options i915 enable_dc=0 | ||
| - | options i915 enable_dmc_wl=0 | + | options i915 enable_sagv=0 |
| - | options i915 enable_dpt=0 | + | |
| - | options i915 enable_dsb=0 | + | |
| options i915 enable_fbc=0 | options i915 enable_fbc=0 | ||
| - | options i915 enable_guc=3 | + | options i915 enable_psr=0 |
| - | options i915 enable_ips=0 | + | |
| options i915 enable_psr2_sel_fetch=0 | options i915 enable_psr2_sel_fetch=0 | ||
| - | options i915 enable_psr=0 | ||
| - | options i915 enable_sagv=0 | ||
| - | options i915 guc_log_level=0 | ||
| - | options i915 mitigations=off | ||
| - | options i915 nuclear_pageflip=1 | ||
| options i915 panel_use_ssc=0 | options i915 panel_use_ssc=0 | ||
| - | options i915 verbose_state_checks=0 | ||
| options i915 enable_dpcd_backlight=0 | options i915 enable_dpcd_backlight=0 | ||
| - | options i915 error_capture=0 | + | |
| + | options i915 enable_guc=0 | ||
| + | options i915 enable_dmc_wl=3 | ||
| options i915 enable_flipq=1 | options i915 enable_flipq=1 | ||
| + | options i915 nuclear_pageflip=1 | ||
| + | |||
| + | options i915 guc_log_level=0 | ||
| + | options i915 error_capture=0 | ||
| + | options i915 verbose_state_checks=0 | ||
| + | |||
| + | options i915 enable_ips=0 | ||
| + | options i915 enable_dpt=0 | ||
| + | options i915 enable_dsb=0 | ||
| # End</ | # End</ | ||
| - | ====== SSD ====== | + | ===== SSD ===== |
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| Line 38: | Line 43: | ||
| options nvme noacpi=1 | options nvme noacpi=1 | ||
| - | options nvme io_queue_depth=2048 | ||
| - | options nvme max_host_mem_size_mb=256 | ||
| options nvme_core force_apst=0 | options nvme_core force_apst=0 | ||
| Line 49: | Line 52: | ||
| # End</ | # End</ | ||
| - | ====== snd_hda_intel | + | ===== snd_hda_intel ===== |
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| options snd_hda_intel power_save=0 | options snd_hda_intel power_save=0 | ||
| + | options snd_hda_intel dmic_detect=0 | ||
| options snd_intel_dspcfg dsp_driver=1 | options snd_intel_dspcfg dsp_driver=1 | ||
| # End</ | # End</ | ||
| - | ====== iwlwifi | + | ===== iwlwifi ===== |
| - | sudo -e '/ | + | sudo -e '/ |
| < | < | ||
| Line 72: | Line 76: | ||
| # End</ | # End</ | ||
| - | ====== | + | ====== |
| - | ===== Server ===== | + | * Include above [[# |
| - | | + | ===== radeon ===== |
| + | |||
| + | | ||
| < | < | ||
| options radeon audio=0 | options radeon audio=0 | ||
| + | |||
| options radeon si_support=0 | options radeon si_support=0 | ||
| options radeon cik_support=0 | options radeon cik_support=0 | ||
| # End</ | # End</ | ||
| + | |||
| + | ====== SELinux ====== | ||
| + | |||
| + | * [[linux; | ||
| + | |||
| + | sudo restorecon -F -I -R '/ | ||
| + | |||
| + | ====== Dracut ====== | ||
| + | |||
| + | **** | ||
| + | |||
| + | sudo dracut --force --regenerate-all | ||
| + | |||
| + | ====== update-initramfs ====== | ||
| + | |||
| + | * [[linux: | ||
| + | |||
| + | sudo update-initramfs -k ' | ||
| ====== Verify ====== | ====== Verify ====== | ||
| - | sudo dnf install ' | + | sudo apt install ' |
| systool -v -m ' | systool -v -m ' | ||
| modinfo -p ' | modinfo -p ' | ||
| + | |||
| + | sudo apt autoremove --purge ' | ||
/usr/local/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1764888229.txt.gz · Last modified: by Sean Rhone
