add nVidia workaround
This commit is contained in:
parent
e52dc34b3e
commit
b8c42e4b78
1 changed files with 20 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ To find out more about Fedora download options, see xref:downloading-fedora.adoc
|
|||
|
||||
Visit the link:++https://getfedora.org/++[Fedora Project downloads site] to download a distribution file.
|
||||
|
||||
|
||||
|
||||
=== Prepare boot media
|
||||
|
||||
An install on hardware usually requires to transfer the download file to a bootable medium, mostly an USB stick. Fedora Media Writer is an appropriate tool.
|
||||
|
|
@ -105,3 +107,21 @@ 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.
|
||||
|
||||
|
||||
|
||||
== Workaround for nVidia GPU's
|
||||
|
||||
Fedora ships with the FOSS "nouveau" drivers for using nVidia GPU's. Unfortunately, these sometimes do not work, especially with newer nVidia GPU's.
|
||||
|
||||
If you have a nVidia card and try to boot a Fedora live USB and get a blank screen, there is a good chance that your nVidia GPU is incompatable with the nouveau drivers. To be able to install Fedora, do the following:
|
||||
|
||||
1. When booting the Fedora live USB, press`e` on the GRUB screen.
|
||||
2. Find the line that starts with `linux` or `linuxefi`. Go to the end of that line and add `nouveau.modeset=0`
|
||||
3. Continue booting by pressing `<crtl>` + `x`
|
||||
4. Install Fedora to disk from the live USB
|
||||
5. On the first boot of the newly installed system, repeat steps 1-3.
|
||||
6. Once in the installed system, install the nvidia drivers from https://rpmfusion.org/Howto/NVIDIA[rpmfusion].
|
||||
7. Wait a few minutes (for the kernel modules to build themselves) and then reboot.
|
||||
|
||||
Your nVidia GPU should now work using the nVidia drivers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue