Hi and thanks.
I installed the one with my distro and all I can get it to do is segfault. I removed it and downloaded the source and built it. Same result.
Build is configured for:
Code:
NVClock build summary:
----------------------
- Commandline version enabled
- NV-CONROL support disabled
- GTK2 GUI disabled
- QT GUI disabled
and running:
Code:
(gdb) run -i
Starting program: /usr/local/bin/nvclock -i
Program received signal SIGSEGV, Segmentation fault.
0xb7efdd18 in strcmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) where
#0 0xb7efdd18 in strcmp () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804bed9 in lookup_entry ()
#2 0x0804c773 in parse_config ()
#3 0x0804c25d in open_config ()
#4 0x080522f7 in init_nvclock ()
#5 0x08049656 in main ()
(gdb)
So it's looking for a config file or there's something wrong with the way I'm invoking it. Got any insight?
thanks,
hank