LINUX dedicated server grey screen

Wowzoor

Honorable
Aug 15, 2013
19
0
10,510
Why does my dedicated server look like this ( http://prntscr.com/36hj0t )? I've tried so many things to fix it but I have no idea...

It's ubuntu, I've installed gnome and vnc and the issue is still there.

This is my xstartup

#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
gnome-session --session=gnome-classic &

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#x-terminal-emulator -geometry 1280x1024+10+10 -ls -title "$VNCDESKTOP Desktop"$
#x-window-manager &