Don't!! You should never run X as root. Just log in as a normal user and then type "su" in command line to switch to root user. then do all tasks like that.
If you haven't added a normal user, then do it (as root):
# useradd -m username
You can normally start gnome by typeing:
$ startx
hamish
|