Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-24-2005, 07:31 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Rep:
|
How do you start debians gui ?
Im very sorry for this very newbie question but im lost.
I Just installed Debian on one of my spare computers to experiment with but i cant seem to get the gui start. I checked google and a few other sites and they all tell me to simply type startx . I tried typing startx but it gives me a unknown command error. Maybe the gui has to be configured first ? if so how would that be done.
Thank you all for your patients with this stupid question but your help is greatly apreciated.
Nicarlo
|
|
|
|
08-24-2005, 07:34 PM
|
#2
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
did you install X and a WM?
|
|
|
|
08-24-2005, 07:36 PM
|
#3
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
i dont believe so.. how would i go by installing it ?
thanks for your quick responce.
|
|
|
|
08-24-2005, 07:37 PM
|
#4
|
|
Member
Registered: Mar 2005
Location: Ottawa
Distribution: CentOS x86_64
Posts: 90
Rep:
|
Not 100% sure but maybe you need the Xorg- X11 packages....Note that I work with FC.
Not much but we never know dude
Mart.
|
|
|
|
08-24-2005, 07:40 PM
|
#5
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
apt-get install xorg fluxbox(or gnome, xfce, kde, whatever WM you want)
Oh and if you want to boot into a graphical interface, then apt-get install gdm(kdm, or xdm will work too)
|
|
|
|
08-24-2005, 07:41 PM
|
#6
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
does that package come with debian or it is seperate ?
|
|
|
|
08-24-2005, 07:43 PM
|
#7
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
here is a big help page for Debian
http://www.togaware.com/linux/survivor/
Does what pkg come with debian?
|
|
|
|
08-24-2005, 07:58 PM
|
#8
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
that site is not really a big help.... anyyone else have any suggestions?
|
|
|
|
08-24-2005, 08:04 PM
|
#9
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
what are you talking about? I told you what to do!!!
Originally posted by bosewicht
apt-get install xorg fluxbox(or gnome, xfce, kde, whatever WM you want)
Oh and if you want to boot into a graphical interface, then apt-get install gdm(kdm, or xdm will work too)
How difficult is that?
Why didn't you install a distro that is more newbie friendly
Last edited by bosewicht; 08-24-2005 at 08:05 PM.
|
|
|
|
08-24-2005, 09:04 PM
|
#10
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
sorry for asking over and over the same questions. i tired apt-get install gnone, xorg and etc.. but none worked. The last one you gave me apt-get install gdm seems to be working at the moment. Thanks alot for your help.
I know i should probably be sticking to a more user friendly distro but the whole purpose im doing this is to learn new ways and by doing that i need the help of great people like you.
After installing apt-get install gdm everything seemed to work well until i tried to execute the startx command once more. This time it actualy responds to its command but im getting a whole bunch of errors and the gui is not starting. im getting line2: /usr/bin/X11/X no such file or directory... any suggestions what to do from here ?
|
|
|
|
08-24-2005, 09:14 PM
|
#11
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
apt-get install gnome
check the spelling.
or you can try
type in apt-get install xorg
which should pull the xorg or xfree packages as well.
If you just install xorg or xserver-xfree86 you will still not have a desktop. You must install gnome, kde, whatever.
You want to learn, but part of the learning process is figuring things out. Installing and configuring X is easy. there are instructions on this site in the tutorials and all over the web how to do it.
|
|
|
|
08-24-2005, 09:19 PM
|
#12
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
I tried all the apt-get install and none work.. they all give me the same error either couldnt find package or Package gnome has no installation candidate.
I agree with you .. i should try to figure it out.. its not like i didnt try anything.. ive been reading for a few hours now on this stuff and nothing is a good read.
Anyway hope you can help me out once again.
|
|
|
|
08-24-2005, 09:23 PM
|
#13
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
try adding these lines to your /etc/apt/sources.list:
# Debian experimental
deb ftp://ftp.debian.org/debian/project/experimental main
# GNOME 2.10 pending packages
deb http://pkg-gnome.alioth.debian.org/debian experimental main
so you need to su or sudo to edit that file. add the above lines to it. then try the apt-get install gnome.
It's stupid if debian doesn't include gnome in it's main repo
|
|
|
|
08-24-2005, 09:59 PM
|
#14
|
|
LQ Newbie
Registered: Aug 2005
Posts: 24
Original Poster
Rep:
|
its doesnt seem to like this line
deb ftp://ftp.debian.org/debian/project/experimental main
i ran the update with the other one and it downloaded two new files but im still getting errors. Anymore suggestions ?
|
|
|
|
08-24-2005, 10:15 PM
|
#15
|
|
Senior Member
Registered: Aug 2003
Location: Honolulu, HI
Distribution: Arch
Posts: 1,380
Rep:
|
Yeah, i typed it in wrong, try this
# Debian experimental
deb ftp://ftp.debian.org/debian/project experimental main
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:18 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|