It sounds like you have a minimal window manager running, and are actually in X windows, but its not as flashy as you would like. If it was me, I would do something along the lines of "cp ~/.xinitrc ~/xinitrc.temp && cp /etc/X11/xinit/xinitrc.gnome ~/.xinit" without the quotes, then startx again, and see if it gives you what you are looking for. What that command does is copy your old xinitrc file(tells X windows what window manager to start, and what programs to run at the start up of it) to a temp file, then copies the xinitrc file for the gnome window manager(more flashy, and semi windows like) to your home folder.
|