Results 1 to 10 of 11
Hello everyone!
I recently acquired an ancient laptop. The best spec sheet I could find on the web is here: http://developer.novell.com/yes/53596.htm . The only correction I can make for sure ...
- 12-11-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 13
[Sarge] New to Debian - installed on ancient laptop, no graphical interface
Hello everyone!
I recently acquired an ancient laptop. The best spec sheet I could find on the web is here: http://developer.novell.com/yes/53596.htm. The only correction I can make for sure is that it has a 4 GB hard drive, not 2.1 GB. It originally had Windows ME installed on it. However, since 1) the laptop is used, so it had a lot of junk on it, 2) Windows ME is an ungodly horrible operating system, and 3) I've heard really good things about Linux, I decided to make the move to Debian. I've had great difficulty selecting the right distro; in the end, the choice was actually quite random. However, I hope it will ultimately turn out well.
That concludes my introduction. So here's the problem: I just installed Debian, and the graphical interface did not load. I am currently staring at the bash prompt. I have programmed on Windows before, so I know a bit about computers; however, I never used Linux, so treat me as Uber Newb.
To aid the diagnosis, here's a report of several significant things that happened during the installation:
* The first time around, I accidentally pressed Enter instead of Space Bar when asked if I want to install a Desktop system. However, I completely started over and did the entire installation process again. I cleared the entire disk during the installation. The second time around, I did make sure to select that I want a desktop system.
* The installer never asked me what video card I have or what video driver to use! When looking around on the web, I found out that it should have! Thus, I never made any choices such as "vesa" or "ati" or anything. There's a good probability that this is the problem, but I don't know how to fix it.
* The laptop randomly turned off during the second installation. I simply turned it back on. I have no clue what sort of effect this may have had.
* The installation media that I used was the 15 CD set, which I downloaded and burned myself from here. I verified the checksums using a program, so the downloaded CD images were not corrupt. I only had to use the first three disks.
* The entire installation process took place after midnight yesterday. Anything I may have done was done in a state of subconsciousness.
* I set up a user account for myself, but I cannot use "sudo" with it. What little I know about Linux already suggests that I will not be able to live without sudo for any significant period of time. How can I add my user account to the sudoers list?
* I should note that my laptop is not connected to the Internet. It is not on any sort of network.
I would appreciate any help with the matter. It just may be that my laptop is too old for Debian. However, I would like to give it a try. If it involves learning to use the terminal, so be it (which brings me to a side topic: do many Linux users actually use the terminal? Or is it a GUI world out there?).
Remember, this is the first time that I've ever used Linux on my own. So be gentle!
- 12-11-2006 #2It's a good choice if you want to learn.
Originally Posted by serg.kr
Yep, very common mistake.
Originally Posted by serg.kr
This command will help you configure your video card :
Originally Posted by serg.kr
Code:dpkg-reconfigure xfree86-xserver
You really don't need anything more than the first CD, perhaps even less (the netinstaller is the prefered way if you have a good internet connection).
Originally Posted by serg.kr
That's normal, sudo is not configured by default. You can search the forum for the answer to that, or you can try this small tutorial I wrote a while ago :
Originally Posted by serg.kr
http://technowizah.com/2005/12/debian-how-to-sudo.html
Then forget the netinstaller.
Originally Posted by serg.kr
I don't believe it is. It has 128 mb of RAM, which is enough.
Originally Posted by serg.kr "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-11-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 13
Thanks for the help so far:
It works! I can use sudo now.
Originally Posted by antidrugue
This gave me:
Originally Posted by antidrugue
Package 'xfree86-xserver' is not installed and no info is available.
I looked around on the web, and I found that I should try:
sudo apt-get intsall xserver-xfree86
Upon entering that, it ran me through the installation of whatever this thing is that I'm installing. It actually asked me for some info about my video card (though it auto-detected which driver to use). I answered everything as best I could, though I have to admit I wasn't always sure what I was doing:
* For supported resolutions, I picked 1024x768, 800x600, and 640x480.
* For number of bits (?), I picked 24 (default).
* I had little idea about what I should have entered for the mouse because all I have is the touchpad. I just left the default option.
Further searching told me that the magic command to get the GUI working is "startx". However, this gave me several errors; the odd thing is, it doesn't let me scroll! All I can see is the lowermost portion, which complains about missing symbols ("Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o": No symbols found, among other similar messages). Next, it says it cannot detect the mouse (No core pointer). Finally, it tells me "Fatal server error: failed to initialize core devices".
At this point, I'm really not sure what to do. But the goal feels closer...
- 12-11-2006 #4is not enough.Code:
sudo apt-get install xfree86-xserver
You need the larger package x-window-system-core :
ThenCode:sudo apt-get install x-window-system-core
will work.Code:startx
Also, choosing 16 for color depth will give you better performance."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-12-2006 #5Just Joined!
- Join Date
- Dec 2006
- Posts
- 13
Yay! It worked! After installing x-window-system-core, and after another round of dpkg-reconfigure xserver-xfree86 (Note: you wrote it backwards: it's xserver, and then xfree86), I got a graphical operating system! I actually had to play around with the options in the reconfigure application for the mouse. It appears that the graphics do not load if the mouse is not properly configured.
The only problem is: it looks kind of barren. Maybe this is how it's supposed to look, but it looks severely primitive. There is not much of a background, and absolutely no start menu of any sort. In other words, everything's quite monochrome.
Am I missing something? Or is Debain really lightweight in terms of graphical interface?
====
Another question: the trackpad on the laptop does not seem to work. The only way I could use a mouse is if I connect one. Is there a way to enable the trackpad?
- 12-12-2006 #6For the moment, you don't have any desktop environment installed. There is a list here (or check out wikipedia) :
Originally Posted by serg.kr
http://xwinman.org/
You can choose any graphical environment you like. Since this is a fairly old computer, I suggest you stay away from Gnome or KDE.
Originally Posted by serg.kr
Other choices are XFCE, Fluxbox, JWM, RatPoison, or anything you like.
Personally I like [ur=http://joewing.net/programs/jwm/]JWM[/url], but there is not package for it in Debian. It is certainly the lightest desktop environment out there.
But for now don't try to compile anything, just rely on apt-get.
So :
will install xfce4.Code:sudo apt-get install xfce4
For the trackpad, you'll probaly need to install xfree86-driver-synaptics and to load evdev module at startup (in /etc/modules).
Originally Posted by serg.kr
So, in /etc/modules you can specify which modules you want to load at startup.
Or you can load modules manually like that :
Code:sudo modprobe evdev
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-12-2006 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 13
Debian can find neither the xfce4 package, nor the xfree86-driver-synaptics package. A quick search online, however, reveals that both should exist. Is it because I need an Internet connection? Other reason? How can I get around this?
- 12-12-2006 #8Just Joined!
- Join Date
- Jun 2006
- Posts
- 50
Probably on one of th other debian CDs. I didn't notice which one, but it is part of sarge so you'll have it if you have a copy of all the CDs.
Originally Posted by serg.kr
is how I'd find out which disc. There are probably a few hundred other ways, just that's a relatively straightforward way from the command line that comes to mind.Code:mount /dev/cdrom cd /media/cdrom/pool/main/x ls xfce4
once you find the disc, you either add it to /etc/apt/sources.list with a txt editor (I recommend either midnight command (command is mc) or nano (command is nano)) and thenor you can just use dpkg to install itCode:apt-get install xfce4
you actually can leave the * in or you can type out the file name... the same goes for any package. The CD should contain /pool/main and /pool/contrib and some may also have /pool/non-free from there it's usually just going to be the first letter then the package name. the exceptions are libs. they're liba - libz then the package name.Code:cd /media/cdrom/pool/main/x/xfce4 dpkg -i xfce4*i386.deb
- 12-16-2006 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 1
Why isn't this done by default?!?!
I just installed Debian's 3.1r4 DVD, made sure to select to install a Desktop Environment and when the installation finished I had no GUI!
It doesn't even install X!!
Though it seems like it IS supposed to install everything by itself as I haven't seen FLOODS of newbies complaining they see a "black screen" in these forums.... (haven't checked any Debian-onl forums yet though).
- 12-20-2006 #10Just Joined!
- Join Date
- Dec 2006
- Posts
- 13
Hi,
I'm really sorry that I dropped this thread. I had an ungodly amount of school work lately, so no time to play around with Linux.
So I played around with apt and the Debian CD collection. After experiencing some problems, I found out that the proper way to add CDs to apt is not by editing sources.list, but rather to use the command apt-cdrom add. But thanks for pointing me in the right direction; I would not have been able to figure this out. And I got to learn about the joys of editing text files from the terminal.
So, after adding the CDs using the aforementioned commands, installing xfce was pretty straightforward using the help you gave. I have a working desktop now! Thanks immensely for the help!
Now I'm just trying to learn how to maneuver with Linux and how to perform some common, necessary tasks. The first of which is this:
I wanted to use a jump drive to transfer files to and from my laptop. I searched around for this, and stumbled upon this helpful thread:
http://www.linuxquestions.org/questi...hreadid=333659
I'm happy to announce that it works! I simply created a folder (mkdir /home/serg/jumpdrive), put the jump drive in, and called sudo mount /dev/sda1 /home/serg/jumpdrive. Then, opening the /home/serg/jumpdrive directory showed the contents of my jump drive.
What's bothering me is that I don't quite know why it works.
1. Firstly, the thread I gave above says that calling fdisk -l should list all my drives and some info about them. However, when I called it, it simply showed nothing. The command is recognized, but there are no drives, even when the USB jump drive is inside. Why?
2. What bothers me even more is that I called the command mount /dev/sda1. When I opened the /dev directory and asked it to list the files it contains, it does now show that the sda1 folder exists. Why not? Why does this command work?
Thanks for all the help so far, and again, sorry for dropping the thread.


Reply With Quote
