mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Fix code blocks
This commit is contained in:
parent
aa727b2816
commit
5c27b99305
@ -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.
|
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:
|
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:
|
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).
|
For more information, look at the [Nvidia Troubleshooting guide](/doc/nvidia-troubleshooting/#disabling-nouveau).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user