mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Hardware (https://www.mersenneforum.org/forumdisplay.php?f=9)
-   -   Dedicated Prime95 rig (https://www.mersenneforum.org/showthread.php?t=11176)

Phantomas 2008-12-28 11:20

[quote=lavalamp;155325]No need for a monitor with Windows either, simply download [URL="http://www.uvnc.com/"]UltraVNC[/URL] (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.
[/quote]

And no need for a graphics card either, but you cant use VNC, and must use the Windows-RemoteDesktop-Feature....

lavalamp 2008-12-28 12:43

[QUOTE=Phantomas;155429]And no need for a graphics card either, but you cant use VNC, and must use the Windows-RemoteDesktop-Feature....[/QUOTE]Why can't VNC be used?

S485122 2008-12-28 12:52

[QUOTE=lavalamp;155325]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 [url=http://www.utheguru.com/overclocking-an-intel-e8200-core-2-duo-processor-2]you can add over another GHz to the stock clock[/url].[/QUOTE]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

Phantomas 2008-12-28 13:26

[quote=lavalamp;155437]Why can't VNC be used?[/quote]

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.

Prime95 2008-12-28 15:11

[QUOTE=hj47;155090]+++ Also, is there any advantage in running a 64 bit OS as opposed to a 32 bit?[/QUOTE]

Yes. The next version of prime95 will have a few tweaks using the extra registers. Not a big difference, but every little bit helps.

retina 2008-12-29 10:55

[QUOTE=Phantomas;155440]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.[/QUOTE]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.

mdettweiler 2008-12-29 20:52

[quote=retina;155567]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.[/quote]
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:

[I]vncserver -geometry 1024x768 -depth 24[/I]

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.[/quote]
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:

[I]ssh user@remote-host -L 1234:127.0.0.1:5900[/I]

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.

lavalamp 2008-12-29 23:24

For secure VNC over t'internet, I just use [url=https://secure.logmein.com/products/hamachi/vpn.asp?lang=en]Hamachi[/url], it's a free VPN.


All times are UTC. The time now is 01:16.

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