LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-25-2004, 06:08 PM   #1
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Rep: Reputation: 15
Why is my monitor not getting a signal?


I am new to linux and I installed Red Hat 9. I couldn't use the graphical installation so I used the text version. I am running windows XP as well as Red Hat and I use a boot disc to run linux.

My problem is that when i go to boot up linux it starts to load and then once it gets to the graphical part my screen goes blank. There isn't any signal going to my monitor. I have nVidia Geforce 5600 and i am very confused.

I hope to get it running soon but i an close to just giving up. I was planning on switching over to linux if i could get it running but it isn't going too well.
 
Old 01-25-2004, 06:30 PM   #2
linuxlah
Member
 
Registered: Jun 2002
Location: Batu Puteh, Malaysia
Distribution: (Mandrake 8.2) (Redhat 7.2,8.0,9.0) (Slackware 9.0,9.1)
Posts: 154

Rep: Reputation: 30
If I were you I'll fix it like this
1. Boot your computer using the RH9 cd. At the prompt type "linux rescue"
2. cd into your / . If I'm not mistaken it's at /mnt/sysimages during rescue mode but you have to double check this.
3. then edit the /etc/inittab. Change the default runlevel to 3 like this..Please becareful not to mess with other lines
.
.
.
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
.
.
This will make you login through console,
4. Reboot and login. At the command prompt type "startx". This will tried to start up your x server. If anything goes wrong , the errors will be printed to the screen then you can troubleshoot it or post the errors here...
 
Old 01-25-2004, 06:36 PM   #3
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
Also...

Write down what kind of monitor you have and head over to:
www.monitorworld.com .

You will need to look up your vertical and horizontal sync rates so you can put them in when you run xf86config to configure X-Windows

Hope that helped.

Peace,
Whitehat
 
Old 01-25-2004, 06:39 PM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
once you have your monitor set-up right, you could give the latest nvidia linux drivers a shot, if you want...

http://www.nvidia.com/object/linux.html
 
Old 01-25-2004, 08:40 PM   #5
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
None of this is helping

i am just about to give up... now i know why nobody uses linux
 
Old 01-25-2004, 08:44 PM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Re: None of this is helping

Quote:
Originally posted by whit2333
i am just about to give up... now i know why nobody uses linux
thats a rather broad statement ....


but anyways, are you saying after getting all your hardware specs, and re-running xf86config, you still have these problems, and if you did in fact do this and you also do in fact want help, then what were the errors in the logs .?
 
Old 01-25-2004, 08:49 PM   #7
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
i have no clue how to do anything i was told to do... i thought i did it but nothing ever happened... if you can tell me step by step what to do, that would be great. Just don't tell me to do stuff that a new linux user (technically i havn't used it yet) wouldn't know.

after i boot up linux my monitor's signal goes away and nothing happens.
 
Old 01-25-2004, 08:55 PM   #8
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well first off take linuxlah's advice to get into the terminal
that is step by step and i can't elaborate on that anymore then it is
then take whitehats advice, which he said to go to any site, not necessarily the one he supplied, but any for that matter, and find out what the vertical and horizontal frequencies are for you monitor ... when you get that info
then do what linuxlah said and boot to console ...
then log in as root
you will type su - and then your root password
then type :
xf86config
and simply just follow the steps, you will be asked questions such as mouse, keyboard type, video card type, video card memory, and video card driver to use (you will pick NVIDIA generic at this step) ..and then the part about manually entering the horizontal and vertical frequencies for you monitor ... and then the last step is just specifying what color depth and resolution you wish to use ...
then exit and save, and when you switch back to your normal user (log off from root)
and type startx
and hopefully your desktop environment will load .... and if it doesn't it will boot you back to the console and this will be the point where you go into the logs (located at /var/log/xfree86.0.log ) and tell us what the errors are ..... hopefully this isn't the case
 
Old 01-25-2004, 09:26 PM   #9
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
after i get to the prompt how do i edit the /etc/inittab ?
 
Old 01-25-2004, 09:33 PM   #10
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well you have to use a text editor, such as vim ...
i suggest reading about how vim works before diving in, because for a first time user, and can be pretty scary
but if you have something like pico then you will have much more ease ..

but the syntax will be the same for any but i will use vim in my example, and you type:
vim /etc/inittab
and then do your editing ... i'll give you a low down on what keys you will need to know, but i do suggest doing more in depth reading cause i will be only breifing ...
so after you type the above command to get into the file, you then press the error keys to navigate to the line that says
id:5:initdefault:
and then press the right arrow to have the insertion point to the left of the 5 and press
Code:
x
which will delete the 5, then press
Code:
i
to get into insert mode and then type :
Code:
3
to change the use to be 5 to a 3
5 = graphical login
3 = text based login
then after you type the 3 press :
Code:
ESC
to get out off insertion mode and then type either :
Code:
SHIFT ZZ
OR
Code:
:wq
to save and exit the file ... i am pretty sure i covered everything, but thats what i suggest reading a little about vi(m) before diving in, just to get a low down of it ..
i was just tracing steps in my head, so i may have missed something, and i didn't proofread ;-)
 
Old 01-26-2004, 12:35 AM   #11
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
OK... I got to /etc/inittab and there was nothing there
i couldn't scroll down to anthing. It was completly empty. So what should i do now?
 
Old 01-26-2004, 12:58 AM   #12
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
never mind... i needed to change the root then i got it.
BUT NOW... i get to the login and i have no idea what the login name is... i think i set up the password when i installed redhat. What do i do?
 
Old 01-26-2004, 01:38 AM   #13
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
i found out how to log in using root and the password now i type startx at the prompt and my screen goes blank and has no signal. what do i do now? I do not know how to check the logs... i am not even sure if i can?
 
Old 01-26-2004, 06:23 AM   #14
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well that is why we changed the inittab to boot to runlevel 3 ... for the next time you boot up you will be brought directly to the command prompt .. now when you put up, and like i said above, navigate to /var/log/xfree86.0.log and check the log file ...
the lines will start with (EE) where the errors occured ...
and did you do everything correctly in the xf86config setup screens?
did you pick "nvidia generic" for your video card driver, and did you manually set the H and V frequencies for your monitor?
 
Old 01-26-2004, 11:41 AM   #15
whit2333
Member
 
Registered: Jan 2004
Distribution: Xubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
I did change the inittab to boot on runlevel 3.
I could not figure out how to get to xf86config.
I login using root and the password. I did not understand how to use the su - command. what does that do? So i am still confused. I do have my monitor frequencies though.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ATI Driver / Monitor Signal Issues eelysium Slackware 0 01-01-2005 06:14 AM
Custom Built PC - No Monitor Signal Eklipz Linux - Hardware 12 12-25-2004 09:48 AM
Radeon 7000 dual monitor - Signal Stops hakmed Linux - Newbie 1 11-05-2004 10:02 AM
got a new monitor now 'signal out of range' mrtokyo Linux - Software 5 06-30-2004 01:42 PM
no signal to monitor tincat2 Linux - Hardware 4 01-08-2004 04:59 PM

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

All times are GMT -5. The time now is 10:19 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