RE: Using VNC in full Desktop Mode (CDE)

2006-10-27 Thread Huerta, Jose
Steve, that worked great with minor modifications for AIX.

One more obstacle is getting the session to REQUEST the login ID and
password. Right now it is logging me directly into the XSESSION. Any way
to have the session startup at the login screen? And not automatically
login?

Looking for extra security?

If this works we plan on purchasing the Enterprise version...

Thanks,





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067



From: Waltner, Steve [mailto:[EMAIL PROTECTED]
Sent: Friday, October 27, 2006 12:33 PM
To: Huerta, Jose; vnc-list@realvnc.com
Subject: RE: Using VNC in full Desktop Mode (CDE)



Look into the options on Xvnc related to XDMCP if you want a login
screen presented. The best wat to do this is to use the instructions for
setting up inetd. Read the RealVNC website for info on doing this.

Instead of going that route, I simply replaced the ~/.vnc/xstartup file
with a customized one that didn't launch twm, but rather launches CDE on
Solaris and GNOME on Linux. It's included here...

===
#!/bin/sh

[ -r \$HOME/.Xresources ] && xrdb $HOME/.Xresources

OS=`uname -s`

case $OS in
'Linux')
# Start clipboard helper app
vncconfig -nowin &

/usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients

display=`echo $DISPLAY | sed -e 's/.*:/:/'`
vncserver -kill $display
;;
'SunOS')
DTXSERVERLOCATION="remote"
SESIONTYPE="altDt"
SDT_ALT_SESSION="/usr/dt/bin/dtsession"
SDT_ALT_HELLO="/usr/dt/bin/dthello &"

export DTXSERVERLOCATION SESIONTYPE SDT_ALT_SESSION
SDT_ALT_HELLO

# Start clipboard helper app
vncconfig -nowin &

/usr/dt/bin/Xsession

display=`echo $DISPLAY | sed -e 's/.*:/:/'`
vncserver -kill $display
;;
*)
echo "Unknown OS - Exiting"
;;
esac
===

Steve

-Original Message-
From: [EMAIL PROTECTED] on behalf of Huerta, Jose
Sent: Fri 10/27/2006 10:37 AM
To: James Weatherall; vnc-list@realvnc.com
Subject: RE: Using VNC in full Desktop Mode (CDE)

Sorry, I meant to say the Desktop Login screen for a full X
Session...like this one







Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067

-Original Message-
From: James Weatherall [mailto:[EMAIL PROTECTED]
Sent: Friday, October 27, 2006 10:31 AM
To: Huerta, Jose; vnc-list@realvnc.com
Subject: RE: Using VNC in full Desktop Mode (CDE)



Jose,



Can you explain what you mean by "full desktop"?



If you mean "my usual desktop environment", then that is controlled by
the

user's ~/.vnc/xstartup script - by default this runs the twm window
manager

and an xterm but it's intended to be customised to run whatever desktop

environment the user prefers.



Regards,



Wez @ RealVNC Ltd.





> -Original Message-

> From: [EMAIL PROTECTED]

> [mailto:[EMAIL PROTECTED] On Behalf Of Huerta, Jose

> Sent: 27 October 2006 13:51

> To: vnc-list@realvnc.com

> Subject: Using VNC in full Desktop Mode (CDE)

>

> Hello, I am trying to setup VNC in my new company to possibly replace

> Exceed. The requirements are simply to provide the FULL Desktop access

> to servers so users can login and use the X environment to

> install java

> APPS and other which require GUIs to display on the desktop/pc. My

> environment consist mainly of NEW IBM UNIX 5.3 server, some

> HP and some

> SUN.

>

> Does anyone know which version of VNC can allow me to do this? And on

> what platform it works best?

>

> I was evaluating the FREE version and also the version that comes with

> AIX5.3 (I believe it's version 3.3), but I've not been able to get

> either to work properly in displaying my "full desktop".

>

> Any documents or websites I can check on this type of setup?

>

> Thanks,

>

>

>

>

>

> Jose Huerta

>

> United Stationers

>

> Email: [EMAIL PROTECTED]

>

> Office Phone: 847-627-2067

>

> Cell Phone: 847-878-4961

>

> Fax: 847-627-7067

> ___

> VNC-List mailing list

> VNC-List@realvnc.com

> To remove yourself from the list visit:

> http://www.realvnc.com/mailman/listinfo/vnc-list

[demime 1.01d removed an attachment of type image/jpeg which had a name
of image001.jpg]
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Using VNC in full Desktop Mode (CDE)

2006-10-27 Thread Huerta, Jose
Sorry, I meant to say the Desktop Login screen for a full X
Session...like this one







Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067

-Original Message-
From: James Weatherall [mailto:[EMAIL PROTECTED]
Sent: Friday, October 27, 2006 10:31 AM
To: Huerta, Jose; vnc-list@realvnc.com
Subject: RE: Using VNC in full Desktop Mode (CDE)



Jose,



Can you explain what you mean by "full desktop"?



If you mean "my usual desktop environment", then that is controlled by
the

user's ~/.vnc/xstartup script - by default this runs the twm window
manager

and an xterm but it's intended to be customised to run whatever desktop

environment the user prefers.



Regards,



Wez @ RealVNC Ltd.





> -Original Message-

> From: [EMAIL PROTECTED]

> [mailto:[EMAIL PROTECTED] On Behalf Of Huerta, Jose

> Sent: 27 October 2006 13:51

> To: vnc-list@realvnc.com

> Subject: Using VNC in full Desktop Mode (CDE)

>

> Hello, I am trying to setup VNC in my new company to possibly replace

> Exceed. The requirements are simply to provide the FULL Desktop access

> to servers so users can login and use the X environment to

> install java

> APPS and other which require GUIs to display on the desktop/pc. My

> environment consist mainly of NEW IBM UNIX 5.3 server, some

> HP and some

> SUN.

>

> Does anyone know which version of VNC can allow me to do this? And on

> what platform it works best?

>

> I was evaluating the FREE version and also the version that comes with

> AIX5.3 (I believe it's version 3.3), but I've not been able to get

> either to work properly in displaying my "full desktop".

>

> Any documents or websites I can check on this type of setup?

>

> Thanks,

>

>

>

>

>

> Jose Huerta

>

> United Stationers

>

> Email: [EMAIL PROTECTED]

>

> Office Phone: 847-627-2067

>

> Cell Phone: 847-878-4961

>

> Fax: 847-627-7067

> ___

> VNC-List mailing list

> VNC-List@realvnc.com

> To remove yourself from the list visit:

> http://www.realvnc.com/mailman/listinfo/vnc-list

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
image001.jpg]
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Using VNC in full Desktop Mode (CDE)

2006-10-27 Thread Huerta, Jose
Hello, I am trying to setup VNC in my new company to possibly replace
Exceed. The requirements are simply to provide the FULL Desktop access
to servers so users can login and use the X environment to install java
APPS and other which require GUIs to display on the desktop/pc. My
environment consist mainly of NEW IBM UNIX 5.3 server, some HP and some
SUN.

Does anyone know which version of VNC can allow me to do this? And on
what platform it works best?

I was evaluating the FREE version and also the version that comes with
AIX5.3 (I believe it's version 3.3), but I've not been able to get
either to work properly in displaying my "full desktop".

Any documents or websites I can check on this type of setup?

Thanks,





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: VNC for i86 SunOS

2006-10-23 Thread Huerta, Jose
I believe this site has all available options..

http://www.realvnc.com/products/enterprise/4.2/unixinstall.html

Jose Huerta
United Stationers
Email: [EMAIL PROTECTED]
Office Phone: 847-627-2067
Cell Phone: 847-878-4961
Fax: 847-627-7067

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Anoop kumar V
Sent: Monday, October 23, 2006 10:27 AM
To: vnc-list@realvnc.com
Subject: VNC for i86 SunOS

Hi,

Can sombody please point me to the location from where I can get the
binary
/ source to compile a version of RealVNC for SunOS on Intel (i86)? I
could
find some resources only for SunOS on sparc.


-- 
Thanks and best regards,
Anoop
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Is anyone using VNCSERVER on AIX?

2006-10-20 Thread Huerta, Jose
Has anyone installed and is using VNCSERVER on AIX?





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: I have Desktop/Font resolution issues it seems

2006-10-20 Thread Huerta, Jose
Has anyone seen this issue with fonts before?





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067



From: Huerta, Jose
Sent: Wednesday, October 18, 2006 1:20 PM
To: vnc-list@realvnc.com
Subject: I have Desktop/Font resolution issues it seems



Hello, I have recently installed VNC 4.1 on an HP-UX 11.11 Unix server
and also downloaded the Windows VIEWER version. I am able to get my
desktop to display as you can see from my "printscreen" capture, but the
FONTS/TEXT appears very out of shape, like I don't have the correct
fonts. I did try to look on the message boards and found some suggested
changes, like adding the font paths to the vncserver file, but no luck

Any suggestions on what I may need to do? Do I need to have a
.Xresources file under my Home Directory?



Thanks,











Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
image001.jpg]
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


I have Desktop/Font resolution issues it seems

2006-10-18 Thread Huerta, Jose
Hello, I have recently installed VNC 4.1 on an HP-UX 11.11 Unix server
and also downloaded the Windows VIEWER version. I am able to get my
desktop to display as you can see from my "printscreen" capture, but the
FONTS/TEXT appears very out of shape, like I don't have the correct
fonts. I did try to look on the message boards and found some suggested
changes, like adding the font paths to the vncserver file, but no luck

Any suggestions on what I may need to do? Do I need to have a
.Xresources file under my Home Directory?



Thanks,











Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
image001.jpg]
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Trouble getting my Xvnc to display on my PC display

2006-10-18 Thread Huerta, Jose
Siva, thank you for the suggestion, I had not downloaded the vncviewer
yet. I downloaded it and tested it, but am getting an ERROR that says
"Unable to connect to host: Connection refused (10061) "

IS there a special port that I should make sure is configured on the
server?
Thanks,


Jose Huerta
United Stationers
Email: [EMAIL PROTECTED]
Office Phone: 847-627-2067
Cell Phone: 847-878-4961
Fax: 847-627-7067

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Kumar, Siva
Sent: Tuesday, October 17, 2006 6:57 PM
To: vnc-list@realvnc.com
Subject: RE: Trouble getting my Xvnc to display on my PC display

Jose,

You need to be running the vncviewer to view the desktop generated by
the vncserver.
(http://www.realvnc.com/products/free/4.1/winvncviewer.html)
If you are doing so, what does the vncviewer say when it fails?

-siva

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Huerta, Jose
Sent: Tuesday, October 17, 2006 5:54 PM
To: vnc-list@realvnc.com
Subject: Trouble getting my Xvnc to display on my PC display

Hello, I have installed and started up the software vncserver on my HP
host and expected to see the VNC desktop appear, but it does not.

Any Idea why this would be?

Is my display possibly not set correctly?

Here are the processes I see running on the UNIX host



userid 8670  8528  1 16:23:07 pts/ta0:00 grep vnc

 userid 8616 1  0 16:22:09 pts/ta0:00 Xvnc :10 -desktop Jose-VNC
-httpd /usr/local/vnc/classes -auth

 useid  8622 1  0 16:22:12 pts/ta0:00 vncconfig -iconic



I have tried with and without exporting my DISPLAY variable "export
DISPLAY=10.0.1.0:0" and neither way it seems to work.



HERE IS the output from the "env" command for this userid:



$ env



Warning! One or more of your selected locales are not available.

Please invoke the commands "locale" and "locale -a" to verify your

selections and the available locales.



Continuing processing using the "C" locale.



_=/usr/bin/env

MANPATH=/usr/share/man

LANG=engli

FPATH=/home/huertaj/fundir

VISUAL=/usr/bin/vi

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/bin:/usr/bin/X11:/sbin:/local/bin
:/usr/local/bin:/usr/local/user_templates

COLUMNS=90

EDITOR=/usr/bin/vi

HISTFILE=/home/huertaj/.sh_history

LOGNAME=huertaj

MAIL=/var/mail/huertaj

ERASE=^H

SHELL=/bin/ksh

HOME=/home/huertaj

FCEDIT=/usr/bin/vi

TERM=vt100

PWD=/home/huertaj

TZ=CST6CDT

ENV=/home/huertaj/.kshrc

LINES=26

EMC=/opt/EMC/ECC





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Confidentiality Notice
This e-mail (including any attachments) is intended only for the
recipients named above. It may contain confidential or privileged
information and should not be read, copied or otherwise used by any
other person. If you are not a named recipient, please notify the sender
of that fact and delete the e-mail from your system.
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


Trouble getting my Xvnc to display on my PC display

2006-10-17 Thread Huerta, Jose
Hello, I have installed and started up the software vncserver on my HP
host and expected to see the VNC desktop appear, but it does not.

Any Idea why this would be?

Is my display possibly not set correctly?

Here are the processes I see running on the UNIX host



userid 8670  8528  1 16:23:07 pts/ta0:00 grep vnc

 userid 8616 1  0 16:22:09 pts/ta0:00 Xvnc :10 -desktop Jose-VNC
-httpd /usr/local/vnc/classes -auth

 useid  8622 1  0 16:22:12 pts/ta0:00 vncconfig -iconic



I have tried with and without exporting my DISPLAY variable "export
DISPLAY=10.0.1.0:0" and neither way it seems to work.



HERE IS the output from the "env" command for this userid:



$ env



Warning! One or more of your selected locales are not available.

Please invoke the commands "locale" and "locale -a" to verify your

selections and the available locales.



Continuing processing using the "C" locale.



_=/usr/bin/env

MANPATH=/usr/share/man

LANG=engli

FPATH=/home/huertaj/fundir

VISUAL=/usr/bin/vi

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/bin:/usr/bin/X11:/sbin:/local/bin
:/usr/local/bin:/usr/local/user_templates

COLUMNS=90

EDITOR=/usr/bin/vi

HISTFILE=/home/huertaj/.sh_history

LOGNAME=huertaj

MAIL=/var/mail/huertaj

ERASE=^H

SHELL=/bin/ksh

HOME=/home/huertaj

FCEDIT=/usr/bin/vi

TERM=vt100

PWD=/home/huertaj

TZ=CST6CDT

ENV=/home/huertaj/.kshrc

LINES=26

EMC=/opt/EMC/ECC





Jose Huerta

United Stationers

Email: [EMAIL PROTECTED]

Office Phone: 847-627-2067

Cell Phone: 847-878-4961

Fax: 847-627-7067
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list