Linux Graphics Just Suddenly Appeared.

Anonymous
Topic 10823

> This is strange. Boinc is running on my Linux machine. I just happened to me
> watching when it suspended a PAH WU and started a new EAH WU. When it did, A
> small window appeared with the EAH graphics. Some kind of spinning star map.
> I dismissed the window and EAH produced the following:
>
> 2005-02-09 18:16:18 [Einstein@Home] Result H1_0267.9__0268.0_0.1_T09_Test02_3
> exited with zero status but no 'finished' file
> 2005-02-09 18:16:18 [Einstein@Home] If this happens repeatedly you may need to
> reset the project.
> 2005-02-09 18:16:18 [Einstein@Home] Restarting result
> H1_0267.9__0268.0_0.1_T09_Test02_3 using einstein version 4.76
>
>
> When the WU restarted the graphics window did not come back. I stopped and
> restart the core client and the graphics window also did not come back.
>
> Remember, this is on my Linux box, not a Windows box where I believe the
> graphics is pretty standard.
>
> Anyone know what's going on? Can I get the graphics back (not that I want it,
> since it wastes cpu cycles better left for crunching, but it would be
> interesting.) Anyone got a pointer to what the graphics represent (if
> anything)?

Charles,

Both the Linux and Mac applications that we are distributing are 'graphics capable'. However most Linux & Mac users don't see the graphics because the BOINC project has not yet done a public distribution of the BOINC manager, which is the tool that sends the 'display graphics' and 'undisplay graphics' commands to the application. We have been using and testing this tool on Linux and Mac for several months. Hopefully the BOINC project will start public distribution of this tool soon. Then Linux and Mac users can watch the graphics too!

Cheers,
Bruce

Bruce Allen
Bruce Allen
Joined: 15 Oct 04
Posts: 958
Credit: 170,849,008
RAC: 0

Linux Graphics Just Suddenly Appeared.

> > Hmmm. Makes me wonder. I know how the rpc connection works so that an
> > external application can talk to the core client. In fact, I use a PHP
> > application written by, I think, the fellow who puts out BoincView. I
> can
> > control and monitor my boinc installation from any web browser. I'll
> have to
> > dig into the code for that and the core client to see if I can get it to
> > display graphics, too. Something to do for the weekend!
> >
>
>
> Yup, it works! From a terminal window I connected to the RPC port using
> telnet. Then I sent it the command and up popped
> the EAH graphics. It was running an EAH WU at the time. I quickly added this
> option to the PHP script I mentioned above. However, by the time I did that
> it had switched to a PAH WU and that does not have graphic capabilities. Have
> to wait until it switches back to the EAH WU.

You know it never occured to me that one could just telnet in -- it's a good idea. Could you please post a brief transcript of your telnet session? It sounds like a good debugging technique for some purposes.

Cheers,
Bruce

Bernd Machenschalk
Bernd Machenschalk
Joined: 15 Oct 04
Posts: 2,684
Credit: 25,950,161
RAC: 34,820

Thanks! BTW, this also works

Thanks!

BTW, this also works on the Mac and even on Windows.

> You do neet the telnet service enabled on your linux box.

Why? The telnet client should work without having a server running on the machine. In this case the boinc client should be the server that is contacted by telnet. Is there a telnet client distributed with any Linux distri that doesn't work without a telnet server?

BM

BM

Rusty
Rusty
Joined: 15 Oct 04
Posts: 6
Credit: 79,320
RAC: 20

> I read the page on this


> I read the page on this site describing the graphic and how to make changes to
> them. As described, I can use the mouse to zoom in and out and to rotate the
> celestial sphere. However, the other keyboard commands listed do not seem to
> work.

The keyboard commands are working in a test version of the code but are not yet in the production version of the code.

- Rusty McGee Johnson

Bernd Machenschalk
Bernd Machenschalk
Joined: 15 Oct 04
Posts: 2,684
Credit: 25,950,161
RAC: 34,820

The graphics shouldn't be CPU

The graphics shouldn't be CPU intensive, as they are mainly done by the graphics card, not the CPU.

You can assign priority levels to processes so that some are executed when there's nothing else to do. These processes are "nice" in the sense that they step back when there is more urgent work to do. %nice is the amount of time the CPU spends with such processes.

BM

BM

Steffen Grunewald, for Merlin/Morgane
Steffen Grunewa...
Joined: 18 Oct 04
Posts: 50
Credit: 538,216,237
RAC: 561,947

Hi, --I entered this. You

Hi,

--I entered this.

You entered what? (everything that looks like HTML tokens is filtered out)

S.

Bernd Machenschalk
Bernd Machenschalk
Joined: 15 Oct 04
Posts: 2,684
Credit: 25,950,161
RAC: 34,820

RE: Is there any chance

Quote:
Is there any chance this project will just make the screensaver ready for Mac?


It is working on Macs (both PowerPC and Intel).

It looks like you're using the standard BOINC client. If it's correctly installed (don't know whant you can do wron there...), open the BOINC Manager, click the "Tasks" tab, select the task that is currently "running" and click the "show graphics" button (this will send the right message to the client without you typing on the command line). A window should pop up showing the starsphere.

To run it as a screensaver, select BOINCSaver in the screensaver system preferences. Define a "hot corner" to see the effect immidiately, the "test" mode doesn't work with the BOINC saver.

BM

BM

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.