On Sat, Feb 26, 2000 at 10:55:25AM +1100, Ryan McBride wrote:
| Has anybody had any experience with VNC on windows/linux??? m trying to use
| it and for sum reason when i load it up i just get a blank screen like what
| you get when your fisrst start xwindows before all the icons and wall paper
| are loaded.

Assuming you're running the vncserver on UNIX, you want to create a
script called "xstartup" in your .vnc directoryto be the X session you
run. Mine says:

        #!/bin/sh

        # tacky efficiency hack
        DISPLAY=localhost:`expr "x$DISPLAY" : '.*:\(.*\)'`
        export DISPLAY

        xsetroot -solid black
        xrdb $HOME/.Xdefaults   # xrdb_load
        xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
        fvwm2 &

Cheers,
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

You don't stop riding because you get old, you get old because you stop
riding.         - Anon. on rec.motorcycles
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to