you do this in your xstartup script, depending on which user id you're using
to run the vncserver will determine where your xstartup script is located,
e.g. if you run the vncserver as root then the script will normally be found
in /root/.vnc
once you've found the script you should find that it looks something like
the following:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title somebodys Desktop
twm &
all you need to do is replace the last line "twm &" with the command to
start your
preferred window manager, e.g. blackbox would be:
blackbox &
you could also take out the line "xterm -geometry ..." if you do not want an
xterm
loaded up everytime the server is started........
hope this helps
dan
----- Original Message -----
From: "Michael Walker" <[EMAIL PROTECTED]>
To: "VNC List" <[EMAIL PROTECTED]>
Sent: Monday, July 16, 2001 8:19 AM
Subject: Startx / X Windows question
> Hi all,
>
> I have VNC server running okay on my SuSE box, and I can view the command
> line display on my Windows box.
>
> My question is, how - if possible, do you make VNC server run so that it
> ties in with your X Windows GUI on Linux?
>
> I'm assuming that you'd link it to "startx" or something similar, but not
> 100% sure.
>
> Can anyone help me?
>
> Thanks,
> Michael
>
> Michael Walker
> Telstra BigPond ADSL - Technical Support
> 0413-331-334
> http://www.michaelwalker.f2s.com/
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------