Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-15 | v0.2.9 | Pedro Henrique | |
2024-05-23 | v0.2.8 | Pedro Henrique | |
2024-05-22 | v0.2.7 | Pedro Henrique | |
2024-05-22 | v0.2.6 | Pedro Henrique | |
2023-09-01 | v0.1.2 | Pedro Henrique | |
2023-03-12 | save/restore card status on suspend/resume (#29) | vcalv | |
no version change! | |||
2022-03-23 | v0.1.0 | Pedro Henrique | |
2022-02-19 | v0.1.0 | Pedro Henrique | |
2022-02-18 | v0.1.0 | Pedro Henrique | |
2022-02-17 | chore: Update to version 0.1.0 | Pedro Henrique | |
2022-02-17 | feat: Lockfiles are now used to handle nvx start safely | Pedro 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-17 | chore: Add .vscode directory to .gitignore | Pedro Henrique | |
2022-02-17 | docs: 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-16 | feat: Add new off-boot option that skips unloading modules | Pedro 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-16 | chore: Minor updates in comments and echo messages | Pedro Henrique | |
2022-02-16 | perf: Process list lsof call does not require sudo to work | Pedro Henrique | |
2022-02-16 | feat: Increase security when running scripts that use sudo | Pedro Henrique | |
The nvx start command now resets the sudo timestamp. That prevent scripts from using authentication credentials provided to the nvx script. | |||
2022-02-16 | chore: PKGBUILD now uses the files from the base repository | Pedro Henrique | |
Previously, PKGBUILD fetched the source files from github. However, the source files are already available in the base repository. | |||
2022-02-16 | perf: remove sudo from _pci_devices and disable unrequired tests | Pedro 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-15 | Update README with installation notes | Pedro Henrique | |
2022-02-15 | Create LICENSE | Pedro Henrique | |
2022-02-15 | Remove unecessary PKGBUILD fields | Pedro Henrique | |
2022-02-15 | Fix service path in README | Pedro Henrique | |
2022-02-15 | Add missing makedepends on PKGBUILD | Pedro Henrique | |
2022-02-15 | lsof call for processes is now sudoed | Pedro Henrique | |
2022-02-15 | Fix service file | Pedro Henrique | |
2022-02-15 | Add gitignore | Pedro Henrique | |
2022-02-15 | Initial commit | Pedro Henrique | |