Ubuntu: monitor turning off during boot?


Recommended Posts

Basically I've decided to install linux on my oldish PC downstairs for my mother to use.

Installation was fine, but I seem to have a problem now.

When I turn the computer on, everything happen as it should up until where the boot screen starts. Sometimes It will boot as it should, but most of the time it will not. I usually a blank screen, followed the monitor turning off. Nothing I do makes it turn back on again (unless I restart the PC). It's not the monitor as it works with my other PC (and I've tried my other monitor with this PC and the same happens).

And I don't think its the video card as it worked fine with windows 98 on the same pc.

I've tried Ubuntu and Xubuntu (as it should be faster on older PC's), but the same thing happens. Any ideas?

It's using a Radeon 9200 btw, and I've tried both VGA and DVI.

thanks

Edited by WelshBluebird

Try this if you can. It may help since it turns off all of the power saving features.

Edit your /etc/X11/xorg.conf in root mode and add the following lines:

Section "ServerFlags"

#other options can go here

Option "BlankTime" "0"

Option "StandbyTime" "0"

Option "SuspendTime" "0"

Option "OffTime" "0"

EndSection

Under this section just add the "false" after "DPMS" like it shows here.

Section "Monitor"

#other options can go here

Option "DPMS" "false"

EndSection

Right before I tried that, I took out my wireless card, and it seems to be working fine now. Could be a coincidence though, so I'm going to try it with the wireless card back in it now.

Thanks for the input though, I may need a little more help if it won't work with the wifi card (it needs to use wifi, as the distance between the pc and the router is too much for a cable).

edit - so much for that. Put the wifi card in, didn't work. Taken it back out, and still the monitor turns off.

Will try what you suggested if I can get the thing to boot.

Edited by WelshBluebird

If the screen "shuts off", chances are that the video card is outputting a video mode/frequency that the monitor cannot handle.

The quickest, easiest way to toggle resolutions in Linux is to use CTRL + ALT + [num pad plus] or [num pad minus] to step through the allowed modes until you get one that works (usually just a couple times will find one for you).

Hi,

I also have been having the same problem, both with the alt cd and normal live cd both 64. I have tried to run recovery mode and can get to the root command line or whatever its called (im a complete noob, this is my first linux install). I tried to install the nvidia drivers but the program asks me to go into init 3 and then the problems starts again. This time though my monitor flashes a few times and then goes blank but does not turn off.

I also tried to to go to the file "etc/X11/xorg.conf" but when i run recovery mode the file is not there, maybe this is my problem but since this is my first ever install i have no idea, i wouldnt even know how to edit this file if it was there.

I would be very grateful if you have any sugestions.

By the way i have 2 nvdia 8600 GT cards which i normally run in sli mode in windows.

First thing I would suggest to you is to not use the procedure from the nVidia site. While it does work, it does put Linux 'newbies' into modes that they will not be familiar and/or comfortable with.

Get your Linux to boot normally (with default video drivers), then use your package manager to point to the nVidia drivers, and install that way. No mess. No fuss. And keeps itself updated when you update your system. (Y)

Many thanks for that, i shall keep that in mind, problem is i cant get into Ubuntu in the first place even with the default video drivers, my screen just turns itself off or i get a blacnk screen. I only tried to install the nvidia drivers to try and resolve the problem.

i tried to re-install again but the problem is still the same, i tried the alt cd and installation went fine but when you chose to load Ubuntu the screen turns off again. I tried the CTRL + ALT thing but that has not worked. Do you think having 2 graphics cards with SLI bridge on could be possibly causing the problem? if not i have no idea what to do next, i guess ill just have to keep looking.

I have managed to find a few things that have worked for other people but not for me, some suggest changing the splash to nosplash in the GRUB booloader GUI. Others have pointed to editing the menu.lst in the boot directory but when i view mine it completely empty and i dont have a xorg.conf file either.

I know how to navigate through the different directories and edit file using nano now but im now at a complete loss.

Just to confirm what is happening and what ive tried:

I cant run the LIVE x86 amd 64 CD, it just hangs on a blank screen but the monitor remains on

I can install Ubuntu from the alt CD and install seem to go ok uo tp the point it asks you to remove the disk and reboot computer.

Just after the bootloader GUI after selecting Ubuntu the screen turns itself off but the computer seems to carry on loading

I have tried running reovery mode and can get a command prompt, as soon as i type init 3 etc Ubuntu starts to load but then the screen flashes a few times and goes black but stays on

I have tried using the CTRL+ALT+ -/+ to change resolution but nothing, also when i try to use CTRL+ALT+F2/F3/F4 etc i cant bring up any other consoles, CTRL+ALT+f1 is the only one available

xorg.conf is missing and menu.lst is missing.

My system is: AM2 6000, 320gb sata hd, corsiar 2gb 6400 memory, 2 x PCi-E Nvidia 8600gt running in SLI.

My dad has just installed with no problems and since we are both jsut starting to get into linux we want to run the same Linux if possible and i been told Ubuntu is a nice version to start with.

If you can help, thank you in advance.

Peter, I'm pretty sure the nvidia cards are your problem. I have 3 different PC's in my house, each with a different nvidia card, and I have yet to have any distro be able to boot into any sort of graphical interface by default. My suggestion is in the terminal type "sudo dpkg-reconfigure xserver-xorg" answer the questions, and make sure to choose as your driver "vesa" (I've never had the opensource "nv" driver work) Once that's working and you have , enable the restricted drivers, and back in the terminal do "sudo nvidia-xconf". That should set you up for good drivers and all. Hope this helps, and good luck.

Many thanks for that Mitch,

I did find that on another post and i think i set the drivers as VESA. Does that "enable restricted drivers"? I went through the xserver-xorg thing but its possible that I did something wrong in there.

As the only way to get a terminal is through recover, could this be a reason for my boot.lst been empty and xorg.conf missing?

I have also noticed that after you start recovery from the boot GUI you see the text showing whats its doing, An error does show but its so fast that i cant read it properly, i think it has something to with the PCI-E slot, is there a log file somewhere that would tel me what this error is?

this is getting silly now.

I've tried around 5 distro's, and either they don't detect my wireless card, or will choose randomly not to boot.

If it won't boot, the splash screen of the distro will come up. It will start to load the OS, but then the monitor goes blank saying "no input". I've tried it on my other monitor too, so thats not the issue. Any idea? I can kinda see why linux isn't mainstream now.

Yeah the new nvidia cards are a problem with Gutsy. This fix from the Ubuntu forums worked for me which I will copy here:

I found a solution that worked for me on kubuntuforums:

(before I did what follows, I used StartupManager to set the boot-splash resolution to 1024x768 16-bit)

edit /etc/initramfs-tools/modules

add the following

vga16fb

fbcon

vesafb

edit /etc/modprobe.d/blacklist-framebuffer

comment out the following (prefix with #)

blacklist vesafb

blacklist vga16fb

last but not least, run the following in a terminal

sudo update-initramfs -u

http://ubuntuforums.org/showpost.php?p=363...amp;postcount=9

This enabled all simple output (not sure of the technical term, ie. without nvidia drivers) to work including the boot screen and ttys. Remember to actually use startupmanager like the post says because I didn't and it broke Gnome somehow.

Ubuntu is probably the best distro for getting wireless to work. In fact I first heard of Ubuntu because of its good wireless support, even though it is all a hack really (a bit like windows).

  • 10 months later...

Something really awesome about ubuntu 8.10 is that it can be installed from windows, so what you can do is:

1) format your pc and install all drivers

2) download ubuntu 8.10, burn it, and run it from windows

3) with just one click you'll get ubuntu installed

4) your system will reboot and will run the live cd (just select there to boot from the next booting device)

5) you will be asked to start from ubuntu or windows (select ubuntu)

6) the system will finish the install

7) there you have ubuntu with all drivers installed

that's the way I did it and that's how it worked for me pretty awesome!

Edit:

btw... http://www.ubuntu.com/getubuntu/download

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I did think about a Echo show once and it would be useful to see what my cameras see. But my brother got one and I changed my mind. Adverts and not really worth the price just to see my cameras. I have a load of dots and a Echo Gen 4, they will do.
    • I asking where you are from or live, because if you don't live in the U.K, why are you so bothered? That is another reason I voted out, E.U and people poking their noses in where they should not be. Sadly we still have it, Trump, and his cronies. Putin as well and no doubt others. It makes no difference what we believe, if we made the right choice or not, we are out. As I said to someone when the news first broke we have voted out, we just need to make the best of it. I have no problems with closer ties to the E.U, we still need to trade. Just don't want to be in their club.
    • So you think I voted out because i am anti-immigrant. I am fed up with those that come over and think that we owe them something. The ones that are at the moment coming over from France where they are already in a safe country because they think and no doubt will get everything chucked at them. While people who were born and bred here get very little. I have nothing against as i have said before those that come here and work. In fact I know full well that our NHS would struggle without them. I do have a problem with those that come over here and try to push their religion and their way of life onto us. My reasons for voting out was because of what the E.U is and is also becoming. I did not agree with Freedom of movement, not because I don't want people over here, but because people need to be checked before being allowed to cross borders and that goes both ways. But my main thing was because the E.U is becoming if not already a united states of Europe. The only reason countries like Poland and Romania joined was because they had no money. When my partner left Poland, she had nothing, Poland had nothing, that is why she left. Wanted to learn something and earn a living. The E.U would have us back according to Michel Barnier. https://www.euronews.com/my-eu...ator-barnier-tells-euronews Why are you so scared to say what country you are in?
    • I wonder what that line really meant...
    • draw.io Desktop 30.2.6 by Razvan Serea draw.io desktop is a downloadable security-first diagramming application that runs on Windows, MacOS and Linux. Creating diagrams in the desktop app doesn’t need an internet connection. This is useful when you are disconnected or when you must create diagrams in a highly secure environment, where data protection is of the utmost importance. When you use the draw.io desktop app, your diagrams will be stored on your local device. Because this is a stand-alone application, also designed to run offline, there are no interfaces to cloud storage platforms available. Of course, you can still store your diagrams in folders that are synchronised to your cloud storage if you wish. Easy-to-use diagram editor The draw.io apps work just like the office and drawing tools you are used to using. Drag and drop shapes from the shape libraries and drag to draw connectors between them. Drag connectors to add waypoints and set a precise shape and position, or let them reroute automatically. Double click and start typing to add a label to anything. Create tables and swimlane flows with a familiar tool. Style shapes and connectors with customisable palettes, sketch options, fonts and text formatting tools. Search for shapes, including in open-source icon libraries. Use our vast libraries of shapes and templates, organised into logical categories, to create a range of diagrams and infographics. Generate diagrams from text descriptions using our smart templates. Diagram faster with keyboard shortcuts. draw.io Desktop 30.2.6 changelog: Uses electron 42.5.0 #2452 Updates to draw.io core 30.2.6. Download: draw.io 64-bit | Standalone (Open Source) Download: draw.io 32-bit | ARM64 | ARM64 Standalone Links: draw.io Home Page | Project page @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Excellence2025 earned a badge
      One Month Later
    • Week One Done
      Excellence2025 earned a badge
      Week One Done
    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      498
    2. 2
      +Edouard
      207
    3. 3
      PsYcHoKiLLa
      145
    4. 4
      Steven P.
      74
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!