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


ADVERTISEMENT

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

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

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

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

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

CentOS 5 :: Memory For Crash Kernell Not Within Permisiable Range?

Oct 5, 2009

it says this at start of boot:memory for crash kernell (00x00 'or something like that') not within permisiable rangeotherwise no problems for now, ewerything runs fine.

View 4 Replies View Related

CentOS 5 :: Memory For Crash Kernel Not With In Permissible Range?

Jan 21, 2010

I just install CentOS 5.4.

The first message it gives after grub is Quote:Memory for Crash Kernel (0X0 to 0X0) notwithin permissible range

View 1 Replies View Related

General :: Video Resolution Out Of Range Change Setting To Recommended Resolution 1280x1024

Oct 14, 2010

When I boot my computer I get this message: Warning Pc video resolution is out of range Change setting to recommended resolution 1280x1024 @60mh So I hit ctrl alt f1 I typed in Sudo dpkg-reconfigure xserver-xorg Nothing happens. It's been very frustrating because with everything that I've looked up it says that it's suppose to guide me through something. I desperately need my computer for school.

View 8 Replies View Related

Red Hat / Fedora :: DHCP Server On CentOS - Assigning The Highest Number From The IP Range

May 26, 2011

I have a DHCP server running on CentOS and for some reason it is assigning the highest number from the IP range as a first one?

- range 192.168.1.20 - 192.168.1.50 - so the first IP on my PC recived from this DHCP server was .50 - is it normal behaviour?

Config file:

View 1 Replies View Related

General :: Services Work Nicely With Connection Tracking - Port Range For Centos?

Dec 18, 2010

On my CentOS 5.4 box I run dns, ssh, and smtp servers. This box also has to be able to resolve and browse websites. So basically it needs iptable rules for

TCP 22 25 80 443
UDP 53

My question is, which of these services work nicely with connection tracking? I'm a little confused about how connection tracking works. For example say this iptables rule for smtp

Code:
iptables -A INPUT -s 0/0 --sport 513:65535 -d $myip --dport 25 -j ACCEPT
versus

Code:
iptables -A INPUT -s 0/0 --sport 513:65535 -d $myip --dport 25 -m state --state NEW,ESTABLISHED -j ACCEPT
So with connection tracking what exactly does it do that my first iptables rule does not do?

Also for centos is that port range correct? 2.6 Linux kernel randomly chooses a port 513-65535 when it connects to an external smtp server or say browses a site.

View 10 Replies View Related

CentOS 5 Hardware :: Video Misaligned In Fresh 5.6 Installation; OptiPlex GX260 SFF?

May 17, 2011

I have tried installing both full and live CD version of CentOS 5.6 in my Dell OptiPlex GX 260 Small Form Factor and in both cases the video is misaligned. The video display top starts at the lower half of the screen and wraps around the top to meet it. Everything else works, the mouse and interface is OK. The driver selected for the installation is the i810.Choosing the "Intel- Experimental modesetting driver ... "

View 1 Replies View Related

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 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

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

CentOS 5 :: Splittree "IndexError: List Index Out Of Range"

Jun 6, 2011

I'm building an install CD from CentOS 5.6 and some custom packages using anaconda-11.1.2.224-1.el5 from the CentOS 5.6 repo.

splittree fails with

Traceback (most recent call last):
File "./splittree.py", line 481, in ?
logfile = timber.main()
File "./splittree.py", line 398, in main

[Code].....

View 1 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

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 Hardware :: CentOS Doesn't Save Video Refresh Infos

Dec 9, 2009

My CentOS installation correctly recognize my video card and my monitor if I go to System->Preferences->Screen Resolution and set monitor refresh rate to 75 hz, everything works fine, but if I reboot, at startup refresh return to 60 hz.How can I save refresh rate value?

View 4 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 :: 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

Ubuntu Installation :: Video Card Not Getting Past Video BIOS On Boot?

Mar 22, 2011

I recently bought a video card for my pc. I had it running pretty nicely on Ubuntu10.10, I started windows and later restarted and after that it wouldn't get past the Graphic cards bios. this is rather odd isn't it? I suspect it maybe dead or that my motherboard bios is stuffed but i reset that too and it still wont go.. The specs are Pentium4 Proccesor 1gb ram motherboard 661gx-m7 Nvidia GeForce FX5200 DDr128mb

View 5 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







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