Sponsored Content
Full Discussion: Solaris and VNC
Operating Systems Solaris Solaris and VNC Post 302709519 by bartus11 on Wednesday 3rd of October 2012 10:35:21 AM
Old 10-03-2012
What username are you using to connect to vnc server? Is it root? Also which Solaris version are you using?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Vnc

Anyone know of a site where I can download a copy (non-evaluation copy and preferably free. ;) nods to Neo's post in UNIX Operating System thread) of VNC for RedHat 8? Thanks in advance. (7 Replies)
Discussion started by: google
7 Replies

2. Solaris

Is there something like vnc for solaris?

my desktop is a linux box, and I was wondering if there was a way to leverage X11/associated applications on a v440 remotely... like "Sun Update Connection"...thanks, manny (4 Replies)
Discussion started by: mr_manny
4 Replies

3. Solaris

VNC server from the Companion cd. Solaris 8 SPARC

hey. i have been installing the VNC server from the solaris Companion cd under solaris 8 SPARC, when i try to open the vncserver i get: Xvnc is not in your PATH, how do i add it to the PATH ? and how do i install it if i need to do that, thx (0 Replies)
Discussion started by: mads-nielsen
0 Replies

4. Solaris

Essential packeages to install VNC from SOLARIS COMPANION CD

Hi all....!!! Can someone tell the essential packages need to install VNC from soalris 10 companion cd...? I think there are three packages are essential. (SFWvnc, SFWgcmn, .....) Please help me.. thank you.. Rgd... Leshan (0 Replies)
Discussion started by: leshan
0 Replies

5. Red Hat

VNC problem

Hello all, I have the folowing problem: When I connected to a VNC server instance, the screen on the vncserver was frezzed. So, I executed the following commands in order to reestablish the VNC instance: service vncserver stop service vncserver start No problem at this point, but now when... (5 Replies)
Discussion started by: mig28mx
5 Replies

6. Solaris

VNC in solaris 10

First you need to know that I'm 100% new to solaris/unix. I'm trying to setup VNC on my sparc based server that I just installed solaris 10 on but when I type in vncserver to start it, I get "couldn't find "xauth" on your PATH" What do I do so I can get a gui up and running remotely on my... (20 Replies)
Discussion started by: QuadRunner750
20 Replies

7. Solaris

Start of VNC with Solaris

Hello, We have machines running Solaris 2.8 These are part of a process control system. A selection menu after the launch of Solaris can be selected whether the Solaris desktop or Leitsoftware to start. VNC server is up and running when the Solaris user interface is started or when the... (1 Reply)
Discussion started by: eckart.t
1 Replies

8. Solaris

want complete solaris gui in vnc ?

Hi, I have installed vnc software in my desktop and trying start solaris gui and all i get is a partial gui that has one window open. the window i am getting with vncviewer is (1 Reply)
Discussion started by: chidori
1 Replies

9. Solaris

vnc Issue

Dear all, I recently installed did VNC configuration on a Solaris Server. I am using VNC E4 2 7 as my Windows client. The issue is that every time I log into my machine and use terminal ( a few commands like df -h or any other command and then close VNC ( windows). When I log back in ,... (9 Replies)
Discussion started by: Junaid Subhani
9 Replies

10. Solaris

Autologin and vnc - Solaris 10

Hi guys, First of all I would like to thank you for reading my post. My question is about having autologin and VNC. I already configure VNC that works perfectly using the following procedure: 1. svcadm enable svc:/application/x11/xvnc-inetd:default 2. vi /etc/services vnc-server... (0 Replies)
Discussion started by: dennis3
0 Replies
xrdp.ini(5)															       xrdp.ini(5)

NAME
xrdp.ini - Configuration file for xrdp(8) DESCRIPTION
This is the man page for xrdp.ini, xrdp(8) configuration file. It is composed by a number of sections, each one composed by a section name, enclosed by square brackets, folowed by a list of <parameter>=<value> lines. xrdp.ini is contains a [Globals] section, which sets some global configuration settings for xrdp(8), and one or more "connection" sections which contain the info on which services xrdp(8) can connect to. All options and values (except for file names and paths) are case insensitive, and are described in detail below. GLOBALS
The options to be specified in the [Globals] section are the following: bitmap_cache=[0|1] If set to 1, true or yes this option enables bitmap caching in xrdp(8) bitmap_compression=[0|1] If set to 1, true or yes this option enables bitmap compression in xrdp(8) CONNECTIONS
A connection section is made of a section name, enclosed in square brackets, and the following entries: name=<session name> The name displayed in xrdp(8) login window's combo box. lib=../vnc/libvnc.so Sets the library to be used with this connection. username=<username>|ask Specifies the username used for authenticating in the connection. If set to ask, user name should be provided in the login window. password=<password>|ask Specifies the password used for authenticating in the connection. If set to ask, password should be provided in the login window. ip=127.0.0.1 Specifies the ip address of the host to connect to. port=<number>|-1 Specifies the port number to connect to. If set to -1, the default port for the specified library is used. EXAMPLES
This is an example xrdp.ini: [Globals] bitmap_cache=yes bitmap_compression=yes [vnc1] name=sesman lib=../vnc/libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 FILES
${XRDP_CFG_DIR}/xrdp.ini SEE ALSO
xrdp(8) sesman(8) sesrun(8) sesman.ini(5) for more info on xrdp see http://xrdp.sf.net xrdp team 0.1.0 xrdp.ini(5)
All times are GMT -4. The time now is 09:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy