Unix Technical Forum

Graphic Desktop on aix 5.1

This is a discussion on Graphic Desktop on aix 5.1 within the AIX Operating System forums, part of the Unix Operating Systems category; --> We just purchased a 610 Pseries running AIX 5.1 which included a gxt135p graphics accel.. My question is, how ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 09:20 PM
MIKE U
 
Posts: n/a
Default Graphic Desktop on aix 5.1

We just purchased a 610 Pseries running AIX 5.1 which included a gxt135p
graphics accel.. My question is, how can I start a vncserver session with
the same graphical login as the main console now gets. I think it is CDE or
something like that. I have been able vnc into the box and get a Gnome
session but I want to know how to start the default session also.

Thanks

Mike


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 09:40 PM
Simon Marchese
 
Posts: n/a
Default Re: Graphic Desktop on aix 5.1

MIKE U wrote:

> We just purchased a 610 Pseries running AIX 5.1 which included a gxt135p
> graphics accel.. My question is, how can I start a vncserver session with
> the same graphical login as the main console now gets. I think it is CDE or
> something like that. I have been able vnc into the box and get a Gnome
> session but I want to know how to start the default session also.


If you examine your home directory, you should see a sub-directory
called ".vnc", in which you will find a file called xstartup. That
specifies what desktop vncserver will startup when involed from your
uid. Mine has the following:

#!/bin/sh -x

PATH=$PATH:/usr/dt/bin

if [ -f /usr/dt/bin/Xsession ]
then
export XSTATION=1 DTXSERVERLOCATION=local
Xsession &
else
xrdb $HOME/.Xdefaults
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
mwm &
fi

So if CDE is installed, /usr/dt/bin/Xsession exists and therefore it is
used. You can modify this as you wish.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:20 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com