better formatting for rst conv

This commit is contained in:
m 2024-07-02 23:09:39 +02:00 committed by GitHub
parent 2346dac166
commit 326adab3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,15 +65,15 @@ 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:
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](https://forum.qubes-os.org/t/19021#disabling-nouveau).