Disable kernel-based mode-setting for the new module

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

ro:Dezactivarea setării modului bazat pe kernel pentru noul modul ru:Отключите установку режима на основе ядра для нового модуля pl:Wyłączenie ustawiania trybów dla nowego modułu w oparciu o jądro ja:新モジュールのカーネルベースのモード設定を無効にする zh:禁用新模块的基于内核的模式设置 de:Deaktivieren der kernelbasierten Modus-Einstellung für das neue Modul nl:Schakel de kernel-gebaseerde modus-instelling voor de nieuwe module uit 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.