Sign in with
Sign up | Sign in
Your question

LINUX dedicated server grey screen

Tags:
  • Dedicated Server
  • Ubuntu
  • Desktops
  • Linux
Last response: in Linux/Free BSD
Share
April 2, 2014 2:50:51 PM

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 &




More about : linux dedicated server grey screen

a b 5 Linux
April 2, 2014 5:51:25 PM

at least this should be:
  1. exec gnome-session

m
0
l
!