User Tools

Site Tools


linux:notes:modprobe.d_tweaks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:modprobe.d_tweaks [2025/12/04 15:44] – [i915] Sean Rhonelinux:notes:modprobe.d_tweaks [2025/12/07 20:54] (current) – [snd_hda_intel] Sean Rhone
Line 1: Line 1:
 ====== Prerequisites ====== ====== Prerequisites ======
  
-  * [[linux;distros;fedora_workstation_gnome|Fedora Workstation (GNOME)]]+  * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
  
-====== i915 ======+====== Spinesnap ======
  
-  sudo -e '/etc/modprobe.d/99-i915-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-i915-tweaks.conf'+===== i915 ===== 
 + 
 +  sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'
  
 <code> <code>
 +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_ips=0 
-options i915 enable_psr2_sel_fetch=0 
 options i915 enable_psr=0 options i915 enable_psr=0
-options i915 enable_sagv=0 +options i915 enable_psr2_sel_fetch=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 enable_guc=0
 +options i915 enable_dmc_wl=0
 +options i915 enable_flipq=0
 +options i915 nuclear_pageflip=1
 +
 +options i915 guc_log_level=0
 options i915 error_capture=0 options i915 error_capture=0
-options i915 enable_flipq=1+options i915 verbose_state_checks=
 + 
 +options i915 enable_ips=0 
 +options i915 enable_dpt=0 
 +options i915 enable_dsb=0
  
 # End</code> # End</code>
  
-====== SSD ======+===== SSD =====
  
-  sudo -e '/etc/modprobe.d/99-ssd-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-ssd-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-ssd-tweaks.conf'
  
 <code> <code>
Line 39: Line 46:
 options nvme noacpi=1 options nvme noacpi=1
  
 +options nvme_core force_apst=0
 +options nvme_core disable_pi_offsets=1
 options nvme_core default_ps_max_latency_us=0 options nvme_core default_ps_max_latency_us=0
-options nvme_core iopolicy=queue-depth 
 options nvme_core multipath_always_on=1 options nvme_core multipath_always_on=1
 +options nvme_core iopolicy=queue-depth
  
 # End</code> # End</code>
  
-====== snd_hda_intel ======+===== snd_hda_intel =====
  
-  sudo -e '/etc/modprobe.d/99-snd-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-snd-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-snd-tweaks.conf'
  
 <code> <code>
 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
  
 # End</code> # End</code>
  
-====== iwlwifi ======+===== iwlwifi =====
  
-  sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-iwlwifi-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf'
  
 <code> <code>
Line 66: Line 78:
 # End</code> # End</code>
  
-====== radeon ======+====== Alira ======
  
-===== Server =====+===== radeon =====
  
-  sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-radeon-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf'
  
 <code> <code>
 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</code> # End</code>
 +
 +====== SELinux ======
 +
 +  * [[linux;distros;fedora_workstation_gnome|Fedora Workstation (GNOME)]]
 +
 +  sudo restorecon -F -I -R '/etc/modprobe.d'
  
 ====== Verify ====== ====== Verify ======
/srv/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1764881068.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki