File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
config/graphical-session/graphics-drivers Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ which is primarily useful on older cards with specialized fixed function
2121hardware (the ` modesetting ` driver will accelerate 2D using OpenGL via GLAMOR).
2222When in doubt, it's a good idea to try ` xf86-video-nouveau ` first.
2323
24- Note: ` xf86-video-nouveau ` is usually installed by default if you use the ` xorg `
25- metapackage. If you use ` xorg-minimal ` , you will need to install it manually,
26- either directly or through ` xorg-video-drivers ` .
24+ > Note: ` xf86-video-nouveau ` is usually installed by default if you use the
25+ > ` xorg ` metapackage. If you use ` xorg-minimal ` , you will need to install it
26+ > manually, either directly or through ` xorg-video-drivers ` .
2727
2828## nvidia (Proprietary Driver)
2929
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ umount: /dev/sdX: not mounted.
3939The [ dd(1)] ( https://man.voidlinux.org/man1/dd.1 ) command can be used to copy a
4040live image to a storage device. Using ` dd ` , write the live image to the device:
4141
42- ** Warning** : this will destroy any data currently on the referenced device.
43- Exercise caution.
42+ > ** Warning** : this will destroy any data currently on the referenced device.
43+ > Exercise caution.
4444
4545```
4646# dd bs=4M if=/path/to/void-live-ARCH-DATE-VARIANT.iso of=/dev/sdX
You can’t perform that action at this time.
0 commit comments