User Tools

Site Tools


notes:kernel_parameters

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
Next revisionBoth sides next revision
notes:kernel_parameters [2019/09/23 13:14] Sean Rhonenotes:kernel_parameters [2021/06/18 02:36] – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * Kernel parameters that were useful at some point in time 
- 
-====== Kernel Options ====== 
- 
-===== blk_mq ===== 
- 
-  * I think the kernel at some point removed non-blk schedulers, so this isn't necessary 
- 
-  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y 
- 
-===== Corsair USB Quirks ===== 
- 
-  * https://github.com/ckb-next/ckb-next/wiki/Troubleshooting#usbhid-quirks 
- 
-  usbcore.quirks=1b1c:1b38:gn,1b1c:1b3c:gn 
- 
-===== Blacklist Watchdogs ===== 
- 
-  * ''iTCO_wdt'' controls watchdog on some Intel platforms 
-  * ''sp5100_tco'' controls watchdog on some AMD platforms 
-  * ''nowatchdog'' disables both soft and hard generic watchdogs 
-  * Apparently this reduces power usage slightly 
- 
-  modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog 
- 
-===== Microcode and Security Patches ===== 
- 
-  * https://access.redhat.com/articles/3311301 
-  * :!: This disables all protection 
- 
-  spectre_v2=off nopti 
- 
-===== Modern Standby ===== 
- 
-  * Use ''S0'' to suspend and wake quickly on supported systems 
-  * On a Dell XPS 13 9360, this used to be required, but the default ''deep'' option also works 
- 
-  mem_sleep_default=s2idle 
- 
-===== dyntick-idle Disable ===== 
- 
-  * KGPE-D16's [[https://www.coreboot.org/Board:asus/kgpe-d16#Installation_Notes|Coreboot installation notes]] mention needing this for better power saving 
- 
-  nohz=on 
- 
-===== intel_iommu ===== 
- 
-**** 
- 
-  intel_iommu=on 
- 
-===== i915 ===== 
- 
-  * GuC firmware loading/submission **requires** PAVP to be enabled in BIOS 
-  * ''enable_guc'' nor ''enable_psr'' work on a Lenovo T500 ThinkPad 
- 
-  i915.enable_psr=1 
- 
-  i915.enable_guc=3 
- 
-===== radeon ===== 
- 
-**** 
- 
-  radeon.deep_color=1 
- 
-===== Backlight ===== 
- 
-  * https://www.freedesktop.org/software/systemd/man/kernel-command-line.html#systemd.restore_state= 
-  * This prevents systemd from restoring previous backlight value on reboot 
-  * This is necessary for [[#power_management|Power Management]] 
- 
-  systemd.restore_state=0 
- 
-===== DRM Debug ===== 
- 
-  * :!: This may make lower-end machines become very unresponsive; be prepared to have some safe way of rebooting 
- 
-  drm.debug=0xe 
- 
-===== Reboot ===== 
- 
-  * ''efi'' is for UEFI systems 
-  * ''pci'' is for Legacy systems and Coreboot with SeaBIOS payload 
-  * There are other values possible should either of those not work 
- 
-  reboot=pci 
- 
-  reboot=efi 
- 
-===== Custom Resolution ===== 
- 
-  * https://wiki.archlinux.org/index.php/kernel_mode_setting#Forcing_modes 
-  * :!: This seems to only work on Wayland 
-  * :!: On Nightwane, using the refresh rate ''59'' in the below command works in Wayland, but not ''60'' 
- 
-  for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done 
- 
-  video=HDMI-A-1:3840x2160MR@59 
/var/www/wiki/data/pages/notes/kernel_parameters.txt · Last modified: 2024/04/29 17:12 by Sean Rhone