Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer Post 302397882 by wbdevilliers on Tuesday 23rd of February 2010 08:11:50 AM
Old 02-23-2010
Found the fix...

Code:
 
vi /etc/sysconfig/vncservers

Comment out or remove "depth=16"

My working config file looks like this:

Code:
VNCSERVERS="1:root 2:user"
 VNCSERVERARGS[1]="-geometry 800x600 "
 VNCSERVERARGS[2]="-geometry 800x600 "

Restart vncserver service
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

solaris remote console

Hi all, Is there a quick and easy way to setup remote console of solaris machine please? Thanks in advance. (1 Reply)
Discussion started by: stancwong
1 Replies

2. UNIX for Dummies Questions & Answers

how to increase size of the console screen buffer ?

Its difficult to explain what I am exactly looking for, so let me try with an example.. Suppose my program prints out thousands lines. But once my program ends.. I am not able to scroll up and see all the 1000 lines. The size of the screen buffer is obviously limited. Is there anyway I can... (5 Replies)
Discussion started by: the_learner
5 Replies

3. Linux

VNC Server, brings up really basic Xwindows

I am running Startcom linux ES5 . When i bring up the VNC server and login to the machine running a vnc client , I only get the real basic x-windows session and a term window. how can i get it to bring up the real linux desktop on all sessions? Frank (4 Replies)
Discussion started by: frankkahle
4 Replies

4. UNIX for Dummies Questions & Answers

remote system console

Hi, when I run the rsc comms the rsclogin, I type the loginname and the password, the rscpromt is coming, I type console and nothing is gone. What's wrong? Thanks (3 Replies)
Discussion started by: MuellerUrs
3 Replies

5. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies

6. Red Hat

Linux console

Dear All, I have some Linux Servers in Data Center. I can access those servers through Telent or Putty. But If i want to work on the console I cannot do that. How to configure Console access for my Linux Server , So that I can work on the Console if it goes in to Single User mode. ... (2 Replies)
Discussion started by: jegaraman
2 Replies

7. Shell Programming and Scripting

Xterm console windows at X,Y position

Hi all I want run Xterm and set it windows to a specific position ( inside Gnome display ) : may be I want run Xterm and set it at the low-right corner of screen... I know "geometry" parameter for windows size but for position is there something ? Thanks (4 Replies)
Discussion started by: jerold
4 Replies

8. Ubuntu

Blank Screen after logoff server via vnc Viewer.

Hello All, I have installed VNC Server on Ubuntu system to access this system from windows machine i'm using VNC Viewer. When i logged off the server from windows machine through VNC Viewer its showing blank screen only... Kindly help. Regards, Purushottam Aher (0 Replies)
Discussion started by: purushottamaher
0 Replies

9. HP-UX

When connecting to HPUX gui console it is grey screen?

My screen is grey when i connect to gui console (2 Replies)
Discussion started by: kenshinhimura
2 Replies
vncsnapshot(1)								VNC							    vncsnapshot(1)

NAME
vncsnapshot - grab snapshots from VNC servers SYNTAX
vncsnapshot [options] host:display JPEG-file vncsnapshot [options] -listen local-display JPEG-file vncsnapshot [options] -tunnel host:display JPEG-file vncsnapshot [options] -via gateway host:display JPEG-file DESCRIPTION
VNC Snapshot is a command-line program for VNC. It will save a JPEG image of the VNC server's screen. This manual page documents version 1.2a of vncsnapshot. OPTIONS
-allowblank Allow blank (all black) images as snapshots. See -ignoreblank. -compresslevel level Compress network messages to level, if the server supports it. level is between 0 and 9, with 0 being no compression and 9 the maximum. The default is 4. -cursor Include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. -encodings list Use the given encodings. The default is "copyrect tight hextile zlib corre rre" or "raw copyrect tight hextile zlib corre rre" when VNC snapshot and the server are on the same machine. -ignoreblank Ignore blank (all black) screens; do not save the screen until a screen that is not all black is received. This is useful with some servers that send an initial all-black screen before sending the actual screen. This is the default. -jpeg Request the remote server to use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). This is the default. -nocursor Do not include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. This is the default. -nojpeg Request the remote server to not use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). -listen local-display Do not connect to a server; wait for the server to connect to the specified local "display". Cannot be used with -tunnel or -via options. -passwd filename Read encrypted password from filename instead of from the console. The filename can be made with the vncpasswd utility included with the vncsnapshot release. -quality quality Use the specified JPEG image quality (0-100) for the output file. The default is 100. -quiet Do not print any messages. Opposite of -verbose. -rect wxh+x+y Save a sub-rectangle of the screen, width w height h offset from the left by x and the top by y. A negative number for x or y makes it an offset from the opposite edge. A zero value for the width or height makes the snapshot extend to the right or bottom of the screen, respectively. The default is the entire screen. -tunnel Connect to the remote server via an SSH tunnel. Cannot be used with -listen or -via options. -via gateway Connect to the remote server via an SSH tunnel on the host gateway. Cannot be used with -listen or -tunnel options. -verbose Print messages; default. -vncQuality quality Use the specified image quality level (0-9) for tight encoding. The default is 9. Only effective if the remote server is a TightVNC version; otherwise ignored. -count number Take number snapshots; default 1. If greater than 1, vncsnapshot will insert a five-digit sequence number just before the output file's extension; i.e. if you specify out.jpeg as the output file, it will create out00001.jpeg, out00002.jpeg, and so forth -fps rate When taking multiple snapshots, take them every rate seconds; default 60. EXAMPLES
vncsnapshot anhk-morpork:1 unseen.jpg Get a snapshot of screen 1 from the server ahnk-morpork and save it in unseen.jpg. The entire screen is saved; the default transport is used. vncsnapshot -listen 0 portrait.jpeg Wait for a server to connect to this host (using "screen" 0), and then save the full screen image in portrait.jpeg. vncsnapshot -passwd ~/.vnc/passwd -rect 640x0+120+30 :1 subarea.jpeg Using ~/.vnc/passwd to get the server's password, connect to screen 1 on the local machine and save a rectangle 640 pixels high and extending to the right edge, offset 120 pixels from the left and 30 pixels down. vncsnapshot -rect 0x0-800-600 :1 pict.jpeg Get a snapshot that is 800 pixels from the right edge and 600 pixels from the bottom of the screen. It will extend to the screen edges, making it 800x600. Alternatively, the rectangle could be given as -rect 800x600-0-0, which specifies the same region. AUTHOR
Grant McDorman <grmcdorman@netscape.net> Based on TightVNC <http://www.tightvnc.com> and RealVNC <http://www.realvnc.com>. DISTRIBUTION
Source for vncsnapshot can be found at <http://vncsnapshot.sourceforge.net>. SEE ALSO
vncviewer(1), Xvnc(1), vncpasswd(1), vncconnect(1) Grant McDorman 1.0beta2 vncsnapshot(1)
All times are GMT -4. The time now is 11:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy