LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-04-2012, 01:15 AM   #1
attakhan
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Rep: Reputation: Disabled
Redhat Enterprise 6 - Input Signal Out of Range


I am new to Linux, I installed in graphical mode but was not able to boot and my monitor would display "Input Signal Out of Range Change Settings to 1600x900". I have a Branded HP Core i3 System and my monitor is HP LED Black Monitor guess 17 or 19". After 2 times installation in graphical mode, i finally installed it in TEXT MODE and was able to login in text mode but still when i run xinit the same problem, i tried to find the file XF86Config in etc/X11 but there is no such file, i tried to find using "find -name 'X*.*' still there is none. I am using Redhat Linux 5.1

Last edited by attakhan; 07-04-2012 at 01:18 AM.
 
Old 07-04-2012, 01:22 AM   #2
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
I think the file is xorg.conf , but I can't be sure about Redhat.

Yes, it does look like your video card is outputting something your monitor can't handle.
 
Old 07-04-2012, 01:29 AM   #3
attakhan
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
i cant see anything related to screen resolution in that file, i have already checked that. it does have info for video card but where can i manually change the screen resolution?
 
Old 07-04-2012, 01:58 AM   #4
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
Red Hat 5.1 or Red Hat Enterprise Linux 5.1? Either way, they are both much, much older than your system and the video card is likely not supported. It is not worth trying to backport the drivers, get a modern distribution and everything will likely work just fine.
 
Old 07-04-2012, 10:42 AM   #5
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
Quote:
Originally Posted by attakhan View Post
i cant see anything related to screen resolution in that file, i have already checked that. it does have info for video card but where can i manually change the screen resolution?
*if* memory serves me correctly, that WAS the file that used to have various res's for X to work at, but I just took a look at mine (Ubuntu 10.10), and there's nothing of that sort there. So - someone else will have to help you out. Sorry!
 
Old 07-04-2012, 10:55 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The graphics unit of the Core i3 (assuming that you have an i3 with graphics unit and no dedicated video card) is to new for RHEL 5.1. Please post the output of
Code:
lspci| grep VGA
so that we can see which video card you exactly are using. If the Intel chip is the only video device I would give RHEL 6.3 a try.
 
Old 07-06-2012, 05:11 AM   #7
attakhan
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
The graphics unit of the Core i3 (assuming that you have an i3 with graphics unit and no dedicated video card) is to new for RHEL 5.1. Please post the output of
Code:
lspci| grep VGA
so that we can see which video card you exactly are using. If the Intel chip is the only video device I would give RHEL 6.3 a try.
I get this
00:02.0 VGA compatible controller: Intel Corporation Unknown device 0102 (rev 09)
 
Old 07-06-2012, 05:17 AM   #8
anshuman84
Member
 
Registered: May 2008
Location: Bangalore
Posts: 31

Rep: Reputation: 6
Quote:
Originally Posted by attakhan View Post
I get this
00:02.0 VGA compatible controller: Intel Corporation Unknown device 0102 (rev 09)
That means your video card driver is not present in RHEL5 . Dont use so old version linux in a new PC. Just go for UBUNTU . it is mind-blowing
 
Old 07-06-2012, 05:28 AM   #9
attakhan
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by anshuman84 View Post
That means your video card driver is not present in RHEL5 . Dont use so old version linux in a new PC. Just go for UBUNTU . it is mind-blowing
You are right, I could have used Fedora and other flavours, but I want to prepare for RHCE, is it possible with UBUNTU?
 
Old 07-06-2012, 05:40 AM   #10
anshuman84
Member
 
Registered: May 2008
Location: Bangalore
Posts: 31

Rep: Reputation: 6
Quote:
Originally Posted by attakhan View Post
You are right, I could have used Fedora and other flavours, but I want to prepare for RHCE, is it possible with UBUNTU?
I checked RHCE syllabus. almost 80% you can do in Ubuntu . But I have another suggestion.
Please use Fedora which is free version of RedHat. Fedora is based on debian packages which is required for RHCE.
 
Old 07-06-2012, 05:52 AM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by anshuman84 View Post
Please use Fedora which is free version of RedHat. Fedora is based on debian packages which is required for RHCE.
Fedora is NOT based on Debian packages, it uses RPM packages.

@attakhan: If you prepare for RHCE6 then you should use a recent version, Centos 6.2. Fedora currently is not really good for RHCE, since they use systemd for managing startup services, RHEL does not.
 
1 members found this post helpful.
Old 07-06-2012, 06:05 AM   #12
attakhan
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thank you very much for such a wonderful suggestion, I will try to find a latest version of redhat but if i wasn't able i will go with Centos.

Last edited by attakhan; 07-06-2012 at 06:06 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Input signal out of range settings help blastradius Debian 14 11-09-2009 02:06 PM
Input Signal Out of Range Jongi Linux - General 6 05-18-2008 07:43 AM
Monitor signal input out of range esotericx10 Linux - Hardware 7 05-16-2007 09:30 PM
input signal out of range taoweijia Linux - General 1 06-04-2004 03:14 AM
input signal out of range tadspurgeon Linux - Software 4 01-30-2004 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration