Romeo Theriault wrote: > I have no xstartup file under the .vnc directory. How do I get one so I can > change the default window manager that starts. Right now I just get a grey > screen with a X for a mouse cursor. No xterm or anything. Just create one with a text editor (e.g. gedit). This (2-liner) should do: #!/bin/sh gnome-session HTH Andy