Search Criteria
Package Details: nvoc 1.0.3-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nvoc.git (read-only, click to copy) |
|---|---|
| Package Base: | nvoc |
| Description: | Saves nvidia overclocking settings to automatically apply them on session start, without hanging around as a background process. |
| Upstream URL: | https://github.com/yagoplx/nvoc |
| Keywords: | nvidia overclock |
| Licenses: | GPL |
| Submitter: | yagoplx |
| Maintainer: | yagoplx |
| Last Packager: | yagoplx |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-16 04:55 (UTC) |
| Last Updated: | 2020-08-17 21:21 (UTC) |
Dependencies (2)
- bash (bash-gitAUR, bash-devel-gitAUR)
- nvidia-settings (nvidia-430xx-settingsAUR, nvidia-340xx-settingsAUR, nvidia-390xx-settingsAUR, nvidia-470xx-settingsAUR, nvidia-510xx-settingsAUR, nvidia-525xx-settingsAUR, nvidia-settings-teslaAUR, nvidia-settings-betaAUR, nvidia-580xx-settingsAUR, nvidia-535xx-settingsAUR, nvidia-vulkan-utilsAUR) (optional)
Latest Comments
patlefort commented on 2022-05-30 22:25 (UTC)
Suggestion: Since nvoc will read all .conf files in
/etc/nvoc.d, the filegpu0-preset.confshould be placed in/usr/share/doc/nvocif it's not intended to be read by nvoc, or it should be added in the backup entry in the PKGBUILD:backup=('etc/nvoc.d/gpu0-preset.conf'), so that changes aren't overwritten on each updates.code_xpert commented on 2021-05-09 17:49 (UTC) (edited on 2021-05-09 17:53 (UTC) by code_xpert)
In
/home/user/.config/autostart,nvoc.desktophasTerminal=False, but it should beTerminal=false, with the "F" lowercase, asmate-session(in my case) complains about it in thejournalctl. I do not know if this is the case for others.Here it is:
mate-session[688]: WARNING: Unable to parse command from 'file:///home/user/.config/autostart/nvoc.desktop': Key file contains key “Terminal” which has a value that cannot be interpreted.mate-session[688]: WARNING: Could not launch application 'nvoc.desktop': Unable to start application: Key file contains key “Terminal” which has a value that cannot be interpreted.