Debian This forum is for the discussion of Debian Linux.
|
| 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. |
|
 |
|
03-09-2007, 10:21 PM
|
#16
|
|
Senior Member
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100
Rep:
|
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
|
|
|
|
03-10-2007, 02:54 AM
|
#17
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
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.)
|
|
|
|
03-13-2007, 10:03 PM
|
#18
|
|
LQ Newbie
Registered: Jul 2005
Location: St. Louis, USA
Posts: 26
Original Poster
Rep:
|
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.
|
|
|
|
03-13-2007, 10:26 PM
|
#19
|
|
Senior Member
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100
Rep:
|
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
|
|
|
|
03-13-2007, 10:59 PM
|
#20
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
Mepis is probably a better choice. Why did you decide on Debian originally?
|
|
|
|
03-13-2007, 11:11 PM
|
#21
|
|
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:
|
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.
|
|
|
|
03-14-2007, 01:44 AM
|
#22
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
@rickh
I appreciate the compliment (I think), but that thread you linked to appears that it was never actually solved... ?
|
|
|
|
03-14-2007, 01:53 AM
|
#23
|
|
LQ Newbie
Registered: Jul 2005
Location: St. Louis, USA
Posts: 26
Original Poster
Rep:
|
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.
|
|
|
|
03-14-2007, 02:31 AM
|
#24
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
Maybe try Debian again later then. Mepis should give you a good jump start until then.
|
|
|
|
03-14-2007, 03:11 AM
|
#25
|
|
LQ Newbie
Registered: Jul 2005
Location: St. Louis, USA
Posts: 26
Original Poster
Rep:
|
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.
|
|
|
|
03-14-2007, 10:37 AM
|
#26
|
|
Senior Member
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100
Rep:
|
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
|
|
|
|
03-14-2007, 11:03 AM
|
#27
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
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.
|
|
|
|
| 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 07:44 AM.
|
|
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
|
|