Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-20-2006, 06:51 AM
|
#1
|
LQ Newbie
Registered: Dec 2004
Posts: 5
Rep:
|
Yum update broke X server :(
Hi.
LAst night I used yum to run a full update (Excluding geronimo specs which is still failing due to dependencies)
But anyway, when I turned it on this morning, it started to boot fine. It gets to the point "starting udev [OK]" then at the point where the gui normally comes up, the screen just goes black. I have tried booting both the new kernel installed in last nights update, and the old one, and the same happens in both. I used my FC5 rescue disk to get to a terminal, but had no idea what to do to fix it. I tried running startx (as root) and the screen just goes black again.
Anyone have any ideas?
Thanks
-Edd
|
|
|
10-20-2006, 04:11 PM
|
#2
|
Member
Registered: Jul 2004
Location: UK
Distribution: Fedora, Gentoo, Redhat Enterprise
Posts: 141
Rep:
|
Hello,
I just had the same issue and mine has something to do with the ati drivers and the latest kernel which I got from livna rpm's
The combination that failed was
kernel-2.6.18-1.2200.fc5
kmod-fglrx-8.29.6-1.2.6.18_1.2200.fc5.i686.rpm
xorg-x11-drv-fglrx-8.29.6-1.lvn5.i386.rpm
If this isn't what your running then don't bother with the rest of this post but I spent and hour on this problem so thought I would post about it!
I need to use TV out so I decided to roll back the drivers to the last stable version. You can also just disable them. Below tells you how to do both.
1) Boot into init 3 (none gui mode)
when you get to grub highlight the previous kernel version (2.6.17-1.2187_FC5) and press e, the on the next screen select the second line down and press e the add " 3" without the quotes to the end of that line and press return then b.
2) Wait for the system to load. Then log in as root
3) If you don't really need the ati drivers you can just disable them using the command below. If you do need then jump to 4.
Code:
ati-fglrx-config-display disable
change disable to enable later on when they get fixed !
then reboot, all done
4) To rollback the drivers you need to uninstall the ati drivers and you might as well remove the other kernel as well
Code:
rpm -e xorg-x11-drv-fglrx kmod-fglrx
rpm -e kernel-2.6.18-1.2200.fc5
#if you have the kernel devel package then run the command below
rpm -e kernel-devel-2.6.18-1.2200.fc5
5) Download the old ati drivers for your previously working kernel again
(This assumes you also have the kernel-2.6.17-1.2187_FC5 installed )
Code:
wget http://rpm.livna.org/fedora/5/i386/kmod-fglrx-8.28.8-1.2.6.17_1.2187_FC5.i686.rpm
wget http://rpm.livna.org/fedora/5/i386/xorg-x11-drv-fglrx-8.28.8-1.lvn5.i386.rpm
6) Install the packages you just got
Code:
rpm -Uhv *fglrx*rpm
7.) Disable yum from updating the kernel and the ati drivers
edit /etc/yum.conf and add the line below to the main section.
Code:
exclude=kernel* kmod-fglrx* xorg-x11-drv-fglrx*
8) All done reboot
I hope this helps you
Simon
Last edited by Simon_6162; 10-20-2006 at 04:13 PM.
|
|
|
10-22-2006, 03:40 AM
|
#3
|
LQ Newbie
Registered: Dec 2004
Posts: 5
Original Poster
Rep:
|
Yes! Thanks alot, it's working now!
One question: Isn't it unsafe to tell yum not to update the kernel?
|
|
|
10-22-2006, 07:33 AM
|
#4
|
Member
Registered: Jul 2004
Location: UK
Distribution: Fedora, Gentoo, Redhat Enterprise
Posts: 141
Rep:
|
It depends on what the kernel update did, I know is was .17 to .18 and it added more drivers including my wifi card, which makes it annoying it doesn't work. I can't find much about security flaws on the web but I haven't looked that hard. So long as you have a properly configured firewall I can't imagine you'll come across any problems.
Any one else got some thoughts on this ??
Keep an eye on livna http://rpm.livna.org/fedora/5/i386/ for a new version of the xorg-x11-drv-fglrx and then try updating again when one is available (update the kernel as well). If it doesn't work repeat the above but for the new driver and kernel versions ! you can list them using
Code:
rpm -qa | grep PACKAGE
What graphics card are you using ? I'm using a 9200se but I also have a 9550 amd that works fine.
Simon
|
|
|
10-22-2006, 08:15 AM
|
#5
|
LQ Newbie
Registered: Dec 2004
Posts: 5
Original Poster
Rep:
|
Ahh thanks. I'll keep an eye on it then.
I'm using a raedon mobility 9000
|
|
|
10-25-2006, 08:28 PM
|
#6
|
LQ Newbie
Registered: Jan 2006
Location: Jasper, Indiana, USA
Distribution: Linux Mint 16 'Petra' Cinnamon
Posts: 26
Rep:
|
I ran into a similar issue. Thought I'd share my experience.
I was having what seems to be a very popular issue. I installed FC5 last week, and after rebooting, the login would not come up (black screen, no response, monitor went to sleep from "No Signal").
(I'm running on a Sapphire Radeon 9250 SE 256MB PCI card.)
Following advise from another thread, I reinstalled with VESA as default driver (typed "linux vesa" at installer prompt). Install completed normally, I rebooted and here I am. The other threads also mentioned installing the Livna driver. Following the instructions at stanton-finley.net, I did so. When I rebooted into the new kernel, I got as far as a black background with a white-outlined X in the middle of the screen. The Xserver never completely started. So, I rebooted into the older kernel and here I am, running with the VESA drivers and waiting for an updated driver from Livna. I suppose I could uninstall the drivers and old kernel, but it's simpler in my opinion just to select the older kernel from the boot menu for the time being.
INTux
|
|
|
10-25-2006, 08:42 PM
|
#7
|
LQ Newbie
Registered: Oct 2006
Location: Boston, MA
Distribution: Fedora
Posts: 7
Rep:
|
Lol, I had just started a thread here with this same exact problem. The only difference is I'm using an nVidia 7300LE. You suggested in your post:
Quote:
Originally Posted by Simon6162
1) Boot into init 3 (none gui mode)
when you get to grub highlight the previous kernel version (2.6.17-1.2187_FC5) and press e, the on the next screen select the second line down and press e the add " 3" without the quotes to the end of that line and press return then b.
|
I hate to say this, but I am completely new to Linux and am not at all familiar with these, simple looking, but new commands. I have installed Linux to be able to participate and learn more, but am just having trouble getting started. If it wouldn't be too much trouble for you, could you please explain a couple of your steps so they are a little more "newbie" inclined? I would greatly appreciate it.
P.S. Once it kicks me out of the X, it turns me loose on a prompt. It is from here that I would need help directing to fix this issue, since I don't even know what commands I can do or anything else.
Last edited by The_Bear; 10-25-2006 at 08:43 PM.
|
|
|
10-26-2006, 06:49 PM
|
#8
|
LQ Newbie
Registered: Oct 2006
Location: Boston, MA
Distribution: Fedora
Posts: 7
Rep:
|
Firstly, I apologize for the double post. I think I can follow all the other directions, but how do you boot into init 3, non gui mode? I hope to get this fixed to start playin on it again. I appreciate your time.
Joe
P.S. I didn't even think about the edit button, but one last thing is I do have a dual boot system Xp and Linux, and I can't do anything before grub pops up, or at least I don't think I can.
Last edited by The_Bear; 10-26-2006 at 06:52 PM.
|
|
|
10-27-2006, 02:43 AM
|
#9
|
LQ Newbie
Registered: Dec 2004
Posts: 5
Original Poster
Rep:
|
Quote:
Originally Posted by The_Bear
Firstly, I apologize for the double post. I think I can follow all the other directions, but how do you boot into init 3, non gui mode? I hope to get this fixed to start playin on it again. I appreciate your time.
Joe
P.S. I didn't even think about the edit button, but one last thing is I do have a dual boot system Xp and Linux, and I can't do anything before grub pops up, or at least I don't think I can.
|
I can answer this one now!
When you get to the screen where you choose between linux and windows, highlight linux, but instead of pressing enter, press "e". Then there should be three lines of text, go to the second line, and press "e" again. At the end of the line, add the number "3" (Without quotes), and press return. Then press "b".
|
|
|
10-27-2006, 10:42 AM
|
#10
|
Member
Registered: Jul 2004
Location: UK
Distribution: Fedora, Gentoo, Redhat Enterprise
Posts: 141
Rep:
|
Quote:
Originally Posted by The_Bear
Lol, I had just started a thread here with this same exact problem. The only difference is I'm using an nVidia 7300LE. You suggested in your post:
I hate to say this, but I am completely new to Linux and am not at all familiar with these, simple looking, but new commands. I have installed Linux to be able to participate and learn more, but am just having trouble getting started. If it wouldn't be too much trouble for you, could you please explain a couple of your steps so they are a little more "newbie" inclined? I would greatly appreciate it.
P.S. Once it kicks me out of the X, it turns me loose on a prompt. It is from here that I would need help directing to fix this issue, since I don't even know what commands I can do or anything else.
|
Hello, My first impression of your problem is that it is an mis-configured /etc/X11/xorg.conf file. This might have been the problem for our problem as well but I tried all the options I could think of and then gave up.
I would suggest looking for en example xorg.conf file for your graphics card, I've never used nvidia so I can't really help you.
If you do want to remove the nvidia drivers and switch back to the default mesa drivers then my instructions will work so long as you switch the package and driver versions.
rpm -qa | grep nvidia
#should list the names I think!
You can also use the command below to enable and disable the nvidia drivers.
Code:
/usr/sbin/nvidia-config-display disable
If you can get to a terminal without using the init 3 process then just do that, the only reason we had to use that is we got a blank screen that we couldn't even get to the terminal on. init 3 is a different startup process that doesn't try to use Xwindows.
for information on what the commands do that I listed at the terminal after you login type
Code:
man rpm
or
man grep
or
man init
This brings up the manual for that command the up and down arrows scroll about and q exits the manual !
To edit text files at the terminal I recomend nano press ctrl and the keys listed at the bottom of the window to perform actions. eg ctrl+x exit. to open a file use the -w switch.
Code:
nano -w /etc/X11/xorg.conf
Lastly if you still have no luck try making a new post of no x display and post the contents of /etc/x11/xorg.conf I'm sure someone will help.
Good Luck
Simon
|
|
|
10-29-2006, 01:16 PM
|
#11
|
LQ Newbie
Registered: Oct 2006
Location: Boston, MA
Distribution: Fedora
Posts: 7
Rep:
|
An update.
I really feel like a moron writing this, but I guess my issue wasn't related to yours. Once it quit x and kicked me out to the shell prompt in (dos)? mode, it said there was an error in my file system. I read your posts and thought it to be the same as my problem. It said to run Fsck or something similar, which when I did, it fixed everything for me. Now it boots up fine and everything else. I appreciate the time you took to help me figure out the problem though. I'm not sure what happened or how it happened, but it seems it fixed itself, and all is well.
Thank you,
Joe
|
|
|
10-29-2006, 07:15 PM
|
#12
|
Member
Registered: Jul 2004
Location: UK
Distribution: Fedora, Gentoo, Redhat Enterprise
Posts: 141
Rep:
|
No problem, we've all done the same at some point.
Simon
|
|
|
11-01-2006, 07:03 PM
|
#13
|
Member
Registered: Oct 2006
Posts: 55
Rep:
|
Hi, I am new to this forum. I have just recently installed Fedora Core 6 on my desktop and now I would to enable 3D support for my ATi Radeon 9200SE, if that is possible at all. Please kindly remind me if I am breaching any posting rules here.
I am running a Fedora Core 6 system and have tried your proposed solution for Fedora Core 5. It doesn't seem to work though. Using the FC5 RPMs does not solve my problem, X server just throws an error and re-create the xorg.conf file all over again after giving a few error feedback on a bluescreen during startup. OK, that's probably not smart, I know, but I was desperate
Unfortunately, rpm.livna.org does not have any previous driver for ATi fglrx, only has the latest one, which if installed, and enabled using the ati-fglrx-config-display enable would completely stuff up my monitor similar to the initial post described above. My monitor would go blank and display "out of range". My monitor is Acer FP581 which supports up to 1024x768x32.
I would like to know if there are any workaround for this issue on a Fedora Core 6 system. Any help would be appreciated.
Thank you very much for your help
|
|
|
All times are GMT -5. The time now is 09:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|