LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-05-2004, 01:30 PM   #1
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Rep: Reputation: 15
Debian?


Hello,

I just installed debian and its my first time using linux. When I log on its just a black screen, not pritty at all? How can I change this so that it will look noice, you know... with windows and stuff??

I do have a CD with debian on but im not sure what to install from it and HOW to install anything at all...

any help would be greatly appreciated!
 
Old 03-05-2004, 01:37 PM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Run 'startx' (assuming the ugly screen is a command-line)
I think the command in Debian for installing stuff from cdrom is 'apt-cdrom' or similar.
 
Old 03-05-2004, 01:49 PM   #3
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
Hi!

ok, its my first time using linux here so im going to ask many questions

First of all, nothing happens by just typing 'startx' in the command-line... did i miss something?

and apt-cdrom only gives me a screen with cd option flags...?
 
Old 03-05-2004, 01:54 PM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
What do you mean by nothing? It had to do something, even if it wasn't very useful. What did it say?

Well I don't use debian, so I don't know how to use apt-cdrom... try 'man apt-cdrom' or 'info apt-cdrom'.
 
Old 03-05-2004, 01:55 PM   #5
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Debian hem It has been a long time... Let's see if I'm still sharp. After installing Debian and going to the command line, you've to first type:

XF86Setup

You will now answer a bunch of questions, answer then the best you can . If it fails, try:

xf86config

see if it helps. It's good to know very well all your hardware, specially monitor and video card when running it.
At the end of either of the above configurations, debian will write a XF86Config file at /etc/X11. Try now typing startx and see if it starts. If it fails, you will have to go back to xf86config and XF86Setup until your hardware is 100% well configured .

Debian is tough mate, but it's great . Even Slackware should be much, much easier to setup then Debian... Another alternative, if you really wish to run Debian is Libranet 2.7 Classic Free Edition. It's 100% Debian, but does all the dirty job for you

http://www.libranet.com/

Regards!

EDIT: the main difference between XF86Setup and xf86config is that the first one is graphical. graphical is recommended, indeed . If it fails, use the second one...

Last edited by Mega Man X; 03-05-2004 at 02:00 PM.
 
Old 03-05-2004, 02:14 PM   #6
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
Thank you for your reply!

Allthough both commands fail when i type them into the command-line?
Am i seposed to be in a specified folder?

Thanks!
 
Old 03-05-2004, 02:15 PM   #7
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by aaa
What do you mean by nothing? It had to do something, even if it wasn't very useful. What did it say?

Well I don't use debian, so I don't know how to use apt-cdrom... try 'man apt-cdrom' or 'info apt-cdrom'.

It said "command not found" when i type startx
 
Old 03-05-2004, 02:15 PM   #8
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Are you root? Does startx even work in the first place (even if it fails)? And when you say something fails, please post the error message.
 
Old 03-05-2004, 02:16 PM   #9
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Did you install X during installation?
 
Old 03-05-2004, 02:21 PM   #10
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
dont think so, never came across something just called X..
 
Old 03-05-2004, 02:22 PM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
How about XFree86?

Last edited by aaa; 03-05-2004 at 02:26 PM.
 
Old 03-05-2004, 02:25 PM   #12
linux_dejan
Member
 
Registered: Mar 2004
Posts: 36

Original Poster
Rep: Reputation: 15
that aint working as a command either "command not found", and i dont think i installed anything with that name...
 
Old 03-05-2004, 02:26 PM   #13
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
See this: http://www.osnews.com/story.php?news_id=2016&page=9, specifically this part: http://www.osnews.com/story.php?news_id=2016&page=9

Also: http://www.debian.org/doc/manuals/ap.../index.en.html

Edit: More links:
You will need to make a sources.list file to get apt-get working. Then you can use it to install XFree86 (see the osnews guide), then you can run 'startx' or use the configuration tools suggested earlier:
http://www.oreilly.com/catalog/debia...k/appc_05.html

Last edited by aaa; 03-05-2004 at 02:30 PM.
 
Old 03-05-2004, 02:36 PM   #14
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hmmmm... maybe you have to try reinstalling it . Or, boot debian, when you are at the command line, try:

apt-get update
apt-get install xfree

With Debian disk on the drive. Let's hope that you have enabled Debian's APT to check the CD during install . If nothing happens, go into

/etc/apt

and edit the file called source.list or something like that. See if there's a line there commented out (with a hash # symbol) related to the cd-rom. If so is the case, comment that line out (remove the # symbol at the beginning of the line). Save the file and run again:

apt-get update
apt-get install xfree

Note: this is a wild guess... I'm not sure if xfree could be installed like that.. but that's what I would try to do

Last edited by Mega Man X; 03-05-2004 at 02:37 PM.
 
Old 03-05-2004, 02:48 PM   #15
Cage47
Member
 
Registered: Feb 2003
Location: Pasadena, TX
Distribution: Debian Lenny
Posts: 220

Rep: Reputation: 31
Come on guys quit running him around in circles.

You don't have the xfree86 server installed so no graphical display. login as root and type this:

apt-get install kde

This will get you started with a basic KDE install and you can go from there.
Honestly though, Debian might be a little daunting if you're completely new to Linux. I love it but it does take some underlying understanding of internal systems to administer correctly.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
differences between debian and debian-based distros dratix Debian 8 05-03-2008 11:05 AM
Debian Review - Debian was made for KDE vxc69 Debian 23 05-28-2007 07:56 AM
What's the difference between debian and other debian-based distro like knoppix? Akhran Debian 11 08-28-2005 06:07 PM
32bit Debian -> 64bit Debian movery Linux - Distributions 0 01-08-2005 06:39 AM
Progeny Debian Upgrade to Debian Unstable? mrmdls Debian 1 09-25-2003 07:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration