Hi,

i had a look through the archives cause im sure this has been answered many
times but i couldn't find a solution. i am tring to change the size
(resolution) of the terminal, i tried changing the -geometry option in my
xstart and all i sucessfully changed was the size on the shell that is
initially opened in my terminal, the actual terminal size remains unchanged.

i tried creating a couple of different profiles in my xstart, not sure if
that is my problem. ive pasted my xstart below, both options '-name home' &
'-name other'  give the same screen size result

    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey

    case "$VNCDESKTOP" in
    home)
            xterm -geometry 100x100+10+10 -ls -title "$VNCDESKTOP Desktop" &
            startkde &
            ;;
    other)
            xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
            startkde &
            ;;
    esac


thanks
michael
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to