vnc freezes when monitor turned off and on

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications vnc freezes when monitor turned off and on
# 1  
Old 10-26-2011
vnc freezes when monitor turned off and on

Hi,

i have some issues with the vnc viewer or vmware-player/console.

Always, when the Monitor turns of by it self or by me pushing it, the Viewer freezes. But the connection stays online, when i change to console or an other xscreen (strg+alt+Fx) and go back to the screen with vnc it works again, without making a new connection. Same issue i have with the VMware-Player. It must have something to do with X

any ideas?

edit:

I think its because of the DVI Monitor telling the Xserver that its off, and X does some odd things like reinitialising that the RFB protocol has problems with.

So do you know a way to tell X it schouldnt care if the Monitor is turned on or off?



Im using debian 6 netinstall with basic X vnc4viewer

Last edited by headless; 10-27-2011 at 07:20 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. UNIX for Advanced & Expert Users

Finding process that turned on ports

I have 2 identical solaris 10 servers that are simply apache servers, running a version of apache I installed. # uname -a SunOS wilber 5.10 Generic_147440-25 sun4u sparc SUNW,Sun-Fire-V245 I did a netstat on one of the servers and see 2 ports that are on. These are only on on one of the... (2 Replies)
Discussion started by: csross
2 Replies

3. UNIX for Dummies Questions & Answers

find files with SUID bit turned on

I'm writing a script that will search for files with the SUID bit turned on, and put the list in a file called id.txt i read that files with the SUID bit turned on are chmod'd to 4000, so i tried: find / -perm 4000 > id.txt also various others such as -perm 4777 etc etc but it found nothing... (1 Reply)
Discussion started by: SoVi3t
1 Replies

4. Shell Programming and Scripting

Which script runseverytime firefox is turned on?

which script runseverytime firefox is turned on? is it a bash script? (2 Replies)
Discussion started by: garfish
2 Replies

5. Solaris

Can this be disabled? interface turned of when console cable plugged in.

Whenever I plug a console cable into the back of my sunfire v240 it automatically turns of bge0 which is the interface that connects to my network and the only interface i use on the box (and it stays shutdown until reboot). Is there anyway to stop this from happening or can someone please explain... (12 Replies)
Discussion started by: kingdbag
12 Replies

6. UNIX for Advanced & Expert Users

Sco box got turned into a warez server. How do I get into a dir name spaces?

One of my SCO 5.0.6 boxes was compromised and the hacker left behind several files that are hidden from ls and impossible to access using cd. There appears to be may spaces and other characters in the directory names that make it hard to see the files. The find command can see them as can tar but... (3 Replies)
Discussion started by: gadgetman
3 Replies
Login or Register to Ask a Question
REMOTE-VIEWER(1)					User Contributed Perl Documentation					  REMOTE-VIEWER(1)

NAME
remote-viewer - a simple remote desktop client SYNOPSIS
remote-viewer [OPTIONS] URI DESCRIPTION
remote-viewer is a simple remote display client. The supported protocols are SPICE and VNC. OPTIONS
The following options are accepted when running "remote-viewer": -h, --help Display command line help summary -V, --version Display program version number -v, --verbose Display information about the connection -z PCT, --zoom=PCT Zoom level of the display window in percentage. Range 10-200. -f, --full-screen Start with the window maximised to fullscreen --spice-controller Use the SPICE controller to initialize the connection with the SPICE server. This option is used by the SPICE browser addons to allow web page to start a client. --debug Print debugging information EXAMPLES
To connect to SPICE server on host "makai" with port 5900 remote-viewer spice://makai:5900 To connect to VNC server on host "tsingy" with port 5900 remote-viewer vnc://tsingy:5900 BUGS
Report bugs to the mailing list "http://www.redhat.com/mailman/listinfo/virt-tools-list" COPYRIGHT
Copyright (C) 2012 Red Hat, Inc., and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License "http://www.gnu.org/licenses/gpl.html". There is NO WARRANTY, to the extent permitted by law. SEE ALSO
"virt-viewer(1)", the project website "http://virt-manager.org" perl v5.14.2 2012-05-28 REMOTE-VIEWER(1)