Update getting-started.adoc with a workaround for nvidia/nouveau issues

This commit is contained in:
Anthony Barone 2023-06-14 15:29:10 +00:00 committed by Peter Boy
commit fd33e07a26

View file

@ -105,3 +105,11 @@ Alternatively you may try https://www.balena.io/etcher/[balenaEtcher] or the htt
If you encounter any problems which are not described in documentation, you might get help from members of the community - developers, users, and others. There are many ways to get help: the Ask Fedora website, mailing lists, forums, or IRC.
The discussion forum https://ask.fedoraproject.org[askfedora] is the recommended way to start with. See xref:getting-help.adoc[Getting help] for detailed information.
=== Nvidia
If you use a Nvidia GPU and are experiencing significant visual issues while running Fedora from a live USB, it could be that your GPU is not fully compatible with the FOSS Nouveau driver. One possible workaround for this situation is to do the following 3 steps:
1. During the live USB boot process, hit `e` at the GRUB boot menu.
2. Find the line that begins with `linux`, and add `nouveau.modeset=0` to the end of that line.
3. Press `<ctrl>` + `x` to resume the boot process.