summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-15v0.2.9Pedro Henrique
2024-05-23v0.2.8Pedro Henrique
2024-05-22v0.2.7Pedro Henrique
2024-05-22v0.2.6Pedro Henrique
2023-09-01v0.1.2Pedro Henrique
2023-03-12save/restore card status on suspend/resume (#29)vcalv
no version change!
2022-03-23v0.1.0Pedro Henrique
2022-02-19v0.1.0Pedro Henrique
2022-02-18v0.1.0Pedro Henrique
2022-02-17chore: Update to version 0.1.0Pedro Henrique
2022-02-17feat: Lockfiles are now used to handle nvx start safelyPedro Henrique
The nvx start command now handles multiple invocations without accidentally killing other nvx start process. It also only attempts to initialize the gpu when it is turned off.
2022-02-17chore: Add .vscode directory to .gitignorePedro Henrique
2022-02-17docs: Update documentation on instalation (#4)Pedro Henrique
Some Nvidia services may prevent nvx from working properly. The updated README informs which services need to be disabled.
2022-02-16feat: Add new off-boot option that skips unloading modulesPedro Henrique
Turning off the GPU during boot does not require unloading the nvidia modules. These modules are already blacklisted in the modprobe.conf file.
2022-02-16chore: Minor updates in comments and echo messagesPedro Henrique
2022-02-16perf: Process list lsof call does not require sudo to workPedro Henrique
2022-02-16feat: Increase security when running scripts that use sudoPedro Henrique
The nvx start command now resets the sudo timestamp. That prevent scripts from using authentication credentials provided to the nvx script.
2022-02-16chore: PKGBUILD now uses the files from the base repositoryPedro Henrique
Previously, PKGBUILD fetched the source files from github. However, the source files are already available in the base repository.
2022-02-16perf: remove sudo from _pci_devices and disable unrequired testsPedro Henrique
The PCI and display information can be obtained from lshw without sudo. The advantage of not using sudo is that lshw runs ~4x faster. All unecessary lshw tests were also disabled for minor performance gains. The lshw is now being filtred as well before being piped to jq.
2022-02-15Update README with installation notesPedro Henrique
2022-02-15Create LICENSEPedro Henrique
2022-02-15Remove unecessary PKGBUILD fieldsPedro Henrique
2022-02-15Fix service path in READMEPedro Henrique
2022-02-15Add missing makedepends on PKGBUILDPedro Henrique
2022-02-15lsof call for processes is now sudoedPedro Henrique
2022-02-15Fix service filePedro Henrique
2022-02-15Add gitignorePedro Henrique
2022-02-15Initial commitPedro Henrique