mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-10 05:30:36 -05:00
better formatting for rst conv
This commit is contained in:
parent
2346dac166
commit
326adab3c0
1 changed files with 7 additions and 7 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue