Difference between revisions of "X86/How-to-enable-Real-Time-for-Ubuntu-22.04"

From ESS-WIKI
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:How to enable Real Time for Ubuntu 22.04}} <div style="float:right; position:fixed; margin:0 1em 0 0; top5100px; right:10px; max-height: 350px; overflow:...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
=== by First Boot-up after Installation ===
 
=== by First Boot-up after Installation ===
[[:File:Welcom_to_Ubuntu_Enable_Ubuntu_Pro_opt1.png]]
+
- [[File:Welcom_to_Ubuntu_Enable_Ubuntu_Pro_opt1.png|800px]]
  
 
=== by Software & Updates ===
 
=== by Software & Updates ===
[[:File:Software_n_Updates_icon.png]]
+
- [[File:Software_n_Updates_icon.png]]
[[:File:Software_n_Updates.png]]
+
[[File:Software_n_Updates.png|640px]]
  
 
== Get the Real Time Kernel ==
 
== Get the Real Time Kernel ==
Line 15: Line 15:
 
sudo pro enable realtime-kernel
 
sudo pro enable realtime-kernel
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
- [[File:pro_enable_realtime_kernel.png]]
 +
 +
- [[File:pro_enable_realtime_kernel_done.png]]
 +
  
 
== Fine-tune the Kernel Parameters ==
 
== Fine-tune the Kernel Parameters ==

Latest revision as of 09:28, 25 April 2023

Enable Ubuntu Pro

by First Boot-up after Installation

- Welcom to Ubuntu Enable Ubuntu Pro opt1.png

by Software & Updates

- Software n Updates icon.png Software n Updates.png

Get the Real Time Kernel

sudo pro enable realtime-kernel

- Pro enable realtime kernel.png

- Pro enable realtime kernel done.png


Fine-tune the Kernel Parameters

processor.max_cstate=0
processor_idle.max_cstate=0
intel.max_cstate=0 
intel_idle.max_cstate=0
intel_pstate=disable
idle=poll 
noht
isolcpus=2,3
rcu_nocbs=all
rcupdate.rcu_cpu_stall_suppress=1
rcu_nocb_poll
irqaffinity=0
i915.enable_guc=2
i915.enable_rc6=0 
i915.enable_dc=0
i915.disable_power_well=0