X
6 Replies
http://www.gnome.org/faqs/users-faq/installing.html
Here's a quote from it:
If you are a new GNOME user, run apt-get install task-helix-core to get the core parts of it, or apt-get install task-helix-gnome to get all the applications.
Does that help?
Here is what I did:
Make sure "hostname" is set to a FQDN that actually resolves to your IP (like li-20.members.linode.com).
As root:
apt-get upgrade
apt-get dist-upgrade (just to be safe)
apt-get install vncserver
apt-get install xfonts-base (might not need this)
apt-get install gnome-core (this did a whole bunch of stuff)
apt-get install gnome-session
Then, create a file ~/.vnc/xstartup, put this into it:
!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
gnome-session &
Ok - save that file, and then
vncserver
It's aweful slow for me, for some reason - and a farily crippled install. But it gets it started…
-Chris
@sec39:
ok neat.. thanks a lot. i'll give it a shot just. did you have to install X at all or just went ahead and installed gnome? i tried out the full install of rh9 lastnight and it was slow but not terribly slow. i think if you enable xdmcp and access your computer through x-win there will be a noticible speed increase over vnc.
VNC has it's own X server (Xvnc).
My experience is VNC on the Red Hat installs was much faster - I should make "real" Debian images like the others.
I'm not much of a GUI guy, and I messed around with xdmcp for a while, but could never get it to work. We need tutorials
-Chris