mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-04 04:34:23 -04:00
Fix code blocks
This commit is contained in:
parent
9d1211a69b
commit
dae8dfda68
1 changed files with 6 additions and 6 deletions
|
@ -40,15 +40,15 @@ Then you need to disable nouveau (normally it is done by install scripts from nv
|
||||||
|
|
||||||
Edit /etc/default/grub:
|
Edit /etc/default/grub:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
GRUB_CMDLINE_LINUX="quiet rhgb nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off"
|
GRUB_CMDLINE_LINUX="quiet rhgb nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off"
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Regenerate grub configuration:
|
Regenerate grub configuration:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Reboot.
|
Reboot.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue