Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: X
PostPosted: Tue Jun 17, 2003 7:29 pm 
Offline
Junior Member

Joined: Tue Jun 17, 2003 2:18 pm
Posts: 47
Website: http://www.clan-intrepid.com
AOL: mshine311
The base install of Debian comes with just about nothing.. pretty much lets you install whatever you want. Sure its great to do a lot of the configuratoin by command line and config files.. its great sometimes to have a GUI that helps you out. I wouldnt mind installing Gnome or some other minimal GUI so that I can vnc in and work with the interface. I installed X and vncserver and was able to access my server. The only problem I ran into was getting gnome to work. Any suggestions? All I had was the base interface that Debian comes with after you install X through tasksel.


Top
   
 Post subject:
PostPosted: Tue Jun 17, 2003 8:15 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Check out:

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?


Top
   
 Post subject:
PostPosted: Tue Jun 17, 2003 9:15 pm 
Offline
Junior Member

Joined: Tue Jun 17, 2003 2:18 pm
Posts: 47
Website: http://www.clan-intrepid.com
AOL: mshine311
ok cool.. i'll give that a shot. a problem I am running into is when I install X through tasksel it takes me through a configuration with debconf and I'm not sure what to use for settings.


Top
   
PostPosted: Tue Jun 17, 2003 11:09 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Ok, I gave it a shot. Ignore my previous instructions - they didn't work...

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


Top
   
 Post subject:
PostPosted: Wed Jun 18, 2003 10:34 am 
Offline
Junior Member

Joined: Tue Jun 17, 2003 2:18 pm
Posts: 47
Website: http://www.clan-intrepid.com
AOL: mshine311
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.


Top
   
 Post subject:
PostPosted: Wed Jun 18, 2003 12:37 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
sec39 wrote:
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


Top
   
 Post subject:
PostPosted: Wed Jun 18, 2003 2:29 pm 
Offline
Junior Member

Joined: Tue Jun 17, 2003 2:18 pm
Posts: 47
Website: http://www.clan-intrepid.com
AOL: mshine311
hehe yes.. tutorials are the best.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group