From 436e0000f1e3d3068c5cc632a79d114a5ebe39a2 Mon Sep 17 00:00:00 2001 From: Gilles Schintgen Date: Sat, 15 Jun 2024 21:51:34 +0200 Subject: [PATCH] fixup! docs/troubleshooting/linux: review suggestion --- docs/source/troubleshooting/linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/troubleshooting/linux.rst b/docs/source/troubleshooting/linux.rst index 25a763841ef..60ce1f36aab 100644 --- a/docs/source/troubleshooting/linux.rst +++ b/docs/source/troubleshooting/linux.rst @@ -39,9 +39,9 @@ KMS streaming fails on Nvidia GPUs If KMS screen capture results in a black screen being streamed, you may need to set the parameter `modeset=1` for Nvidia's kernel module. This can be done by adding the following directive to the kernel command line: - .. code-block:: +.. code-block:: - nvidia_drm.modeset=1 + nvidia_drm.modeset=1 Consult your distribution's documentation for details on how to do this. (Most often grub is used to load the kernel and set its command line.)