View on GitHub

StopNvidiaInArch

Guide to stop Nvidia in Arch and Manjaro.

Stop Nvidia In Arch And Manjaro

For Discrete Nvidia GPU ::

Steps if you want to use DisableNvidia.sh ::

 chmod +x DisableNvidia.sh
  ./DisableNvidia.sh

Steps if you don’t want to use DisableNvidia.sh ::

  chmod +x StopNvidiaInArch.sh
sudo systemctl enable StopNvidiaInArch.service
Created symlink /etc/systemd/system/multi-user.target.wants/StopNvidiaInArch.service → /etc/systemd/system/StopNvidiaInArch.service.
sudo systemctl start StopNvidiaInArch.service
sudo systemctl status StopNvidiaInArch.service

Reference List

Contributing ::

Please check out the contributing.md guide on how you can actively participate in the development of this project.

License GitHub

This project is licensed under the GNU General Public License v3.0 - see the License.md file for more details.