1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-04-23 22:51:28 +02:00

Reverted code to nvidia-settings approach since nvclock stopped working with

nvidia drivers 295.40. To conserve resources there is delay in running
nvidia-settings utility in contrast to CPU temp readings.
This commit is contained in:
2012-05-30 11:04:50 +02:00
parent 28d2a7fd2e
commit 0c442e8e90
55 changed files with 97 additions and 9074 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#define wmtempnv_mask_width 64
#define wmtempnv_mask_height 64
static char wmtempnv_mask_bits[] = {
static unsigned char wmtempnv_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,