You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
1. Make sure you have a working internet connection
21
-
2.Download `NVAutoInstFedora32`from the latest release
22
-
3.Make the binary executable by running `chmod +x NVAutoInstFedora32`
23
-
3. Execute `sudo ./NVAutoInstFedora32` to check installation modes
24
-
4. Give stars to the repository if you found this helpful
30
+
2.Install the tool from COPR with the above instructions
31
+
3.Execute `nvautoinstall` to check installation modes
32
+
4. Run the installation modes according to your needs
33
+
5. Give stars to the repository if you found this helpful
25
34
26
35
## Modes of installation
27
36
Active internet connection and superuser privilege is required to execute the following installation modes.
28
-
-**`sudo ./NVAutoInstFedora32 --rpmadd`**
37
+
-**`sudo nvautoinstall --rpmadd`**
29
38
This mode enables the RPM Fusion NVIDIA drivers repository.
30
-
-**`sudo ./NVAutoInstFedora32 --driver`**
39
+
-**`sudo nvautoinstall --driver`**
31
40
This mode simply installs the NVIDIA drivers (with x86_64 deps only). Enabling the RPM Fusion NVIDIA drivers repository is mandatory before doing this.
32
-
-**`sudo ./NVAutoInstFedora32 --x86lib`**
41
+
-**`sudo nvautoinstall --x86lib`**
33
42
This mode installs only the x86 libraries for Xorg. Enabling the RPM Fusion NVIDIA drivers repository and installing the basic drivers are mandatory before doing this.
34
-
-**`sudo ./NVAutoInstFedora32 --nvrepo`**
43
+
-**`sudo nvautoinstall --nvrepo`**
35
44
This mode enables the official NVIDIA repository for CUDA software.
36
-
-**`sudo ./NVAutoInstFedora32 --plcuda`**
45
+
-**`sudo nvautoinstall --plcuda`**
37
46
This mode installs only the CUDA support softwares. Enabling the RPM Fusion NVIDIA drivers and NVIDIA official repository, and installing the basic drivers are mandatory before doing this.
38
-
-**`sudo ./NVAutoInstFedora32 --ffmpeg`**
47
+
-**`sudo nvautoinstall --ffmpeg`**
39
48
This mode installs only the FFMPEG accleration. Enabling the RPM Fusion NVIDIA drivers repository and installing the basic drivers are mandatory before doing this.
40
-
-**`sudo ./NVAutoInstFedora32 --vulkan`**
49
+
-**`sudo nvautoinstall --vulkan`**
41
50
This mode installs only the Vulkan renderer. Enabling the RPM Fusion NVIDIA drivers repository and installing the basic drivers are mandatory before doing this.
42
-
-**`sudo ./NVAutoInstFedora32 --vidacc`**
51
+
-**`sudo nvautoinstall --vidacc`**
43
52
This mode installs only the VDPAU/VAAPI acceleration. Enabling the RPM Fusion NVIDIA drivers repository and installing the basic drivers are mandatory before doing this.
44
-
-**`sudo ./NVAutoInstFedora32 --getall`**
53
+
-**`sudo nvautoinstall --getall`**
45
54
This mode installs all the above packages. (Not been implemented yet)
46
-
-**`sudo ./NVAutoInstFedora32 --cheksu`**
55
+
-**`sudo nvautoinstall --cheksu`**
47
56
This mode allows you to check the current user privilege level. You can use this tool effectively only when you have logged in as a root or sudo user.
48
-
-**`sudo ./NVAutoInstFedora32 --compat`**
57
+
-**`sudo nvautoinstall --compat`**
49
58
This mode allows you to check your hardware and host compatiblity. The tool would check your hardware and host and tell if your device is supported by the tool or not.
50
-
-**`sudo ./NVAutoInstFedora32 --version`**
59
+
-**`sudo nvautoinstall --version`**
51
60
This mode would show the tool version and exit out.
52
-
-**`sudo ./NVAutoInstFedora32 --help`**
61
+
-**`sudo nvautoinstall --help`**
53
62
This mode would show the help message and exit out.
54
63
55
64
## Note
56
65
* Active internet connection is required to download drivers.
57
66
* Requires secure boot to be turned off in UEFI systems.
58
67
* Requires superuser access for repo addition and driver setup.
59
68
* The drivers are fetched from the RPMFusion repository.
60
-
* Only tested on Fedora 32 Workstation.
61
69
* Use discretion while using this on other spins.
62
70
* Only tested on 9XX/10XX/20XX series discrete cards.
63
71
* Use discretion while installing with older cards.
64
72
* No additional configuration is required for Optimus setups.
65
-
* Consider using executables provided in releases section only.
66
73
67
74
## Coming soon
68
75
* CLI "Launch using Dedicated Graphics Card" option.
@@ -73,4 +80,8 @@ This mode would show the help message and exit out.
73
80
* Native support for PRIME configuration on Optimus.
74
81
75
82
## Disclaimer
76
-
This tool has been tried and tested multiple times and is expected to work flawlessly in Fedora Workstation 32 or above. It has not been tested on any of the spins yet so proceed with caution. While the chances of things going wrong is pretty slim but still you would want to make backups, should things do not go as expected. As always, you are choosing to use this tool at your will and you cannot hold me responsible for any mishap there may occur due to the misuse of this tool.
83
+
This tool has been tried and tested multiple times and is expected to work flawlessly in Fedora Workstation 32 or
84
+
above. It has not been tested on any of the spins yet so proceed with caution. While the chances of things going wrong
85
+
is pretty slim but still you would want to make backups, should things do not go as expected. As always, you are
86
+
choosing to use this tool at your will and you cannot hold me responsible for any mishap there may occur due to the
0 commit comments