mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware

Reply
 
Thread Tools
Old 2008-12-28, 11:20   #12
Phantomas
 
Phantomas's Avatar
 
Oct 2008
Germany, Hamburg

5×13 Posts
Default

Quote:
Originally Posted by lavalamp View Post
No need for a monitor with Windows either, simply download UltraVNC (which is free), and you can easily access it visually through another PC on the network, or even over the internet if you set up port forwarding for it.
And no need for a graphics card either, but you cant use VNC, and must use the Windows-RemoteDesktop-Feature....
Phantomas is offline   Reply With Quote
Old 2008-12-28, 12:43   #13
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

22·3·113 Posts
Default

Quote:
Originally Posted by Phantomas View Post
And no need for a graphics card either, but you cant use VNC, and must use the Windows-RemoteDesktop-Feature....
Why can't VNC be used?
lavalamp is offline   Reply With Quote
Old 2008-12-28, 12:52   #14
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

13·131 Posts
Default

Quote:
Originally Posted by lavalamp View Post
If you can stretch to it, an E8200 may perform significantly better than a Celeron due to a much larger cache (6 MB), and the overclocking headroom in the lower models is quite large. With a little patience and luck it seems you can add over another GHz to the stock clock.
The assesment by that person that the computer is Prime95 stable has to be taken with a grain of salt (well a rock of salt actually.) Going from 2,66 GHz to 3,92 GHz is quite a lot. Once you reach a "stable" speed, you should back up some 10 to 20 % with a resulting speed of 3,2GHz or 3,5 GHz if you are daring. Another thing to consider is that sometimes an increase in CPU speed can result in an effective increase in effective average iteration times when running real tests. You would not want to increase the current error rate and worse have your computer running for worthless resultzs...

Jacob
S485122 is offline   Reply With Quote
Old 2008-12-28, 13:26   #15
Phantomas
 
Phantomas's Avatar
 
Oct 2008
Germany, Hamburg

4116 Posts
Default

Quote:
Originally Posted by lavalamp View Post
Why can't VNC be used?
It seems, that vnc needs/uses the existing framebuffer of a graphicscard. No card, no buffer. Windows DesktopRemote seems to work like a graphic-card simulation.
Phantomas is offline   Reply With Quote
Old 2008-12-28, 15:11   #16
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

7,537 Posts
Default

Quote:
Originally Posted by hj47 View Post
+++ Also, is there any advantage in running a 64 bit OS as opposed to a 32 bit?
Yes. The next version of prime95 will have a few tweaks using the extra registers. Not a big difference, but every little bit helps.
Prime95 is offline   Reply With Quote
Old 2008-12-29, 10:55   #17
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

24·389 Posts
Default

Quote:
Originally Posted by Phantomas View Post
It seems, that vnc needs/uses the existing framebuffer of a graphicscard. No card, no buffer. Windows DesktopRemote seems to work like a graphic-card simulation.
Yes, I concur with that. With VNC you always get the remote system's screen resolution presented on your monitoring system. With WRD you get the native resolution of your monitoring system.

Just to be clear what I mean. I have my monitoring system with a native resolution of 1400x1050 and the remote system running P95 is 1280x720.

With VNC I get a small window of 1280x720 presented to me that is an exact duplicate of what the remote system is displaying (they work simultaneously and both display everything that is happening, including mouse movements).

With WRD I get a full screen window 1400x1050 to work with and the remote system is logged out displaying the log in screen. The mouse movements are not echoed to the remote system. Indeed the OS starts an entirely new session for the monitoring system on the remote system with two copies of "winlogin.exe" running in the task list.

The only catch is that you need Windows Professional (or higher) on the remote system to run WRD. It needs the terminal services driver running also.

[eidt]
One thing to be careful about if security is important. WRD is an encrypted session and is better suited to Internet monitoring IMO. VNC (at least the version I have) is not an encrypted session.

Last fiddled with by retina on 2008-12-29 at 11:03
retina is online now   Reply With Quote
Old 2008-12-29, 20:52   #18
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by retina View Post
Yes, I concur with that. With VNC you always get the remote system's screen resolution presented on your monitoring system. With WRD you get the native resolution of your monitoring system.

Just to be clear what I mean. I have my monitoring system with a native resolution of 1400x1050 and the remote system running P95 is 1280x720.

With VNC I get a small window of 1280x720 presented to me that is an exact duplicate of what the remote system is displaying (they work simultaneously and both display everything that is happening, including mouse movements).

With WRD I get a full screen window 1400x1050 to work with and the remote system is logged out displaying the log in screen. The mouse movements are not echoed to the remote system. Indeed the OS starts an entirely new session for the monitoring system on the remote system with two copies of "winlogin.exe" running in the task list.

The only catch is that you need Windows Professional (or higher) on the remote system to run WRD. It needs the terminal services driver running also.
On Linux you can set the VNC server to serve up exactly whatever resolution you want. For example, on a friend of mine's machines which he manages via VNC while away, he starts the VNC server with a shell script that runs the following command:

vncserver -geometry 1024x768 -depth 24

Also, like WRD, VNC on Linux starts an entirely separate session of the username it's run under. (Note: some implementations of VNC, such as the "Remote Desktop" feature built into Ubuntu and possibly some other GNOME-based distros, behave more like the Windows version, i.e. taking direct control of the console session. My friend is using Ubuntu, but we installed TightVNC, which uses the separate-session method, on his machines and are using that instead of the built-in VNC server.)

The VNC session can be started with whatever resolution you'd like--though admittedly, unlike WRD, it does not dynamically resize the resolution based on a setting in the connecting client. VNC's resolution setting is set on the server, though under Linux it does not have to be the same as the console session's resolution due to it starting a whole new session.

Quote:
[eidt]
One thing to be careful about if security is important. WRD is an encrypted session and is better suited to Internet monitoring IMO. VNC (at least the version I have) is not an encrypted session.
Hmm...I didn't know WRD was encrypted. I've always heard that it was unencrypted, like VNC.

The free versions of VNC are all unencrypted; some for-pay versions of some distros of VNC have encryption options. However, the easiest way to encrypt a VNC session--for free--is to tunnel it through an SSH connection. This can be done with a command like this:

ssh user@remote-host -L 1234:127.0.0.1:5900

The above command will start a tunnel to port 5900 (i.e. the default VNC port) on the remote machine, and pipe it through to 1234 on the local machine. Then, on the local machine you can set your VNC client to talk to 127.0.0.1 port 1234, and it will connect to the remote server's VNC desktop, through the encrypted SSH tunnel.

Last fiddled with by mdettweiler on 2008-12-29 at 20:52 Reason: typo
mdettweiler is offline   Reply With Quote
Old 2008-12-29, 23:24   #19
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

54C16 Posts
Default

For secure VNC over t'internet, I just use Hamachi, it's a free VPN.

Last fiddled with by lavalamp on 2008-12-29 at 23:25
lavalamp is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
New PC dedicated to Mersenne Prime Search Taiy Hardware 12 2018-01-02 15:54
Dedicated software for astronomy. xilman Astronomy 3 2017-01-25 10:28
The prime-crunching on dedicated hardware FAQ (II) jasonp Hardware 46 2016-07-18 16:41
Do you have a dedicated system for gimps? Surge Hardware 5 2010-12-09 04:07
A puzzle dedicated to Mally devarajkandadai Math 7 2007-10-08 11:39

All times are UTC. The time now is 13:59.


Mon Aug 2 13:59:17 UTC 2021 up 10 days, 8:28, 0 users, load averages: 3.82, 3.22, 2.59

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.