LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-09-2007, 10:21 PM   #16
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49

Quote:
Here is what happens. I turn on the computer and it gives some sort of warning in white letters
in a red box that says that there is no partition. I figure that this is OK since that is how
I remember setting up the system. I thought that there was no issue with it having no partition
anyway.
That makes absolutely no sense. There has to be a partition that you installed into. When you get an error, we need exact text. It is hard to help you when you only tell us the general theme of the error. You couldn't have installed to no partition, as the files had to go somewhere inside a partition. They can't exist in unpartitioned space.

Quote:
So, thinking that the problem must be with the fact that my laptop has an ancient screen resolution,
I decided to connect a more modern monitor to the laptop and try again. This time, it pretty much the same
as it did before except for the very end there was a different error instead of a blank screen.
That won't work at all. You can't go from the laptop built in screen to an external monitor, because you need to configure X for a dual headed display. Just plugging in a monitor will only show you the boot, which you took images of. Once the boot is done and X starts, it will start on the laptop only. Fortunately, the last screenshot you posted showed the problem there. Your refresh rates are nowhere near where they should be.

Your horizontal frequency is set to 15.7 when it needs to be between 30-70, and vertical is set to 30 when it needs to be between 50-120. To change those values, edit the file /etc/X11/xorg.conf. Specifically, change the H and V refresh rates to those specified by the monitor, unless those were the external monitor, and not your laptop's. Get the correct values from the laptop manufacturer's website, or just go for a middle-of-the field value.

Quote:
The next screen shows the menu for starting in single user mode:
[url]http://www.gelsana.com/debian/100_2412.JPG[/img]
That is called the grub menu, and shows exactly what we would expect. Grub normally gives the choice of default boot and single user. Single user is only intended to be used for fixing problems, not actual use.

Quote:
Here are the following screens after I select single user mode:
http://www.gelsana.com/debian/100_2413.JPG
http://www.gelsana.com/debian/100_2414.JPG
http://www.gelsana.com/debian/100_2415.JPG
http://www.gelsana.com/debian/100_2416.JPG
http://www.gelsana.com/debian/100_2417.JPG
http://www.gelsana.com/debian/100_2418.JPG
http://www.gelsana.com/debian/100_2419.JPG
http://www.gelsana.com/debian/100_2420.JPG
All of those are the normal boot process.

Try setting your xorg.conf to better values, and see what happens. The blank screen you describe on a normal boot is actually exactly what should happen if you have bad resolutions. To the computer's point of view, everything is fine, which is why you get no errors. The problem is a conflict between the way things are set and the way they should be set.

You may find it best to boot into text (as mentioned earlier, hit ctrl-alt-f1, or f2), become root, and issue the command
Code:
dpkg-reconfigure xserver-xorg
That should give you the options of automatically detecting the default values for things like the refresh settings.

The real problem may be the partition issues.

Peace,
JimBass
 
Old 03-10-2007, 02:54 AM   #17
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
JimBass is correct.

Do this:
1. Boot Debian on your laptop like normal. (default)
2. WAIT for it to finish loading and put up the black screen.
3. Press "Ctrl+Alt+F1". (This will bring you to terminal 1)
4. Type in "root" then enter.
5. Type in the root password, then enter.
6. Type in "dpkg-reconfigure xserver-xorg", then enter.
7. Follow the step by step instructions.
8. Type in "reboot", then enter. (If all goes well, you may not even need this step)
9. You may wish to repeat this process if you are unsure of how to answer some of the steps.

10. If your system is still not starting correctly, then you need an easier distro. Try Xubuntu. (It's lighter on resources than the regular Ubuntu. X/Ubuntu are both the spawn of Debian.)
 
Old 03-13-2007, 10:03 PM   #18
complete
Member
 
Registered: Jul 2005
Location: St. Louis, USA
Posts: 38

Original Poster
Rep: Reputation: 15
I am giving Mepis Lite a shot. So far it is working out. I am still in the installation process but at least I have a graphic user interface.
 
Old 03-13-2007, 10:26 PM   #19
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
That's fine man. I still suggest getting VERY familiar with the command line. The power of linux doesn't come out so much through GUI, but in the CLI. The GUI is an easy thing to use, and certainly has its purpose, but the CLI has a steeper learning curve, and many times the potential of things that you can do with it.

Peace,
JimBass
 
Old 03-13-2007, 10:59 PM   #20
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Mepis is probably a better choice. Why did you decide on Debian originally?
 
Old 03-13-2007, 11:11 PM   #21
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
You guys are candidates for sainthood. Every so often I read thru the link above to remind me that there really are people that helpful.
 
Old 03-14-2007, 01:44 AM   #22
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
@rickh
I appreciate the compliment (I think), but that thread you linked to appears that it was never actually solved... ?
 
Old 03-14-2007, 01:53 AM   #23
complete
Member
 
Registered: Jul 2005
Location: St. Louis, USA
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Sepero
Mepis is probably a better choice. Why did you decide on Debian originally?
We are using it at work in embedded systems.

Command line is not such a learning curve for me since I am a programmer.
 
Old 03-14-2007, 02:31 AM   #24
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Maybe try Debian again later then. Mepis should give you a good jump start until then.
 
Old 03-14-2007, 03:11 AM   #25
complete
Member
 
Registered: Jul 2005
Location: St. Louis, USA
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Sepero
Maybe try Debian again later then. Mepis should give you a good jump start until then.
If it will even work. I have been through a lot and tried lots of suggestions and we never got past a command line interface.

But, then again, maybe that is a good thing.
 
Old 03-14-2007, 10:37 AM   #26
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Are you aware that the netinstall/business card doesn't install a graphical interface by default? That is part of how it is kept small. You get the graphics going by apt-get install (kde, gnome, xfce etc) or using aptitude to do the same. If you get as far as the login prompt and have internet connectivity, that is all that is supposed to happen. Beyond that, it's your game to play/setup as you want.

I know earlier you tried an install disk with xfce included, but if you tried a smaller installer later, you won't have any X windows installed.

Peace,
JimBass
 
Old 03-14-2007, 11:03 AM   #27
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by complete
Command line is not such a learning curve for me since I am a programmer.
Quote:
Originally Posted by Sepero
Maybe try Debian again later then.
Quote:
Originally Posted by complete
If it will even work. I have been through a lot and tried lots of suggestions and we never got past a command line interface.
Ummm... yeah.
 
  


Reply

Tags
debian, install, laptop



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
Installin Programs.. BeachBum Fedora - Installation 9 09-07-2005 05:35 PM
Installin Cd burner stress Linux - Hardware 5 04-29-2005 01:37 AM
installin debian 3.0 r4 from ISO on coLinux 0.6.1 piratu Debian 1 02-17-2005 06:26 PM
"INstallin Sarge Debian Thru Hard Disk" manikantha Linux - Distributions 1 02-08-2005 06:15 PM
Installin Mozilla 1.4 PionexUser Linux - Newbie 2 07-17-2003 09:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:24 AM.

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