AUR (en) - nvclock
Arch Linux User Repository
Packages
Forums
Wiki
GitLab
Security
AUR
AUR Home
Packages
Search Criteria
Package Details: nvclock 0.8b4-4
Package Actions
View PKGBUILD
View Changes
Download snapshot
Search wiki
Flagged out-of-date (2024-05-24)
Git Clone URL:
(read-only, click to copy)
Package Base:
nvclock
Description:
A small utility which allows users to overclock NVIDIA based video cards.
Upstream URL:
Licenses:
GPL
Submitter:
xyproto
Maintainer:
tinkod3
Last Packager:
micwoj92
Votes:
33
Popularity:
0.000000
First Submitted:
2013-01-24 14:33 (UTC)
2020-11-28 22:10 (UTC)
Dependencies (2)
gtk2
AUR
gtk2-patched-filechooser-icon-view
AUR
gksu
AUR
(optional) – to start nvclock via the desktop menu entry
Required by (1)
systemd-nvclock-unit
Sources (5)
gcc10-build.patch
nvclock-0.8b4-buildfix.patch
nvclock-0.8b4-linkfix.patch
nvclock.desktop-use-gksu.patch
Latest Comments
micwoj92 commented on
2021-08-24 18:06 (UTC)
Try applying this patch and see if it works. If it does then feel free to adopt and update this package.
Semaphor commented on
2021-08-24 16:59 (UTC)
RTX2060 segfaults on all operations. Please fix.
micwoj92 commented on
2021-04-11 01:50 (UTC)
@florosus I don't have any NVIDIA hardware, just updated this package so it builds, if you find fix online feel free to post here and I will add it.
florosus commented on
2021-04-11 01:40 (UTC)
Segfaults on any operation. GTX970. Please confirm.
someonewithpc commented on
2020-09-26 20:25 (UTC)
Build can also be fixed with the following patch:
diff -ru nvclock/src/nvclock0.8b4/src/nvcontrol/nvcontrol.c fix/nvclock0.8b4/src/nvcontrol/nvcontrol.c
--- nvclock/src/nvclock0.8b4/src/nvcontrol/nvcontrol.c 2007-12-30 14:12:43.000000000 +0000
+++ fix/nvclock0.8b4/src/nvcontrol/nvcontrol.c 2020-09-26 21:17:33.530984131 +0000
@@ -71,7 +71,7 @@
{NULL, -1}
};

-NVOptionList option_list[] = {
+NVOptionList *option_list = {
{"fsaa", 4, "Fullscene Antialiasing", NV_FSAA, 0, (NVOption*)&fsaa_list },
{"aniso", 5, "Anisotropic Filtering", NV_LOG_ANISO, 0, (NVOption*)&aniso_list },
{"intellisample", 13, "Intellisampling", NV_OPENGL_QUALITY_ENHANCHEMENTS, 0, (NVOption*)&isample_list },
diff -ru nvclock/src/nvclock0.8b4/src/nvcontrol/nvcontrol.h fix/nvclock0.8b4/src/nvcontrol/nvcontrol.h
--- nvclock/src/nvclock0.8b4/src/nvcontrol/nvcontrol.h 2006-07-15 09:47:09.000000000 +0000
+++ fix/nvclock0.8b4/src/nvcontrol/nvcontrol.h 2020-09-26 21:17:06.984982907 +0000
@@ -42,7 +42,7 @@
} NVOptionList;

#define OPTION_LIST_SIZE 27
-NVOptionList option_list[OPTION_LIST_SIZE];
+extern NVOptionList *option_list;
int init_nvcontrol();
NVOptionList *nvcontrol_lookup_option(int option);
striges1111 commented on
2020-08-02 16:08 (UTC)
There is a bug when building this version and can be fixed by a patch from here:
Could you update it accordingly?
moisex commented on
2016-02-20 00:23 (UTC)
└─> sudo nvclock_gtk --sync
Unhandled init script entry with id '�' at da93

(nvclock_gtk:15078): Gdk-CRITICAL **: IA__gdk_draw_drawable: assertion 'GDK_IS_DRAWABLE (src)' failed
The program 'nvclock_gtk' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 19 error_code 2 request_code 156 minor_code 3)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

->
The program opens with any problem , then i get that whenever i try to apply a overclocking value.
xyproto commented on
2013-01-24 14:41 (UTC)
Moved from [community] in connection with the Winter Cleanup. http://www.mail-archive.com/arch-dev-public@archlinux.org/msg20678.html
aurweb
v6.3.4
Report issues
here
Copyright © 2004-2026 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.