Disable kernel-based mode-setting for the new module

From EN Ikoula wiki
Revision as of 16:52, 29 July 2021 by Ikbot (talk | contribs)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

it:Disabilita l'impostazione della modalità basata sul kernel per il nuovo modulo pt:Desactivar o mode-setting baseado no kernel para o novo módulo es:Desactivar la configuración del modo basado en el kernel para el nuevo módulo fr:Desactiver le Kernel-based mode-setting pour le module nouveau
This article has been created by an automatic translation software. You can view the article source here.

Kernel-based mode-setting, or KMS, allows an improvement on the display of a Linux server. In the case of a remote dedicated server, these benefits will be difficult to exploit. We recommend disabling this feature which is enabled by default for the 'new' driver.

===How to find out if the KMS is activated== =

Using this command, if the result is not '0' :

cat /sys/module/nouveau/parameters/modeset
-1
==How to disable the KMS== =
  • Set modeset to 0 in the default grub settings /etc/default/grub (to be added at GRUB_CMDLINE_LINUX):
nouveau.modeset=0
  • Regenerate the grub configuration files to reflect the default settings:
grub-mkconfig -o /boot/grub/grub.cfg
  • Check that the option is set up correctly:
grep -ri nouveau /boot/grub/
  • A restart is necessary to take it into account. Si les commandes précédentes ont générées des erreurs, il est indispensable de vérifier avant de procéder au redémarrage.