Kernel Modesetting: Difference between revisions
WhyNotHugo (talk | contribs) (Extend description. Remove deletion flag (I'd rather extend this further than delete the little information availabe)) |
WhyNotHugo (talk | contribs) (Add link to relevant wikipedia artile) |
||
Line 1: | Line 1: | ||
{{Expand|Needs nVidia driver information}} | {{Expand|Needs nVidia driver information}} | ||
'''KMS''' (Kernel Mode Setting) allows setting the display resolution in kernel space instead of userspace. It allows setting native screen resolutions early in the startup process and can reduce flickering, both when booting up and when switching ttys. | '''KMS''' (Kernel [https://en.wikipedia.org/wiki/Mode%20setting Mode Setting]) allows setting the display resolution in kernel space instead of userspace. It allows setting native screen resolutions early in the startup process and can reduce flickering, both when booting up and when switching ttys. | ||
; Intel | ; Intel |
Revision as of 23:51, 6 January 2023
This material needs expanding ... Needs nVidia driver information |
KMS (Kernel Mode Setting) allows setting the display resolution in kernel space instead of userspace. It allows setting native screen resolutions early in the startup process and can reduce flickering, both when booting up and when switching ttys.
- Intel
- See Intel_Video#Kernel_Modesetting_(KMS)
- Radeon
- See Radeon_Video#Kernel_Modesetting_(KMS)
- Nouveau
- See Nouveau_Video#Kernel_Modesetting_(KMS)
- nVidia
- Todo: Find out how KMS works with nVidia drivers
- Kernel mode setting archlinux.org