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

    • Price Drop: Save 86% on Microsoft Office 2021 Professional Plus lifetime digital license by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 86% on a lifetime license to Microsoft Office 2021 for Windows. This bundle is for families and small businesses who want classic Office apps and email. It includes Word, Excel, PowerPoint, Outlook, Teams, and OneNote. A one-time purchase installed on 1 Windows PC for use at home or work. Lifetime license for MS Word, Excel, PowerPoint, Outlook, Teams, & OneNote One-time purchase installed on 1 Windows PC for use at home or work Instant Delivery & Download – access your software license keys and download links instantly Free customer service – only the best support! Microsoft Office Professional 2021 (for Windows) includes: Microsoft Office Word Microsoft Office Excel Microsoft Office PowerPoint Microsoft Office Outlook Microsoft Office Teams Microsoft Office OneNote Microsoft Office Publisher Microsoft Office Access No faffing about with subscriptions, just classic apps that don't expire. Good to Know ONE-TIME PURCHASE INSTALLED ON 1 DEVICE Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Full versions No subscriptions – no monthly/annual fees Version: 2021 Updates included* *Support for this version of Office ends on Oct 13, 2026 A lifetime subscription to Microsoft Office 2021 Professional normally costs $219.99, but this deal can be yours for just $29.97, that's a saving of $190. For full terms, specifications, and license info, click the link below. Get Microsoft Office Professional 2021 for just $29.97, or learn more Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • The only reason I want to know where you from is because if you are not from the U.K, then why should you care what we in the U.K do or don't do? Racist I am not, I am fed up with the amount coming over here and feel they can come over here and think we need to support them. Do you know how much it costs this country to support these people coming over here? Even when we give them a place to live it is not good enough. We had a barge that was being used to house immigrants, oh but that was not good enough. A mate said to me at the time, when he was homeless, he would have been happy to live on the barge, instead of ending up sleeping on a bench on the beach. I am not scared to say what my family heritage is, unlike you who is scared to say where they are from or where they live. Father side U.S, mother side Wales, still have family living in the U.S. A mate who sadly died a few years ago, had a load of people from different races recording in his studio, I got on with all of them. Skin colour don't bother me, where they are from don't bother me. Religion don't bother me as long as they don't push it onto me and it is not crazy stuff. I am not religious. But if you are not living in the U.K, then why should you care if we are in the E.U or not? This the problem, too many people poking their noses into where it don't belong. But you believe what you believe, if you think I am racist, then be it, I really do not care. Just grow a pair
    • If he hasn't been able to figure that out, then why is he obsessed with tariffs? Because that's one of the most prominent tools to level the playing field when you have high cost of labor.
    • Microsoft released Windows 11 KB5102558, KB5095615 Setup and Recovery updates by Sayan Sen This past week Microsoft released the newest preview update (C-release) under KB5095093. Alongside those, Microsoft also released new dynamic updates. For those who may not know, dynamic updates bring improvements to the Windows Recovery process in the form of Windows Recovery Environment (WinRE) updates, which are also called Safe OS updates. The dynamic updates also affect the Setup file binaries in the form of Setup updates. These Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is currently an FOD on Windows 11 24H2. This time both recovery and setup updates were released for Windows 11. The company writes: "KB5095186: Safe OS Dynamic Update for Windows 11, version 26H1: June 23, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.28000.2335. KB5102558: Setup Dynamic Update for Windows 11, versions 24H2 and 25H2: June 23, 2026 This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 24H2 and Windows 11, version 25H2. KB5095615: Safe OS Dynamic Update for Windows 11, versions 24H2 and 25H2: June 23, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.26100.8737." Microsoft notes that both the Recovery and Setup updates will be downloaded and installed automatically via the Windows Update channel.
  • Recent Achievements

    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • 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
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      73
    5. 5
      macoman
      62
  • Tell a friend

    Love Neowin? Tell a friend!