LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-17-2003, 01:27 PM   #1
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Rep: Reputation: 15
No screen found...


Well, I got a monitor for my pc and I have installed rh9. The installation process went fine; it recognized the video car "ATI Radeon 9000" and the monitor settings. When the system boots up, I choose RH9 and screen starts blinking in the user login info and then it takes me to a blue screen where it said that X server couldn't be started... it tried to run X thru Radeon 9000 but it didn't work. I'm a on redhat and I really need help on this one. Thank you!!
 
Old 08-17-2003, 01:40 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
did you try running the x configurator? sounds like there are some wrong setting(s) in your config...
boot up again, and type :
xf86config
at the prompt and run through the configuration and see if that helps...good things to know off hand are things like the monitor vertical and horizontal frequencies, and the video card informatoin....you can just double check with the correct info that you have and just make sure nothing is getting picked up improperly and you can easily fix it and specify the correct values if need be.
 
Old 08-17-2003, 01:56 PM   #3
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Well, I try that already and it's still giving me the same error. I don't know if its a problem with the video card. If it is, is there any file or drive that I have to install for this video card? I look at the error message and still says "no screen found' and it also show Radeon 9000 video card. HELP!
 
Old 08-17-2003, 03:00 PM   #4
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
usually a 'no screen found' error means that you don't have your /etc/X11/XF86Config file properly configured.

Please post the relevant portion of this file here, you don't need to post the whole thing, just the bit that starts with:
Code:
 # **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
 
Old 08-17-2003, 03:04 PM   #5
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
how do I get that?
 
Old 08-17-2003, 03:09 PM   #6
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
open a terminal, type
'less /etc/X11/XF86Config'

scroll down to the relevant 'screens' section, highlight it, copy, then paste into the form here
 
Old 08-17-2003, 03:24 PM   #7
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
I just notice that when I move the mouse, it's like if I were hitting Enter... I can't highlight anything, but anyways, I'll copy the information and I'll type it over here! Thank you!
 
Old 08-17-2003, 06:37 PM   #8
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Well, this is brief description of what I got:

----------------------------------------------------------------------------
.
.
.
(==) log file: "/var/log/xfree86.0.log" time:....
(==)using config file "/etc/x11/xf86config"
(ww)RADEON: No matching Device section for instance (bus id pci:1:0:1 found)
(EE) RADEON (0): No Valid mode found for this DFP/LCD
(EE) Screen(s) found but none have usable configuration.

Fatal Server Error
No screens found.
-----------------------------------------------------------------------------

I really appreciate your help!
 
Old 08-17-2003, 06:47 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok this is a monitor issue, not a gfx card issue...your going to have to run your X configurator and setup your monitor properly..its not picking up the V and H frequencies properly you will have to manually type these in when you find what they are either by looking in your monitor manual or going to the manufactuers site...
 
Old 08-17-2003, 06:48 PM   #10
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
ok, once I get that info, how can I edit those settings?

Thank you!
 
Old 08-17-2003, 06:57 PM   #11
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well you got two options:
1-) in your /etc/X11/XF86Config file change the settings that you find in the monitor section
2-) re-run the x configurator and select the option from the menu to manually enter them..
 
Old 08-17-2003, 06:59 PM   #12
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
This is what I found for this monitor.. I just need to know how to edit it... Thank you!!!

Video RGB analog (0.7Vp-p, 75 ohms)
Sync H/V Separate (TTL)
Frequency Fh:30-70kHz, Fv:50-160Hz
 
Old 08-17-2003, 07:01 PM   #13
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
Thank you Drozz. I just need a little bit more info on how to edit that info! I think I'm on the right track, I just don't know how to edit XF86config.

Thank you again!
 
Old 08-17-2003, 07:16 PM   #14
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well you have to open up the /etc/X11/XF86Config file with a text editor, and a couple of examples of a text editor would be:
vi
emacs
pico
to name a couple....so for example if you choose pico you will type:
pico /etc/X11/XF86Config
and you will scroll through that file until you find the part called:
Section "Monitor"
and type the H and V frequencies in replace to what is already there....
now like i said previously you can do that, or you can simply type:
xf86config
in the terminal and that will run the X Configurator, and you will go through a series of questions, and when you get to the section about the monitor, you will select the option to manually enter the H and V frequencies rather than letting the config probe for them automatically...
 
Old 08-17-2003, 11:12 PM   #15
a_pluss
Member
 
Registered: Jul 2003
Posts: 33

Original Poster
Rep: Reputation: 15
ok.. I used pico and changed the settings... but still got the same message:
(==) log file: "/var/log/xfree86.0.log" time:....
(==)using config file "/etc/x11/xf86config"
(ww)RADEON: No matching Device section for instance (bus id pci:1:0:1 found)
(EE) RADEON (0): No Valid mode found for this DFP/LCD
(EE) Screen(s) found but none have usable configuration.

Fatal Server Error
No screens found.

would it be a problem with my videocard???
 
  


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
no screen found praenet Red Hat 1 01-28-2005 10:43 AM
screen not found L1nuxbug Linux - Software 8 11-07-2004 07:09 PM
no screen found browncow Linux - Newbie 2 09-19-2004 01:00 AM
no screen found either pkuer Debian 21 07-22-2004 10:52 AM
add screen / screen init not found for device 0 jamaso Slackware 5 12-29-2002 05:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:46 AM.

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