Fix code blocks

This commit is contained in:
Andrew David Wong 2020-10-11 17:56:05 -05:00
parent aa727b2816
commit 5c27b99305
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -55,11 +55,11 @@ These errors may also occur due to an incompatible Nvidia graphics card. If you
2. Enter GRUB, move the selection to the first choice, and then press the Tab key.
3. Now, you are in edit mode. Move the text cursor with your arrow key and after ``kernel=`` line, add:
``nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off``
nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
If the above code doesn't fix the problem, replace it with:
``noexitboot=1 modprobe.blacklist=nouveau rd.driver.blacklist=nouveau --- intitrd.img``
noexitboot=1 modprobe.blacklist=nouveau rd.driver.blacklist=nouveau --- intitrd.img
For more information, look at the [Nvidia Troubleshooting guide](/doc/nvidia-troubleshooting/#disabling-nouveau).