-
Hi,
I'm trying to compose 4x4 sudokus, but with no success. How long should it take the composer to create one? Here is how I'm starting the composer:
java -Xmx256m -cp sudoku_binary_R1_22_beta.jar com.act365.sudoku.Composer -a 4 -d 4 -ms 1 200
Thank You,
Christoph.
2006-05-10 11:37:53 UTC in Su Doku Solver
-
Thx for your answer.
Do you think that I can find anything about this in the sources?
Maybe where? Because here incremental dump of subdirectories
and restore seems to work.
2003-04-05 08:32:07 UTC in Dump/Restore ext2/ext3 filesystem backup
-
Why is it impossible to make incremental backups
of subdirectories of a filesystem. It was possible for example
in the version from RedHat 6.2 (I think 0.4b15), but with
the newest version (0.4b33) it does not work anymore.
When I change dump/main.c by commenting out the
lines 621-625 then it works for me, but I'm not sure
if this is the right way to reenable this feature.
Thx for...
2003-04-04 08:36:57 UTC in Dump/Restore ext2/ext3 filesystem backup
-
hi dirk,
with
if (readCrtNv (pNv, h, 0x28) & 0x80) pNv->TvHead = h;
it does not crash anymore without the gui, but with gui i get
a seg fault
for me it is ok now, because i can set the tv-mode without gui,
but here is the output from gdb (debugging enabled):
(gdb) r -N
Starting program: /home/ch/nvtv/src/nvtv -N
init nvdev
Found NVidia Kernel module version 1.0-2960...
2002-09-30 18:22:50 UTC in TV-Out for NVidia cards
-
it works without gui, but only when i comment out
the for-loop above.
2002-09-28 13:47:02 UTC in TV-Out for NVidia cards
-
note: when i use nvtv without gui eg:
nvtv -N -t -X -r 800,600 -s Large
it works fine ;)
2002-09-28 11:37:16 UTC in TV-Out for NVidia cards
-
nvtv worked great with my old BX-board with an Elsa Erazor III pro
wich has a TNT2.
now i installed a new motherboard (asus p4b533) with a new pentium4 cpu, and nvtv hangs ;(
i could debug it, and i found out that it hangs in the function:
void NVInitTvHead (NVPtr pNv)
in tv_nv.c (line 959)
the program stops at the following line:
for (h = 0; h < pNv->arch.heads; h++)
2002-09-28 10:08:59 UTC in TV-Out for NVidia cards