LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-29-2004, 06:08 PM   #1
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Rep: Reputation: 15
X not starting in Fedora 2(latest kernel), already tried reinstall, didnt work


I just installed Fedora 2 on my separate 30GB hdd (Maxtor) and X wont start. I know its not something i've done, because I have never even gotten into GNOME, and I know almost no Linux syntax.(Total NewB) Thats why, if you respond, please include exact command line information.

the error started right after i finished installing, after it exited the first time setup it started its error, where the screen went from command to black 5 times before it said it couldn't start x server. Here is the error message.

(==) Log file:"/var/log/Xorg.o.log", Time: Tue Jun 29 18:54:36 2004
(==) Using config file: "/etc/X11/xorg.conf"

(EE) VESA(0): vm86() syscall generated signal 4.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

XIO: fatal error 104 (Connection reset by peer) on X server ":0.0" after
after 0 requests (0 known processed) with 0 events remaining.


This makes no sense to me at all, sense it was a default install with perfect discs, and the settings are default as well (1024 x 768). Also, I didn't do a thing. My monitor isn't that old (Hitachi CM615), and I'm running the same display settings in windows. My motherboard is nForce2 NF7, video card is Radeon 9600 Pro, processor Athlon 2800+, and 512 MB Kingston RAM. In addition everything about Linux is up to date (kernel 2.6.6-1.435). Anyone got any ideas?
 
Old 06-29-2004, 06:49 PM   #2
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Original Poster
Rep: Reputation: 15
Aww, come on, anyone? Please?
 
Old 06-29-2004, 08:09 PM   #3
garbage!!!
LQ Newbie
 
Registered: May 2004
Location: São Paulo
Distribution: Kurumin 2.12
Posts: 4

Rep: Reputation: 0
Ok. I am a newbie to so I will just type I what I would do until someone else apears.
on the command line, as root type
nano /etc/X11/xorg.conf
now look for the "device" section on it you should see an driver field write "vesa" in front of it
that should work in most videocards and will help you for now and to save press Ctrl+x. Also if you can seach for your monitor's vertical and horizontal refresh rates an write then on the "monitor" section. I hope that helps. And for further instructions write down your videocards model, that will help a lot.

Last edited by garbage!!!; 06-29-2004 at 08:11 PM.
 
Old 06-29-2004, 09:15 PM   #4
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Original Poster
Rep: Reputation: 15
Where do you want me to right "vesa"? the line looks like this

Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard Vendor"
BoardName "VESA driver (generic)"
End Section


P.S. HorizSync is 30-70 Kz, VertRefresh is 50-160 hz, these are the settings in fedora, and they are correct for my monitor. The model is R96A.
 
Old 06-30-2004, 12:05 AM   #5
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Original Poster
Rep: Reputation: 15
Does anyone, anyone, have a solution?
 
Old 06-30-2004, 10:30 PM   #6
garbage!!!
LQ Newbie
 
Registered: May 2004
Location: São Paulo
Distribution: Kurumin 2.12
Posts: 4

Rep: Reputation: 0
I think your video card does not work with the vesa drivers,
Do you have any linux liveCD around? Like MDK move or knoppix or perhaps Kurumin( or am I the only one around???),
Try ou the framebuffer drivers, on the place where it says "vesa" write down "fbdev".
the name of the generic radeon driver is "radeon", you could try that, worked fine with my 8500,

Last edited by garbage!!!; 07-01-2004 at 12:52 PM.
 
Old 07-01-2004, 02:05 AM   #7
Daviesh
LQ Newbie
 
Registered: Jul 2004
Distribution: Fedora
Posts: 1

Rep: Reputation: 0
I have had exactly the same problem and have narrowed it down to my Radeon X800 Pro not being supported by either Fedora Ciore one or two. I have no idea how to fix it :-(
 
Old 07-02-2004, 09:33 AM   #8
squat001
LQ Newbie
 
Registered: Jul 2004
Location: UK
Distribution: lots
Posts: 9

Rep: Reputation: 0
Not 100% sure about this but i had a similar problem with my GeForceFX card.

I fixed it by downloading the latest NDIVIA drivers for xorg which where released 30th June 2004, before that i couldn't get it working correctly.

ATI's Radeon 9600 cards do not currently have a driver for xorg only for XFree86 (see ATI's driver installation docs for requirements) and sounds like it does not support the default vesa driver.

Sorry i can't help fix the problem but hopefully this will give you an idea on where to look to find one!
 
Old 07-02-2004, 10:00 PM   #9
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Original Poster
Rep: Reputation: 15
Thats okay everyone, I gave up and installed Fedora 1, which is working fine
 
Old 07-09-2004, 05:51 AM   #10
vanstrien
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Rep: Reputation: 0
Sorry if this is a bit late.

I don't know the specific configuration for your video card, but you may find it easier to have the X server recreate a (non-optimised) configuration file. Xorg is actually quite good at recreating a configuration file in case something happens to your normal config.

(And do try FC2 again, it is a very nice distro)

From the commandline run:

Code:
# Xorg -configure
This will cause X to startup and then close, so don't worry that it doesn't stay up. If it doesn't close cleanly you can also do the typical Ctrl-Alt-Backspace. This has created a xorg.conf.new file in your home directory. If you ran this as root then do:

Code:
# Xorg -config /root/xorg.conf.new
X will startup again and you should be able to confirm your settings.

Then you need to put the (hopefully working) configuration file in your X11 directory:

Code:
# cp /root/xorg.conf.new /etc/X11/xorg.conf
Hope that helps. Checkout the man page on the Freedesktop web site here .
 
Old 07-09-2004, 11:17 PM   #11
RagingIfrit
Member
 
Registered: Jun 2004
Location: Baltimore, Maryland
Distribution: Fedora Core 2
Posts: 69

Original Poster
Rep: Reputation: 15
Thanks, but I already got FC2 working again. I went on a hunch and modified the /etc/X11/xorg.conf file outside of X. My errors looked like the VESA driver wasn't being acknowledged, so I went in and changed it to "radeon". I just guessed, but apparently that must be the name of their driver, because X started now. Of course, the driver is still only partially compatible, so I only barely get 2D acceleration and no 3D acceleration (which really sucks, cause I wanted to try UT2k4 in Linux since it won't run in Windows XP Pro, and I was really hoping that I could get it to run in Linux).
 
Old 09-22-2004, 04:22 PM   #12
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally posted by garbage!!!
Ok. I am a newbie to so I will just type I what I would do until someone else apears.
on the command line, as root type
nano /etc/X11/xorg.conf
Thanks for this info as it helped me a lot!

Peace...
 
  


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
automount didnt work PinRojas Debian 7 07-05-2005 11:29 AM
installign KDE 3.4 didnt work out so well joker20 Slackware 5 04-28-2005 03:17 AM
new compiled kernel 2.6.6 didnt work karfei00 Linux - General 4 06-09-2004 12:50 AM
Two network card in the same ip range, why didnt it work? geraldomanaus Linux - Networking 1 03-17-2004 10:03 PM
Debian Woody SB 5.1 prob....tried what I saw didnt work scheidel21 Debian 7 12-09-2003 11:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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