Displaying 1 result from an estimated 1 matches for "ttydev".
Did you mean:
tt_dev
2002 Jul 03
0
console program running in X
...program
to be run in cron jobs and be able to access what the program outputs to
stdout. I can do this if I run the program under X. The only
semi-solution I've come up with so far is to use the virtual frame buffer,
but that makes wine spit out a bunch of errors about fonts and such.
Using ttydev makes my program crash, for some reason.
I've tried stripping out code for my program, but it seems that when I add
Microsoft's code to talk to the dll, wine thinks the program needs to be
run under X. I've tried, and really don't think I can rewrite the program
to get around this...