| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-04-2004, 09:58 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2004
Posts: 2
Rep:
|
Missing Graphical Boot Screen
Hi All
I am new to the forum so bear with me. I installed Fedora over Redhat 8.0. The install went fine except I dont get the cool graphical screen when boot switches to runlevel 5. IS there a config file I can edit to make this happen?
Thanks!
|
|
|
|
02-05-2004, 12:43 PM
|
#2
|
|
Senior Member
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142
Rep:
|
You need to add an item to your GRUB entry...
Code:
title Fedora Core (2.4.22-1.2149.nptl)
root (hd0,0)
kernel /vmlinuz-2.4.22-1.2149.nptl ro root=LABEL=/ rhgb
initrd /initrd-2.4.22-1.2149.nptl.img
Make sure you have the "rhgb" on the kernel line. Should do it.
<< EDIT >>
Should have mentioned, it's in your /boot/grub/grub.conf file.
Last edited by ranger_nemo; 02-05-2004 at 12:45 PM.
|
|
|
|
02-05-2004, 12:59 PM
|
#3
|
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169
Rep:
|
Interesting, my grub.conf is in /etc/grub.conf. 
|
|
|
|
02-05-2004, 02:26 PM
|
#4
|
|
LQ Newbie
Registered: Apr 2003
Distribution: Gentoo, Slackware
Posts: 25
Rep:
|
yup that's ok. Mine is in /etc too so I supspect this is the place it's suppose to be.
|
|
|
|
02-05-2004, 03:03 PM
|
#5
|
|
Senior Member
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142
Rep:
|
The entry in /etc is a link to /boot/grub/grub.conf .
|
|
|
|
02-05-2004, 07:27 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2003
Location: Makati City, Philippines
Distribution: Slackware, Debian
Posts: 6
Rep:
|
i'm using fc 1. when i installed the newest driver for nvidia geforce 2, my rhgb doesn't display anymore. all I see are flickers on the screen. pls advice what to do.
|
|
|
|
02-06-2004, 11:31 AM
|
#7
|
|
Senior Member
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019
Rep:
|
When you installed the drivers, did you edit the /etc/X11/XF86Config file, like the directions said?
|
|
|
|
02-06-2004, 11:00 PM
|
#8
|
|
LQ Newbie
Registered: Feb 2004
Posts: 2
Original Poster
Rep:
|
Hey Nemo, thanks. Adding the rhgb tag worked!
Ska-T
|
|
|
|
02-09-2004, 05:53 PM
|
#9
|
|
LQ Newbie
Registered: Dec 2003
Location: Makati City, Philippines
Distribution: Slackware, Debian
Posts: 6
Rep:
|
benjithergeat98,
i did edit /etc/X11/XF86Config as instructed. i have a good video except for the rhgb. the flickers on screen happen only when the rhgb is supposed to show up. after it, a nice login screen appears. shows only that the rhgb is not working yet the video is. please advice...
|
|
|
|
02-09-2004, 10:38 PM
|
#10
|
|
Senior Member
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019
Rep:
|
The only other thing I know to do is to see if these lines are in your /etc/init.d/funtions script. Past that I don't know.
Code:
# Inform the graphical boot of our current state
update_boot_stage() {
if [ "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb-client ]; then
/usr/bin/rhgb-client --update="$1"
fi
return 0
}
edit: You may also check the fedora cd's to see if you can find the rghb rpm (if it exists, I don't know) and reinstall it.
Last edited by benjithegreat98; 02-09-2004 at 10:41 PM.
|
|
|
|
03-24-2004, 09:25 PM
|
#11
|
|
LQ Newbie
Registered: Mar 2004
Posts: 1
Rep:
|
Same problem here
I'm having a similar problem. I installed the new Xfree86 (4.4) so that I could get my Radeon 9600SE card supported, and I seem to have lost the Fedora graphical boot (which sucks, cuz I really thought it was cool).
I checked to make sure rhgb was added at the end of the line, in both of my grub.conf files (in /etc and /boot/grub). Both files already had rhgb added, so I didn't have to change anything. I also checked to make sure the rhgb package was installed (by installing it again, it said it was already installed), and that the line of code mentioned was in /etc/init.d/funtions (it was). Yet I'm still getting a command-prompt boot process, which goes to a graphical logon once complete. There's got to be some way to get the graphical startup back, isn't there?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:37 AM.
|
|
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
|
|