Ubuntu Installation :: Out Of Range On Boot?

Apr 30, 2011

Got the problem where after the Bios loads my screen just says "out of range" and I cant do anything else. Running on a live cd.

View 7 Replies


ADVERTISEMENT

Ubuntu Installation :: Dual Boot With Windows 7 - Blank Screen With My TFT Screen Displaying A Msg "Out Of Range"

Jul 8, 2011

I have installed Ubuntu 11.04 along side windows 7 ultimate. But the problem is as soon as I switch on my computer. There is only a blank screen with my TFT screen displaying a msg "Out of Range"

Then suddenly Ubuntu loads without showing any option to load windows 7.

View 2 Replies View Related

Networking :: What Are Short Range Link And Long Range Links In Routing

Jun 23, 2009

get me understand the short range and the long range links from routing (and routing protocols') point of view.

View 6 Replies View Related

Software :: Gnuplot - Combining A Linear Range And Log-scale Range In The Same X-axis?

Apr 24, 2011

I want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:

Code:

X Y
0 100
10000 80
20000 75

[code]....

Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:

Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G

(The abbreviations k-M-G are not the important point. Just shown for clarity)

View 2 Replies View Related

Programming :: Bash Script To Ping A Range Or Own IP-range?

Apr 11, 2011

I want to build a bash script, which can ping a range IP adresses which will be filled in by the admin. If there is no IP-adress filled in, then the script must ping the subnet where the system is logged on. So if my ip is 192.168.1.6, then the script must ping from 192.168.1.1 till 192.168.1.255 Or else, if there is given a beginning and ending ip it must ping that!

The first part of the bash script is to ping a given range (see below). But there is one problem, how can I tell the script to ping from $begin till $end, [..] is of course wrong! But what must be filled in there???

echo "Enter beginning IP-adres:"
read begin
echo "Enter ending IP-adres:"
read end
ping -c 1 $begin [..] $end

The second part is to find my own ip and ping the whole range.. How to do that? I only can find my own IP, but I cant ping the whole range,, how to do that?

#!/bin/bash
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' |
cut -d: -f2 | awk '{ print $1 }'

View 11 Replies View Related

Ubuntu Multimedia :: 11.04 - Signal Out Of Range On Boot Up

Jul 17, 2011

I installed edubuntu 11.04 a couple months ago on the kids computer. Everytime we would boot up, we received the signal out of range during the entire boot sequence. However once the login screen showed up, we could see the desktop fine. However, now it will not display anything from the time grub loads it is just Signal out of range. I even let it sit for about 10 minutes. I can boot from the live cd fine...but I'm not sure what to change. How can I fix this issue from the live cd?

View 6 Replies View Related

Ubuntu :: Monitor Out Of Range Noob Dual Boot Pita?

Jul 6, 2011

I just installed ubuntu in a dual boot with Windows 7, I have a new emachines pc compact with 3gb ram 2.8 amd processor, and nvidia 6150 integrated. I cannot see the boot menu, so now I cannot go back into windows anymore becaue I am receiving the message "monitor out of range change to 1600x900" so it just automatically boots into ubuntu. I have searched alot on this topic, and have tried giving terminal commands specified for thiis issue, but the termnal does not recognize the commands. I am logging in and am typing "sudo" before I go into configutration. I am BRAND NEW to linux and am really struggling with this.

my monitor is a 4 month old HP 2010
Display size
50.8 cm (20")
Display type
Wide Thin Film Transistor Liquid Crystal Display active matrix
Aspect ratio

[Code]...

View 2 Replies View Related

CentOS 5 :: 'out Of Range' Message On 1st Boot After Install

Nov 22, 2009

Installed CentOS 5.4 x86-64, installation is fine. First bootup after install always fails (after a few messages are displayed) with my monitor showing an "out of range" message.I know exactly what to fix (sync values in xorg.conf) and what values to enter there, but what I can't figure out is, how to get to a stupid prompt! Or a smart one for that matter.Also, I do get a message (before the "out of range" message) from CentOS, telling me to "press I for interactive startup" - but all that does is print as many "I" on the screen as I press. And did they really mean "I" and not "i" for this?

I hear great things about CentOS and if you can help with this silly question - How to get to a prompt - as easy as it probably is for you all, it would help me a lot.

View 1 Replies View Related

Ubuntu Installation :: 10.04 Live Cd Frequency Out Of Range

May 9, 2010

I havent used ubuntu since intrepid, but came back from arch linux excited to try lucid

After I've burned the live cd, I can get to the menu (try ubuntu, install etc), but whenever I try to start ubuntu the frequency goes out of range.

I have tried adding vga=771 to the end of the boot line, this had no effect.

EDIT: Am downloading the alternate now.

View 7 Replies View Related

Ubuntu Installation :: Screen Resolution Out Of Range?

Jun 5, 2010

I upgraded to ubuntu 10.4 and now my screen says out of range. I can hear my normal login noises. sounds like I am working blind. after I log in I cannot do anything without knowing whats going on. I tried ctrl-alt + to try to change screen resolution but I cant tell if it pops up. nothing new happens. I cant slave my hard drive to my other windows or linux OS or linux Live CD, it tells me I dont have permission to open files so I can rescue my files. DO I have to buy a new graphics card or new monitor?

View 1 Replies View Related

Ubuntu Installation :: Getting Out Of Range Message On Screen?

Sep 1, 2011

I just installed the latest version of Ubuntu on an external disk (500gb) giving 12gb to Ubuntu.
After the installation process finished I did reboot. When BIOS loaded instead of the Ubuntu boot screen a message from the monitor presented like this:
information
out of range
93.0kHz/58Hz
So I suppose that there must be a monitor problem or something.

View 9 Replies View Related

Ubuntu Installation :: Updated To 10.04 And Now Monitor Frequency Is Out Of Range

May 1, 2010

I just updated my Wubi install of 9.10 to 10.04 last night. Everything went well until it required me to reboot the computer. I rebooted, loaded Ubuntu from the startup list, and then the screen went blank and I got "H.V. frequency over range" on the monitor.

I can load the GRUB options, but recovery mode using the most recent kernel does not work. I am entirely unexperienced with using the terminal and command prompt options.

Here's what I have attempted so far:

$ sudo dpkg-reconfigure xserver-xorg this did not do anything, the command was not recognized

$sudo nano xorg.config I don't even know what to do when I get to this screen

and I am about to try $ sudo displayconfig-gtk

I have an ATI Radeon 9100 IGP card

View 7 Replies View Related

Ubuntu Installation :: Can Not Run Live Cd Monitor Input Out Of Range?

Nov 7, 2010

this has happened with a few different attempts of ubuntu based distros lately ... i try to boot a live cd it gets to where it starts loading and the monitor pops off and says input out of range ... im aware that this is a known bug with xorg choosing either the wrong resolution or refresh rate ... but what the heck are we supposed to do , i can't get far enough into the boot process that i can open a terminal and try to bypass xorg ... so will all future distributions of ubuntu just be out of the question for me ? if you ask me what needs to be done is make the installer ASK what resolution you want to attempt to boot at .... similar to what puppy does

View 2 Replies View Related

Ubuntu Installation :: After 11.04 Install - Wireless Range Worse

May 2, 2011

My only unhappiness with 11.04, after I installed in on 4/28 on my Eee PC 1000H (dual booting with Windows XP), is that the range of wireless reception in my house, from exactly the same spot as before, has worsened considerably. No problem when running Windows (which I'd rather not do, of course). Could the upgrade have installed a new driver for the wireless hardware that isn't as good as the previous one?

View 1 Replies View Related

CentOS 5 :: Out Of Video Range After Installation

Sep 16, 2010

I've just finished installing Centos 5 on a dell server. Reboot after install - it goes through the motions and gets to the point of loading the GUI. At that point screen goes out of range. I've tried 3 different monitors...

View 1 Replies View Related

Ubuntu Installation :: Clean Install Of Karmic - Monitor Out Of Range?

Jan 30, 2010

I've just installed Karmic and get an Out Of Range message on my monitor when starting.I had to use the alternate install in order to get Karmic on there in the first place.I have an Nvidia GeForce 7600 GS, and a BenQ FP767-12 TFT.

Output of lspci;01:00.0 VGA compatible controller: nVidia Corporation G73 [GeForce 7600 GS] (rev a2)Not sure how to get my xorg.conf as I can only get to a shell. Here are (what I think are) the important bits;

Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "screen0" 0 0
EndSection
Section "Module"

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Getting A Warning That Says "PC Video Resolution Is Out Of Range

Nov 8, 2010

I'm currently trying to install 10.10 on my (8-year old) desktop, but I'm getting a warning that says "PC video resolution is out of range. Change setting to Recommended resolution 1924*768@85Hz".

Which would be fine, if I knew how. Is there any way to do this in the installer? I can't get any further than the "Try/Install etc" menu screen.

It has a nvidia Geforce graphics card, if that helps. I can't give you any more info than that because the specs have been lost to the mists of time and old email addresses.

View 6 Replies View Related

Ubuntu Installation :: 2ond Monitor Does Not Detect - Shows Out Or Range

Feb 15, 2011

My brother got a new 120hz monitor, but can only get the old one to work. If he boots up with both of them connected in windows xp they work fine, but in Ubuntu 10 only the old one works. If he tries to detect the monitor in Display Preferences, nothing happens. The old monitor is connected to vga output (lcd with vga only) the new monitor is connected to dvi with a dual-link dvi cable. We know the graphics cards cannot provide 120hz, for now we run the monitor at 60hz until he upgrades the rest of the pc (sandy bridge i guess).The 120hz monitor worked fine until he changed graphics card from a ATI radeon 9200 to a geforce 3 ti 500.

He has tried

sudo dpkg-reconfigure xserver-xorg

and detect monitor in Display Preferences but no dice. Could he try restricted drivers?

System specs:

Ubuntu 10.04 32bit
athlon xp 1700mhz
1GB ram
ati radeon 9200
geforce 3 ti 500
lg w2363d

View 1 Replies View Related

Debian Installation :: Monitor Out Of Sync Range?

Jan 18, 2010

My last Linux install was SUSE 6 on an early ISA based Pentium clone. I'm used to Unix / bash from OS X, MinGW, QNX & BeOS... none of these rely heavily on X. But I'm thinking that Linux is so popular, I'm doing a lot of my Windows stuff under MinGW, why not just stick Linux on and be done with it.So I've polled the various distros, I'm a power-user / dev so Ubuntu doesn't seem like me, and I'm not familiar enough with Linux to go Gentoo just yet, but the way I slim Windows and OS X installs down to just what I need. I love apt-get and like FreeBSD installs I've seen, but want some Linux kernel goodness for my self, so I have chosen Debian.

I grabbed the amd64 build of lenny DVD 1, partitioned up and installed a bare system that I can apt-get the bits I want later.Here's the problem... When the install completes rebooting sends the graphical login to a frequency my old Hanns-G TFT can't handle.I can Ctrl-Alt-F1 back to the terminal or boot in single user mode, and everything seems to be good until you go GUI.Here's what I've tried.

I've renamed /etc/X11/xorg.conf to /etc/X11/xorg.conf.oldI ran dpkg-reconfigure xserver-xorgI've reinstalled using both simple GUI and Expert GUI using both kernelsI've tried adding nvidia-* packages with apt-get and aptitudeI remember there used to be a frequency tuner app for SUSE 6 and XFree86, but it seems that sort of thing is depreciated in modern Linux.Info? My GFX card is an nvidia GT 220, the motherboard is an ASUS P5QL Pro, the Monitor (Hanns-G) is attached via RGB HD-15 D-Sub (sadly that's all I have access to right now) and it's native resolution is 1280x1024 4:3 @ 60Hz, but in heXPee it will sync at that resolution at 60, 70, 72 or 75Hz, though it does get fuzzy at 75Hz.I'm fairly certain that X is working, just not at a frequency my screen can display... how can I fix this from single user, or regular bash terminal?

---edit--- Forgot to mention I ran dpkg-reconfigure on the XServer. :s It didn't offer video drivers, only to change from gb 105 keyboard layout and ps/2 mouse. I set the META key to the logo key while I was there, but it wasn't really helpful in any other way.

View 14 Replies View Related

Debian Installation :: Video Out Of Range After Install?

Jul 13, 2010

After a fresh install of debian 5.05 over net it boots then at end of text lcd screen shows out of range. if start in single user then startx it goes out oif range. How can i set it to a range monitor can do?

View 4 Replies View Related

Debian Installation :: Monitor Signals Out Of Range On Reboot

Mar 15, 2010

I am running an AMD Athlon 64 with an NVIDIA 6600 video built into the motherboard (PC Chips). My monitor is a 19" LCD with a standard VGA connector. I tried installing Lenny and everything went smoothly. However, when I rebooted, the monitor said "Signal out of range." I had this happen with a live CD of another distro too.

View 1 Replies View Related

Fedora Installation :: Cannot Install Core 10 Monitor Out Of Range?

Jan 15, 2009

I cannot install Fedora core 10. It boots up and it gets to the Fedora 10 loading screen. After that it complains my monitor is out of Range and that's as far as I can go. I had originally thought I could get to some text install mode, but I don't make it far enough to do that.

View 1 Replies View Related

Fedora Installation :: Monitor Setting Caused Out Of Range

May 12, 2009

I think the settings in /etc/X11/xconf.org are wrong. I do know what the settings should be and have SSH access, (root plus password). Being new to linux I cannot figure out how to save the file after editing. I have been using: vi /etc/X11/xconfig.org to get to the file, but haven't been able to save the file.

the edit and save commands I need, I hate to do an entire install since this is about my 6th install.

View 2 Replies View Related

Debian Multimedia :: Always Get A "Monitor Frequency Out Of Range" Error Whenever Boot?

Mar 6, 2010

I certainly do not consider myself a Debian power-user, but I do presently have 3 Lenny systems and 1 Squeeze system running fine in my home on "older" hardware. However, for the past week I have been trying to get yet another system running, and I have hit the wall. This is on a new home-built system with an AMD Athlon II X4 and an ASUS M4A785-M motherboard. The Lenny installation was done with a net install of the AMD64 variety.

I always get a "Monitor frequency out of range" error whenever I boot. I can do a CTRL ALT F1 to get to command line, but I have no success getting to GUI. I have read numerous posts of similar monitor frequency problems with various distros, and most point toward HorizSync, VertRefresh, etc settings in xorg.conf. I have played with a myriad of options there, but I still get the "frequency out of range" error after a reboot. I have swapped monitors to no avail (monitors that work on my other Debian 32-bit systems). I really don't think the problem can be the xorg.conf file, since I have tried the exact same file as on the other machines. (Also, those systems seem to be more than happy without custom HorizSync and VertRefresh options in their xorg.conf files.)

On this new computer, I am using the motherboard's integrated video output (theoretically a ATI Radeon HD5200).I don't know if special options are needed in xorg.conf for this???I am able to successfully boot to GUI with multiple differentCD Linux distros; however, no such luck with the Debian installation. I would prefer to stay with Debian if possible, but I cannot live by command line alone on this system.Please let me know if there is something else that I should try before punting and moving to another 64-bit distro.

View 8 Replies View Related

Ubuntu Installation :: No Longer Use Monitor "out Of Range" After New Update

Jan 5, 2011

I am using an external monitor for my laptop to run Ubuntu with. I just updated Ubuntu today, but when it is about to reach the Ubuntu login screen, then the monitor says "out of range." Now, Ubuntu boots up into the GUI if I unplug my monitor and use my laptop screen, but I prefer to use the external display. I have tried all of the suggestions from my search results in Google. I did Ctrl + Alt + +, but nothing happens. I did Ctrl + Alt + -, but nothing happens.

I used Ctrl + Alt + F2 to get into a terminal to run the command: sudo dpkg-reconfigure xserver-xorg, but nothing happens. I believe there are supposed to be options to change the settings, but it does not even give me any. I tried to edit /etc/usplash.conf and /nano/etc/usplash.conf, but they do not exist. My monitor is a Westinghouse 22" LCD with resolution 1680x1050. It has been working for the past few months until I updated it today.

View 2 Replies View Related

OpenSUSE Hardware :: SuSE 11.3 Installation : Monitor "out Of Range"?

Aug 7, 2010

I am installing SuSe 11.3, and during the initial boot after installation, I got "out of range" message on the monitor and nothing happens afterwards.My PC is dual CPU (intel), Video card is " nVidia N240GT" and the monitor is Gateway flat screen "FPD2485W".I tried both interfaces (gnome and KDE) and got the same problem ("out of range")

View 4 Replies View Related

Debian Installation :: "SOLVED" Input Out Of Range?

Oct 3, 2010

I am using my wifes comp to post thisI just installed debian but now when i boot up i get a black screen and a message from my monitor saying: input out of rangechange settings to 1280x1024 60hzas i boot up i can get into my root and get adebian~#:what code/command do i need to change the settings

View 5 Replies View Related

Fedora Installation :: 14 Monitor "Out Of Range"

May 20, 2011

I run Windows 7 on my home PC and I recently installed Fedora 14 on my USB. When I boot from the USB, I see the Fedora loading screen (3 bars overlaying each other), but once its fully loaded and goes to move forward, both my monitors go blank, one says "Out of Range", the other "No Input".

View 1 Replies View Related

Fedora Installation :: Ati Gc "out Of Range"?

Jan 5, 2009

I have 17" ASUS wide monitor linked to ATI Radeon HD 3870, when I try to install FC10 (from a burned DVD) I can't go beyond "running anaconda..etc" then it goes to a blank screen with a following message "OUT OF RANGE"Now what can I do to bypass this? I want to install FC10 on my desktop?

View 8 Replies View Related

Ubuntu Installation :: When The GRUB Boot Menu Starts Up There Is An Option For Win 7 Boot But It Will Not Boot Windows?

May 2, 2011

I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved