From: Joao C. <jc...@fe...> - 2002-04-11 19:31:28
|
On Thursday 11 April 2002 16:58, Olof Svensson wrote: | Hi Joao, | | I managed today to get the tk driver working, not on SuSE 7.2 but on | a Sunblade running SunOS 5.8. I compiled tcl and tk version 8.3.4 and | the tk plotting window showed up and worked. I also tried your wish | example on SuSE 7.2 and it gave exactly the same result for me. So, | it seems to me that the Linux tk device problem I have is not due to | xauth. I tried to recompile the same tcl and tk versions for SuSE 7.2 | and to build plplot 5.1.0 with these libraries however I get exactly | the same problem, everything compiles fine and the program starts but | no tk plotting window appears. I have tried to run the programs on | different X-servers (XFree 3.3.6, 4.1.0, Exceed 6.2) but I always | have the same problem. | | Anyway, I don't use the tk driver on SuSE, I just wanted to see how | it works. I can now use SunOS to do this so I don't think it worth | the effort getting the tk driver running on my SuSE system since it | runs fine on other SuSE 7.2 systems. That's odd... The "other SuSE 7.2 systems" you refer to are my home and job suse-7.2=20 instalations ;-). Actually upgrades from a previous suse-7.0 -- that=20 could be the problem! Perhaps the plot window is widthdrawn? Could you try (2 minutes) to=20 "./x01c -dev tk", and then, from another xterm: [jcard@feup] wish % winfo interps <--- lists the existing tk interpreters wish x01c tk % send tk "wm deiconify ." <----- deiconify the intermediate tk=20 interpreter; a small empty window should appear % send x01c "wm deiconify ." <---- try to deiconify the plot window;=20 it should appear % send x01c "winfo children ." <---- list the windows hierarchy =2Emenu .x01c If the above does not work, please e-mail the error messages, if any. Are you willing to try at least the "ntk" driver? just configure plplot=20 with --enable-ntk, then "./x01c -dev ntk" We appreciate your efforts, they can be usefull for other users. Thanks, Joao | | Regards, | | Olof |