| Article Index |
|---|
| Fedora 11 Installation and Post Installation Guide |
| Page 2 |
| Page 3 |
| Page 4 |
| Page 5 |
| Page 6 |
| Page 7 |
| Page 8 |
| Page 9 |
| Page 10 |
| Page 11 |
| Page 12 |
| Page 13 |
| Page 14 |
| All Pages |
Page 14 of 14
26. Plymouth Graphical Boot
Plymouth is the new Graphical Boot of Fedora 11 which replaces the old RHGB. It requires kernel modesetting (KMS) support to work properly. KMS is currently supported on most ATI Radeon chips; anything from the Radeon 9500 and newer should work. Intel KMS support is in development, but is not yet supported. For all other graphics hardware, the text plugin is used. If you see only a scrolling bar when booting to Fedora you can try to force your Hardware into graphics mode without using KMS support. To do so reat below at the Graphical Boot Problem. However you could first try and change this theme to another one to see if it works without any changes to your grub.conf.
* Plymouth Themes
By default only the solar and text themes are installed. To add additional plymouth themes type:su -
yum install plymouth-plugin-{fade-throbber,label,space-flares,throbgress,two-step}
yum install plymouth-theme-{charge,fade-in,solar,spinfinity}
yum install plymouth-utils
su -
plymouth-set-default-theme themename
/usr/libexec/plymouth/plymouth-update-initrd

* Graphical Boot Problem
While booting in Fedora 11 you might have seen a blue scrolling bar loading instead of the grub's graphical boot screen. This has happened because of the modesetting option of the kernel that Fedora 11 uses. In order to see the graphical boot you must edit grub.conf and add a vga resolution to it. Here it is how:
su -
gedit /boot/grub/grub.conf
title Fedora (****)
root (hd0,9)
kernel /boot/vmlinuz-**** ro root=UUID=**** rhgb quiet vga=792
initrd /boot/initrd-****
vga=792 stands for 1024x768 resolution with 24-bit colours. You can find the resolution you like from the table below.
If the resolution you want isn't among those open a terminal and type vbetest as root. You will see a list like this:
Add 512 to the number you see inside brackets. For example if you have a 24bit widescreen with 1280x800 resolution add vga=865 (512+353).
This will create a default xorg.conf in /root/xorg.conf.new which you can copy to /etc/X11/xorg.conf.
If you are using Radeon or Nvidia drivers from rpmfusion repository alternatively type:
This script will automatically create an xorg.conf in its correct location.
Open a terminal and type:
Here find the following line
and comment it like this
Do the same for /etc/pam.d/gdm-password
Now you can login as root. However you will notice that some stuff like Services won't run. To solve this type:
And paste the following line between the <config></config>
The problem that remains is that system-config-services is slow to respond, but it works. Don't forget, it's not a good idea to login as root.
And paste the following lines:
Now just type:






I hope this guide was useful for all Fedora users, old and new ones! If you think there is something that should be added on this guide just leave me a comment below!
Colours 640x480 800x600 1024x768 1280x1024 1600x1200
--------+---------------------------------------------
256 | 769 771 773 775 796
32,768 | 784 787 790 793 797
65,536 | 785 788 791 794 798
16.8M | 786 789 792 795 799
[352] 1280x800 (256 color palette)
[353] 1280x800 (8:8:8)
27. xorg.conf is missing
Many Fedora users complain that xorg.conf is missing in Fedora 11 and cannot find it in its usual location /etc/X11/xorg.conf to make some changes on their own. Well this is not bug, this is a feature of Fedora 11! But here is how to create xorg.conf if you really need it. As root open a terminal and type:Xorg -configure :1
This will create a default xorg.conf in /root/xorg.conf.new which you can copy to /etc/X11/xorg.conf.
If you are using Radeon or Nvidia drivers from rpmfusion repository alternatively type:
su -
yum install system-config-display
system-config-display
28. GUI root login
Fedora 11 by default doesn't allow someone to login as root through GDM. Instead you have to login as a normal user and become root through your terminal. However many users still want to login as root. Although I don't approve this here is how to do it. Don't forget that once you login as root its easier to damage your system so don't do the following unless you are sure what you are doing.Open a terminal and type:
su -c 'gedit /etc/pam.d/gdm'
auth required pam_succeed_if.so user != root quiet
#auth required pam_succeed_if.so user != root quietSave the file and logout.
Do the same for /etc/pam.d/gdm-password
su -c 'gedit /etc/pam.d/gdm-password'
su -c 'gedit /etc/PolicyKit/PolicyKit.conf'
<match user="root"><return result="yes" /></match>
29. Install Google Chrome on Fedora 11
I believe you all know Google's browser, Chrome. A Linux version for Debian/Ubuntu is present for a lot time now. Now you can install Chromium on Fedora 11 as well easily thanks to a Chromium repo by spot.fedorapeople.org. It is available for both 32 and 64bit Fedora versions! To do so open a terminal and type:su -
gedit /etc/yum.repos.d/chromium.repo
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
su -c 'yum install chromium'
Now you can launch Chromium through -> Applications -> Internet -> Chromium Web browser
Some users of x86_64 Fedora have mention a few problems like “Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found” or "Error 0 (net::OK): Unknown error"
To resolve them type:
Some users of x86_64 Fedora have mention a few problems like “Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found” or "Error 0 (net::OK): Unknown error"
To resolve them type:
su -c 'yum install nss-mdns'
30. Fedora Books
I have received many emails asking me to advise for Fedora and Linux books. Here are some good books you can read and enhance your knownledge on Linux and Fedora. I hope you will find them useful!





I hope this guide was useful for all Fedora users, old and new ones! If you think there is something that should be added on this guide just leave me a comment below!
|
** Note: Because of the many sites that are direct linking to my guide I face heavy traffic. If you wish to help me pay for the hosting and bandwidth you can make a donate. Thank you!
|
Set as favorite
Email this
Hits: 158874
Trackback(0)
TrackBack URI for this entryComments (33)
Subscribe to this comment's feedRoot GUI Login not working in Fedora 11
This procedure doesn't seem to work for me in Fedora 11 as it did in Fedora 10:
Open a terminal and type:
su -c 'gedit /etc/pam.d/gdm'
Here find the following line
auth required pam_succeed_if.so user != root quiet
and comment it like this
#auth required pam_succeed_if.so user != root quiet
Save the file and logout. Now you can login as root.
Open a terminal and type:
su -c 'gedit /etc/pam.d/gdm'
Here find the following line
auth required pam_succeed_if.so user != root quiet
and comment it like this
#auth required pam_succeed_if.so user != root quiet
Save the file and logout. Now you can login as root.
to wel wheeler
there are other files in that directory which also need to have the appropriate line commented out
do ls gdm* and then comment out that same line wherever it appears.
note that selinux seems to restrict what 'root' can do from a graphical login, so it will still not work 100% -- i am unable to configure services, at the time of this writing.
do ls gdm* and then comment out that same line wherever it appears.
note that selinux seems to restrict what 'root' can do from a graphical login, so it will still not work 100% -- i am unable to configure services, at the time of this writing.
...
Thanks for the heads up alex. I updated the guide with a way to bypass the services problem you mention.
Fedora 11 root login
Fedora 11 root login
thanks
thanks sir...appreciate it...i have been following your guide since fedora 8...keep up d good work..all d best...
Error in Plymouth Theme section
Line reads: yum install plymouth-theme-{charge,fade-in,solar,spinfinity)
Needs a closing }, not a closing )
aka:
yum install plymouth-theme-{charge,fade-in,solar,spinfinity}
Needs a closing }, not a closing )
aka:
yum install plymouth-theme-{charge,fade-in,solar,spinfinity}
...
hello !
First of all thanks alot for the guide helped alot !!
but got a problem with grub.conf !
title Fedora (****)
root (hd0,9)
kernel /boot/vmlinuz-**** ro root=UUID=**** rhgb quiet vga=792
initrd /boot/initrd-****
i did it i changed vga=795 but it didnt work for me ! it said unknown videomode
and came up the same blue bar after 30secs , secondly i tried vbetest as Root
but it said unknown command !
thanks.
First of all thanks alot for the guide helped alot !!
but got a problem with grub.conf !
title Fedora (****)
root (hd0,9)
kernel /boot/vmlinuz-**** ro root=UUID=**** rhgb quiet vga=792
initrd /boot/initrd-****
i did it i changed vga=795 but it didnt work for me ! it said unknown videomode
and came up the same blue bar after 30secs , secondly i tried vbetest as Root
but it said unknown command !
thanks.
...
Sigur and Alex Hilton,
thank you both very much!
Dark,
if you are using Fedora 11 32bit you can install vbetest through yum (su -c 'yum install vbetest'). I think it's not available for 64bit.
What video card do you have and what drivers?
thank you both very much!
Dark,
if you are using Fedora 11 32bit you can install vbetest through yum (su -c 'yum install vbetest'). I think it's not available for 64bit.
What video card do you have and what drivers?
...
Graphics Processor: GeForce 8600M GT
VBIOS Version: 60.84.66.00.a0
Memory: 512 MB
Bus Type: PCI Express 16X
NVIDIA Driver Version: 185.18.14
VBIOS Version: 60.84.66.00.a0
Memory: 512 MB
Bus Type: PCI Express 16X
NVIDIA Driver Version: 185.18.14
...
And another big problem i am facing from last night is that firefox while playing youtube videos is hanging after like every 10 - 15 secs , hangs and runs and after playing a minute or two sounds gone ! i have installed all plugins for pulse-audio etc , and system sounds are working alright only firefox putting this problem !
VLC player hangs while playing anything also the same way !
REAL player is install very smoothly but when i click on it , it just doesnt shows up ! Doesnt Runs !
Compiz-Fuzion installed correctly working fine but i couldnt figure out how to auto revolve the cube Auto !
Thanks in Advance !
VLC player hangs while playing anything also the same way !
REAL player is install very smoothly but when i click on it , it just doesnt shows up ! Doesnt Runs !
Compiz-Fuzion installed correctly working fine but i couldnt figure out how to auto revolve the cube Auto !
Thanks in Advance !
Remote xterm.
I'm unable to run xterm -d . Is there some setting I'm missing that wouldn't allow this to work.
This is the script that i'm trying to run and it worked fine before I reinstalled the server. I do the xhost + on my machine before attempting to run the script.
thanks for your help.
Jimmy
This is the script that i'm trying to run and it worked fine before I reinstalled the server. I do the xhost + on my machine before attempting to run the script.
thanks for your help.
Jimmy
...
Dark have you tried any other video modes? I will check your other questions as well and come back to you.
Jimmy I am not using xterm, but checking its help file I don't see any -d option. Maybe itsn't supported any more or it might have been replaced by something else. Try xterm -help
Jimmy I am not using xterm, but checking its help file I don't see any -d option. Maybe itsn't supported any more or it might have been replaced by something else. Try xterm -help
trouble with Fedora & KDE
My native language is Portuguese, I have just installed Fedora 11 and Gnome. Spelling marks are displayed correctly in Gnome Desktop, but not in KDE environment. So, spelling marks in words like não, are diplayed at K-desktop as n~ao. Language and keyboard are set correclty.
What can I do?
HJdM
What can I do?
HJdM
Problem with using Sun's JVM & eclipse
Well thanks for the guide it is nice. However, I ran into
problems with Eclipse (Fedora-11, Ganymede, Galileo). When
starting Eclipse, I get:
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os linux
-ws gtk
-arch x86
-showsplash /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.platform_3.3.200.v200906111540/splash.bmp
-launcher /f-App1/Projects/Eclipse/Galileo/eclipse
-name Eclipse
--launcher.library /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.so
-startup /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-product org.eclipse.epp.package.jee.product
-vm /opt/jdk1.6.0_16/bin/../jre/lib/i386/client/libjvm.so
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
So how to fix this?
Thanks!
problems with Eclipse (Fedora-11, Ganymede, Galileo). When
starting Eclipse, I get:
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os linux
-ws gtk
-arch x86
-showsplash /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.platform_3.3.200.v200906111540/splash.bmp
-launcher /f-App1/Projects/Eclipse/Galileo/eclipse
-name Eclipse
--launcher.library /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.so
-startup /f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-product org.eclipse.epp.package.jee.product
-vm /opt/jdk1.6.0_16/bin/../jre/lib/i386/client/libjvm.so
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Djava.class.path=/f-App1/Projects/Eclipse/Galileo//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
So how to fix this?
Thanks!
rhythmbox & totem failure
Hi
I installed & updated some of the useful packages based on
your valuable guide lines. But unfortunately, rhytmbox and
totem stoped playing music after the gstreamer plugin installation
this are the few lines i saw when they are started from the terminal
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstdeinterlace.so': /usr/lib/gstreamer-0.10/libgstdeinterlace.so: undefined symbol: gst_video_format_parse_caps_interlaced
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libresindvd.so': /usr/lib/gstreamer-0.10/libresindvd.so: undefined symbol: gst_navigation_event_parse_command
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstrtsp.so': /usr/lib/gstreamer-0.10/libgstrtsp.so: undefined symbol: gst_rtsp_connection_set_tunneled
** (rhythmbox:2570): CRITICAL **: gst_ring_buffer_commit_full: assertion `buf->data != NULL' failed
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 43, in _contents_cb
(contents, length, etag) = file.load_contents_finish(result)
glib.GError: Bad Request
how can i figure out this
I installed & updated some of the useful packages based on
your valuable guide lines. But unfortunately, rhytmbox and
totem stoped playing music after the gstreamer plugin installation
this are the few lines i saw when they are started from the terminal
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstdeinterlace.so': /usr/lib/gstreamer-0.10/libgstdeinterlace.so: undefined symbol: gst_video_format_parse_caps_interlaced
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libresindvd.so': /usr/lib/gstreamer-0.10/libresindvd.so: undefined symbol: gst_navigation_event_parse_command
(rhythmbox:2571): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstrtsp.so': /usr/lib/gstreamer-0.10/libgstrtsp.so: undefined symbol: gst_rtsp_connection_set_tunneled
** (rhythmbox:2570): CRITICAL **: gst_ring_buffer_commit_full: assertion `buf->data != NULL' failed
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/rb/Loader.py", line 43, in _contents_cb
(contents, length, etag) = file.load_contents_finish(result)
glib.GError: Bad Request
how can i figure out this
...
Hi satheesh,
I searched google a little and found these errors occured to other distributions as well. Try to remove the gstreamer packages for now. I hope it will be fixed with an update. :/
I searched google a little and found these errors occured to other distributions as well. Try to remove the gstreamer packages for now. I hope it will be fixed with an update. :/
Typo in one command "yum install plymout-utils" - missing an "h"
Hi, thanks for the guide! One small typo...
There's an "h" missing in the Plymouth theme command:
yum install plymout-utils
-- it should be:
yum install plymouth-utils
It's a small typo, but may be useful for those who are new to Linux/Fedora.
Thanks
There's an "h" missing in the Plymouth theme command:
yum install plymout-utils
-- it should be:
yum install plymouth-utils
It's a small typo, but may be useful for those who are new to Linux/Fedora.
Thanks
Works fine in Asus EEEPC 1101HA Fedora 11 Gnome
I'm on Asus EEEPC 1101HA running Fedora 11 with Gnome.
With this fix everything goes OK. I don't know why but a got a graphical correction too following the steps 21 and 22.
Thank you
With this fix everything goes OK. I don't know why but a got a graphical correction too following the steps 21 and 22.
Thank you
problem during installation of google chrome web browser
su -c 'yum install chromium'
Loaded plugins: aliases, allowdowngrade, auto-update-debuginfo, basearchonly,
: blacklist, changelog, downloadonly, fastestmirror, filter-data,
: keys, list-data, merge-conf, post-transaction-actions, presto,
: priorities, protect-packages, protectbase, refresh-packagekit,
: refresh-updatesd, remove-with-leaves, rpm-warm-cache, security,
: show-leaves, tmprepo, tsflags, upgrade-helper, verify,
: versionlock, whiteout
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 157, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 189, in getOptionsConfig
self.conf
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 652, in
conf = property(fget=lambda self: self._getConfig(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 237, in _getConfig
startupconf.pluginconfpath,disabled_plugins,enabled_plugins)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 408, in doPluginSetup
plugin_types, confpath, disabled_plugins, enabled_plugins)
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 163, in __init__
self.run('config')
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 180, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/tmprepo.py", line 179, in config_hook
parser.values.tmp_repos = []
AttributeError: OptionGroup instance has no attribute 'values'
how do i fix this problem??
Loaded plugins: aliases, allowdowngrade, auto-update-debuginfo, basearchonly,
: blacklist, changelog, downloadonly, fastestmirror, filter-data,
: keys, list-data, merge-conf, post-transaction-actions, presto,
: priorities, protect-packages, protectbase, refresh-packagekit,
: refresh-updatesd, remove-with-leaves, rpm-warm-cache, security,
: show-leaves, tmprepo, tsflags, upgrade-helper, verify,
: versionlock, whiteout
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 157, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 189, in getOptionsConfig
self.conf
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 652, in
conf = property(fget=lambda self: self._getConfig(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 237, in _getConfig
startupconf.pluginconfpath,disabled_plugins,enabled_plugins)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 408, in doPluginSetup
plugin_types, confpath, disabled_plugins, enabled_plugins)
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 163, in __init__
self.run('config')
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 180, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/tmprepo.py", line 179, in config_hook
parser.values.tmp_repos = []
AttributeError: OptionGroup instance has no attribute 'values'
how do i fix this problem??
Write comment

<< Prev - Next